Document No. 10-300077, Issue 2 5-15
Configuring SNMP
Deleting a Group
To delete a specific group or all groups of a specific group name (if multiple
groups have the same group name), use the following CLI command:
(configure)# no snmp-server group <groupname> {noAuth | auth |
priv}
If multiple groups have the same group name, you must enter the
appropriate security keyword (noAuth, auth, or priv) to delete one of the
groups. If you do not enter a security keyword, all groups of the group name
that you enter are deleted.
Configuring an SNMPv3 User
This section contains procedures for the following tasks:
■ Creating or Modifying a User
■ Adding a User to a Group
■ Removing a User from a Group
■ Viewing Configured Users
■ Deleting a User
Creating or Modifying a User
To create or modify an SNMPv3 user, use the following CLI command:
(configure)# snmp-server user <username> [group <groupname>]
[ [localized] auth {sha | md5} <auth-password> [priv <priv-password>] ]
Table 5-7 defines the command keywords and variables.