▪
<dev_col> comprises "serial:" or "mac:" and the number of the column where the serial number or MAC address
of each PRO3X is in the uploaded CSV file. This is the data based on which each device finds its device-specific
settings.
For example:
▪ If the second column contains each device's serial number, the parameter is then serial:2.
▪ If the seventh column contains each device's MAC address, the parameter is then mac:7.
SCP examples:
Raw configuration download example --
scp
admin@192.168.87.50:/raw_config.txt config.txt
Raw configuration upload example with the configuration file only --
scp
config.txt admin@192.168.87.50:/raw_config_update
Raw configuration upload example with both configuration and device list files --
scp
devices.csv config.txt admin@192.168.87.50:/raw_config_update /match=serial:2
Windows PSCP commands:
PSCP in Windows works in a similar way to the SCP.
pscp -P <port> <user name>@<device ip>:/raw_config.txt <filename>
pscp -P <port> <CSV file> <config file> <user name>@<device ip>:/raw_config_update
/match=<col>
Alternative of bulk configuration via SCP:
Both methods of uploading 'bulk configuration' file or 'raw configuration' file via SCP can serve the purpose of bulk
configuration. The only difference is that you can configure device-specific settings with the upload of raw configuration but
not with the 'bulk configuration' file.
Bulk Configuration via SCP
Keys that Cannot Be Uploaded
The raw configuration downloaded from any PRO3X contains a few configuration keys that are commented out with either
syntax below.
Comment syntax
#INTERNAL#
#OLD/INVALID#
Note that these configuration keys cannot be part of the configuration that you will upload to any PRO3X. That is, they should
be either not available or they remain to be commented out in the configuration file you will upload.
(on page 172)
Description
These keys are internal ones. They are NOT
user configurable settings.
These keys are old or invalid ones.
PRO3X User Guide – Command Line Interface (CLI)
Using the PRO3X Command Line Interface (CLI)
178 of 182
Need help?
Do you have a question about the Server Technology PRO3X and is the answer not in the manual?