Specifications
3-595
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) snmp-server user
(config) snmp-server user
To define a user who can access the SNMP server, use the snmp-server user global configuration
command. To remove access, use the no form of this command.
snmp-server user name group
[auth {md5 password [priv password] |
sha password [priv password]} |
remote octetstring [auth {md5 password [priv password] |
sha password [priv password]}]]
no nmp-server user name group
[auth {md5 password [priv password] |
sha password [priv password]} |
remote octetstring [auth {md5 password [priv password] |
sha
password [priv password]}]]
Syntax Description
Defaults No default behavior or values.
Command Modes global configuration
Device Modes application-accelerator
user name group Specifies the name and group of the SNMP user. Use letters, numbers,
dashes, and underscores, but no blanks. The name specifies the user on the
SNMP host who wants to communicate with the SNMP agent on the WAAS
device. You can enter a maximum of 32 characters for the name. The group
specifies the group to which the SNMP user belongs. You can enter a
maximum of 64 characters for the group.
auth (Optional) Configures user authentication parameters.
md5 password Configures HMAC MD5 user authentication password.
priv password (Optional) Configures authentication HMAC-MD5 user private password.
You can enter a maximum of 256 characters.
sha password Configures the HMAC-SHA authentication password. You can enter a
maximum of 256 characters.
remote octetstring (Optional) Specifies the globally unique identifier (engineID) for a remote
SNMP entity (for example, the SNMP network management station) for at
least one of the SNMP users (10 to 64 characters, not counting colons).
To send an SNMPv3 inform message, you must configure at least one
SNMPv3 user with a remote SNMP ID option on the WAAS device. The
SNMP ID is entered in octet string form. For example, if the IP address of
a remote SNMP entity is 192.147.142.129, then the octet string would be
00:00:63:00:00:00:a1:c0:93:8e:81. (Colons will be removed in the show
running-config command output.)