User guide
C
HAPTER
17
| SNMP Commands
– 153 –
password for authentication and a DES key/password for
encryption.
read-view - The name of a defined SNMPv3 view for read access.
write-view - The name of a defined SNMPv3 view for write access.
DEFAULT SETTING
None
COMMAND MODE
Global Configuration
COMMAND USAGE
◆ The access point allows multiple groups to be created.
◆ A group sets the access policy for the assigned users.
◆ When authentication is selected, the MD5 algorithm is used as specified
in the snmp-server user command.
◆ When privacy is selected, the DES algorithm is used for data
encryption.
EXAMPLE
AP(config)#snmp-server vacm group testgroup security-level authpriv rdview
wrview
AP(config)#
snmp-server user This command configures the SNMP v3 users that are allowed to manage
the access point. Use the no form to delete an SNMP v3 user.
SYNTAX
snmp-server user <username> <groupname> {none | md5 <auth-
passphrase>} {none | des <priv-passphrase>}
no snmp-server user <username> <groupname>
username - Name of the user connecting to the SNMP agent.
(Range: 1-32 characters)
groupname - Name of an SNMP group to which the user is assigned.
(Range: 1-32 characters)
none | md5 - Uses no authentication or MD5 authentication.
auth-passphrase - Authentication password. Enter a minimum of
eight characters for the user. (8 – 32 characters)
none | des - Uses SNMPv3 with no privacy, or with DES56
encryption.
priv-passphrase - Privacy password. Enter a minimum of eight
characters for the user. (8 – 32 characters)