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.
Use the no form of this command to disable this user’s SNMP v3 access.
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.