User's Manual

Chapter 15
| SNMP Commands
– 157
level - The SNMPv3 security level of the group. One of the following:
NoAuthNoPriv - A group using no authentication and no data
encryption. Users in this group use no security, either authentication or
encryption, in SNMP messages they send to the agent.
AuthNoPriv - A group using authentication, but no data encryption.
Users in this group send SNMP messages that use an MD5 key/
password for authentication, but not a DES key/password for
encryption.
AuthPriv - A group using authentication and data encryption. Users in
this group send SNMP messages that use an MD5 key/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>