Specifications
3-367
Cisco Wide Area Application Services Command Reference
OL-11817-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]}]]
Syntax Description
Defaults No default behavior or values
Command Modes global configuration
Device Modes application-accelerator
central-manager
name Name of the SNMP user. Use letters, numbers, dashes, and underscores, but
no blanks. This is the name of the user on the SNMP host who wants to
communicate with the SNMP agent on the WAAS device. You can enter a
maximum of 64 characters.
group Name of the group to which the SNMP user belongs. You can enter a
maximum of 64 characters.
auth (Optional) Configures user authentication parameters.
md5 Configures HMAC MD5 authentication algorithm.
password HMAC-MD5 user authentication password.
priv (Optional) Configures authentication parameters for the packet.
password HMAC-MD5 user private password. You can enter a maximum of 256
characters.
sha Configures HMAC-SHA authentication algorithm.
password HMAC-SHA authentication password. You can enter a maximum of 256
characters.
remote (Optional) Specifies engine identity of remote SNMP entity to which the
user belongs.
octetstring Globally unique identifier for a remote SNMP entity (for example, the
SNMP network management station) for at least one of the SNMP users.
Tip To send an SNMPv3 inform message, at least one SNMPv3 user
with a remote SNMP
ID option must be configured 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.