Document No. 10-300077, Issue 2 5-17
Configuring SNMP
Removing a User from a Group
To remove an SNMPv3 user from a group, use the following CLI
command:
(configure)# no snmp-server user <username> group
<groupname>
Viewing Configured Users
To view the currently configured SNMPv3 users, use the following CLI
command:
# show snmp user [<username>]
This command displays the following information:
User name
Group to which the user belongs
Authentication protocol that is used for the authentication and
encryption passwords: MD5, SHA, or None if authentication is not
enabled.
Localized authentication key of the user if auth enticati on is e nabled.
For information on localized keys, see “Authentication and
Encryption.”
State of encryption, Yes if enabled, or No if disabled.
Localized encryption key of the user if encryption is enabled. For
information on localized keys, see “Authentication and
Encryption.”
Deleting a User
To delete an SNMPv3 user, use the following CLI command:
(configure)# no snmp-server user <username>