clear snmp user
12-10 SNMP Configuration
This example creates a new SNMP user named “admin” with AES encryption and HMAC-SHA-1
authentication required. The encryption password is “admintest1” and the authentication
password is “admintest2.” By default, this user will be registered on the local SNMP engine and
entries related to this user will be stored in permanent (nonvolatile) memory.
C3(su)->set snmp user admin encryption aes privacy admintest1 authentication sha
admintest2
clear snmp user
Use this command to remove a user from the SNMPv3 security-model list.
Syntax
clear snmp user user [remote remote]
Parameters
Defaults
If remote is not specified, the user will be removed from the local SNMP engine.
Mode
Switch mode, read-write, when security profile = normal.
Switch mode, super-user, when security profile = C2.
Example
This example shows how to remove the SNMP user named “bill”:
C3(su)->clear snmp user bill
show snmp group
Use this command to display an SNMP group configuration. An SNMP group is a collection of
SNMPv3 users who share the same access privileges.
Syntax
show snmp group [ groupname groupname] [user user] [security-model { v1 | v2c | usm}]
[volatile | nonvolatile | read-only]
Parameters
user Specifies an SNMPv3 user to remove.
remote remote (Optional) Removes the user from a specific remote SNMP engine.
groupname
groupname
(Optional) Displays information for a specific SNMP group.
user user (Optional) Displays information about users within the specified group.