This function allows you to batch import auto deployment device information from a file to an auto deployment plan.
The file must be in CSV format. The first line in the file is the column headings, and all the other lines are parameter values. The following table describes these headings.
Column heading | Description | Required |
TargetIp | IP address of the device after the selected configuration file is deployed on the device. | Yes |
ConfigFile | Name of the configuration file to be deployed on the device. | Yes |
ConfigPara | Parameters in the configuration file to be deployed. The parameters are in the format of Parameter name1: Paramter value1; Parameter name2: Paramter value2; ...For example, ACLNumber: 3005. | No |
CurrentDeviceIp | Current IP address of the device. You must input at least one of the MAC address and current IP address. | Yes |
MACAddress | MAC address of the device. You must input at least one of the MAC address and current IP address. | Yes |
UnitId | Stack member ID, ranging from 1 to 9. A value of –1 indicates that the stack feature is disabled on the device. | NO |
changDeviceInfo | Indicates whether or not the device information is changed. The value can be:
|
No |
DeviceName | Device label. | No |
DeviceGroup | Device group. | No |
Append: Appended information name | Parameter corresponding to the appended information, in the format of Append: Appended information name. For example, Append: Geo-X indicates that the name of the information to be appended is Geo-X. To make the parameter take effect, set changDeviceInfo to 1 and make sure the parameter exists in the appended information configuration file. | NO |
DeploySoft | Software to be deployed on the device. | No |
CLIScript | Name of the CLI script to be deployed on the device. | No |
CLIPara | Parameters in the CLI script file to be deployed. The parameters are in the format of Parameter name1: Paramter value1; Parameter name2: Paramter value2; ...For example, ACLNumber: 3005. | No |
changSnmpPara | Indicates whether or not the device's SNMP parameters are changed. The value can be:
|
No |
SnmpParaVersion | SNMP version. The value can be:
|
No |
SnmpParaRead | Read-only community name, which is public by default and is of up to 32 characters. | No |
SnmpParaWrite | Read and write community name, which is private by default and is of up to 32 characters. | No |
SnmpParaSecurityUser | Username, which applies to only SNMPv3 and is of up to 32 characters. A username corresponds to an SNMPv3 template name. | No |
SnmpParaContextName | SNMPv3 context name, which is of up to 32 characters. | No |
SnmpParaSecuMode | Security mode. The value can be:
|
No |
SnmpParaAuthScheme | Authentication mode. The value can be:
|
No |
SnmpParaAuthPassword | Authentication password, which is of up to 32 characters. | No |
SnmpParaPrivScheme | Encryption mode. The value can be:
|
No |
SnmpParaPrivPassword | Encryption password, which contains 32 characters at most. | No |
SnmpParaTimeOut | Operation timeout period (in seconds), which is 4 by default. | No |
SnmpParaRetry | Retries allowed, which is 3 by default. | No |
PingDevType | Indicates whether or not the ping operation is supported. The value can be:
|
No |
changTelnet | Indicates whether or not the device's Telnet parameters are changed. The value can be:
|
No |
TelnetStyle | Telnet type. The value can be:
|
No |
TelnetUseName | Telnet username. | No |
TelnetPassword | Telnet password. | No |
TelnetSuperWord | Telnet super password. | No |
TelnetTimeout | Telnet timeout period, ranging from 1 to 60 seconds. | No |
changeSsh | Indicates whether or not the device's SSH parameters are changed. The value can be:
|
No |
SshParaAuthType | SSH authentication mode. The value can be:
|
No |
SshParaPort | SSH port number. | No |
SshParaUserName | SSH username. | No |
SshParaPassword | SSH password. | No |
SshParaRetries | Maximum number of SSH retries allowed, ranging from 1 to 5. | No |
SshParaTimeOut | SSH timeout period, ranging from 1–120 seconds. | No |
LoginType | Login type. The value can be:
|
No |
sendTrap | Indicates whether or not the device will send traps to the system. The value can be:
|
No |
delBackupSoftFlag | Indicates whether or not the backup software will be deleted. The value can be:
|
No |
delCurrSoftFlag | Indicates whether or not the current software will be deleted. The value can be:
|
No |
mainToBackupFlag | Specifies whether or not the current software will be backed up. The value can be:
|
No |
backupCfgFlag | Specifies whether or not the current configuration will be backed up. The value can be:
|
No |