Name
snmp-server user — global
Synopsis
snmp-server username group version[encrypted] [authhash auth-pwd[priv des56priv-pwd]] [accessaccess-list] no snmp-server username
Configures
SNMP users
Default
None
Description
This command defines SNMP users, associates them with a group (which in turn defines the information they’re allowed to view), and specifies encryption requirements together with the appropriate passwords.
-
name The name of the user you are defining.
-
group The SNMP group the user is associated with.
-
version The version of SNMP that is in use. Possible values are
v1,v2c, andv3;v3is the only version that supports encryption.-
encrypted If this keyword is present, the
auth-pwdandpriv-pwdpasswords are present as an MD5 hash rather than in plain text.-
authhash auth-pwd SNMPv3 only. Configures an authentication key for the user.
hashis the name of the hashing algorithm used to create the key; possibilities aremd5andsha.auth-pwdis the actual password assigned to the user. The router stores this password in encrypted form.-
priv des56priv-pwd SNMPv3 only. Configures an encryption key for the user, using the
des56algorithm. (Currently,des56is the only algorithm supported.)priv-pwdis the actual password assigned to the user. The router stores this password in encrypted form.-
accessaccess-list Optional. An access list that restricts the hosts from which the user can access the group.
The encryption of the password and the authentication key depend on the router’s ...