Specifications
2-252
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
snmp-server user
Related Commands
snmp-server user
To configure a new user to an SNMP group, use the snmp-server user global configuration command.
To remove a user from an SNMP group, use the no form of the command.
[no] snmp-server user username [groupname remote ip-address [udp-port port]
{v1 | v2c | v3}[encrypted][auth {md5 | sha} auth-password [priv des56 priv password]]
[access access-list]
Syntax Description
Command Description
dot11 location isocc Specifies ISO and ITU country and area codes that the access point
includes in accounting and authentication requests
username The name of the user on the host that connects to the agent.
groupname (Optional) The name of the group to which the user is associated.
remote (Optional) Specifies the remote copy of SNMP on the router.
ip-address (Optional) The IP address of the device that contains the remote copy
of SNMP.
udp-port (Optional) Specifies a UDP port of the host to use.
port (Optional) A UDP port number that the host uses. The default is 162.
v1 (Optional) The least secure of the possible security models.
v2c (Optional) The second-least secure of the possible security models. It
allows for the transmission of informs and counter 64, which allows for
integers twice the width of what is normally allowed.
v3 (Optional) The most secure of the possible security models.
encrypted (Optional) Specifies whether the password appears in encrypted format
(a series of digits, masking the true characters of the string).
auth (Optional) Initiates an authentication level setting session.
md5 (Optional) The HMAC-MD5-96 authentication level.
sha (Optional) The HMAC-SHA-96 authentication level.
auth-password (Optional) A string (not to exceed 64 characters) that enables the agent
to receive packets from the host.
priv (Optional) The option that initiates a privacy authentication level
setting session.
des56 (Optional) The CBC-DES privacy authentication algorithm.
priv password (Optional) A string (not to exceed 64 characters) that enables the host
to encrypt the contents of the message it sends to the agent.
access (Optional) The option that enables you to specify an access list.
access-list (Optional) A string (not to exceed 64 characters) that is the name of the
access list.