Platform Help >> Resource and Device Management >> Device Management >> Custom Import File

Custom Import File

The suffix of an import file is CSV. The first line of an import file must be [DEF]. The second line of an import file is the defined fields separated by commas. The field values, starting from the third line of an import file, are separated by commas.

Field Description

  1. DeviceIp: Device IP address, which must conform to the IP address format. Required.
  2. DeviceLabel: Device name, which is a string of up to 64 characters. Optional.
  3. SnmpParaVersion: SNMP version. Optional.
  4. SnmpParaRead: SNMP read-only community name, which is a string of up to 32 characters. The default is public. Optional.
  5. SnmpParaWrite: SNMP write community name, which is a string of up to 32 characters. The default is private. Optional.
  6. SnmpParaContextName: SNMPv3 context name, which is a string of up to 32 characters. Optional.
  7. SnmpParaSecurityUser: SNMPv3 user name, which is a string of up to 32 characters. Two users with the same name are considered as the user belonging to the same SNMPv3 template. This filed is applicable to only SNMPv3. Optional.
  8. SnmpParaSecuMode: Security mode. Optional. This value must match the SnmpParaAuthScheme and SnmpParaPrivScheme values.
  9. SnmpParaAuthScheme: Authentication mode. Optional.
  10. SnmpParaAuthPassword: Authentication password, which is a string of up to 32 characters. Optional.
  11. SnmpParaPrivScheme: Encryption mode. Optional.
  12. SnmpParaPrivPassword: Encryption password, which is a string of up to 32 characters. Optional.
  13. SnmpParaTimeOut: Timeout time in seconds, which is 4 by default,the maximum is 60 seconds. Optional.
  14. SnmpParaRetry: Retry times, which is 3 by default. Optional.
  15. TelnetParaUserName: Telnet username used for logging in to the device through Telnet. Optional. A string of up to 32 characters.
  16. TelnetParaPassword: Telnet user password used when the Telnet username is used to log in to the device. Optional. A string of up to 32 characters.
  17. TelnetParaSuPassword: Telnet super password, the password of the device's super user. Optional. A string of up to 32 characters.
  18. TelnetParaAuthType:SSH authentication type. The default is No Username + No Password authentication. Optional.
  19. SshParaUserName: SSH username used for logging in to the device through SSH. Optional. A string of up to 32 characters.
  20. SshParaPort: SSH port number used for logging in to the device through SSH, which is 22 by default. Optional.
  21. SshParaRetries: SSH retry times, which specifies the maximum retry times when the system fails to communicate with the device. The default is 3. Optional.
  22. SshParaTimeOut: SSH timeout time in seconds, which specifies the maximum time for which the system can wait for response from the device. The default is 10 seconds,the maximum is 60 seconds. Optional.
  23. SshParaAuthType: SSH authentication type. The default is password authentication. Optional.
  24. LoginType: Device login type. The default is Telnet. Optional.
  25. PingDevType: Support of the device for ping. The filed is 0 by default. Optional.
  26. CustomViewName: Custom view name that device is added to, which is a string of up to 32 characters. Optional.

Precautions

Related Topics