Configuration Commands : snmp-server user v3

snmp-server user v3
Description
Use the snmp-server user v3 command to configure SNMP access on a per-user basis for v3 security parameters.
Syntax
snmp-server user <username> v3 enable
no snmp-server user <username> v3 enable
snmp-server user <username> v3 auth {md5 | sha} <password>
snmp-server user <username> v3 auth {md5 | sha} <password> priv {des | aes-128} [<password>]
snmp-server user <username> v3 encrypted auth {md5 | sha} <password>
snmp-server user <username> v3 encrypted auth {md5 | sha} <password> priv {des | aes-128} [<password>]
snmp-server user <username> v3 prompt auth {md5 | sha} <password>
snmp-server user <username> v3 prompt auth {md5 | sha} <password> priv {des | aes-128} [<password>]
Arguments
NOTE: Passwords are always stored encrypted.
Configures the use of either the MD5 or SHA-1 hash algorithm, and sets a plaintext password to use for authentication.
If followed by a carriage return, it uses the default privacy algorithm, with the same privacy password as that specified here for authentication. The default privacy program is AES-128.
Use the no form of this command to disable this user’s SNMP v3 access.
Configures SNMP v3 security parameters, specifying passwords securely in follow-up prompt rather than on the command line.
Defaults
The default privacy (encryption) program is AES-128.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
Usage Guidelines
n
Only admin is allowed as an SNMP v3 user.
n
Examples
n
To configure the passwords for admin’s SNMP v3 security paramenters as a follow-up after entering the command:
Tallinn2 (config) # snmp-server user admin v3 prompt auth md5 priv des
Auth password: ********
Confirm: ********
Privacy password: **********
Confirm: **********
Tallinn2 (config) #

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.