Technical information

ADC Telecommunications, Inc.
574 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
snmp-server user
Creates an SNMP user account.
Mode
root
Syntax
snmp-server user <user> [auth {md5 | sha} <auth-password>
[priv des56 <priv-password>]]
[storage {volatile | nonvolatile | permanent | readonly}]
[status {enable | disable}]
Arguments
<user> Name of the user. Range is 1 to 32 characters and may not contain spaces.
auth {md5 | sha}
<auth-password>
[priv des56
<priv-password>]
You must specify the following arguments:
auth – Specify one of these authentication types:
md5 – HMAC-MD5-96
sha – HMAC-SHA-96
<auth-password> – Password key for authentication. If the
authentication type is HMAC-MD5-96 or HMAC-SHA-96, you must
enter a password for authentication. The password must be an ASCII
Hex string with a maximum size of 32 characters (16 bytes) for
HMAC-MD5-96 and 40 characters (20 bytes) for HMAC-SHA-96.
Password is write-only for security purposes. You must enter the
password each time you make a modification.
Optionally, you may use the priv des56 argument, which specifies a
password (<priv-password>) that is encrypted with the DES algorithm. This
encryption protects messages from disclosure. The password must be an
ASCII Hex string with a maximum size of 64 characters.