clear snmp access
12-18 SNMP Configuration
Mode
Switch mode, read-write, when security profile = normal.
Switch mode, super-user, when security profile = C2.
Example
This example permits the “powergroup” to manage all MIBs via SNMPv3:
C3(su)->set snmp access powergroup security-model usm
clear snmp access
Use this command to clear the SNMP access entry of a specific group, including its set SNMP
security-model, and level of security.
Syntax
clear snmp access groupname security-model {v1 | v2c | usm} [noauthentication |
authentication | privacy] [context context]
Parameters
Defaults
If security level is not specified, all levels will be cleared.
If context is not specified, none will be applied.
Mode
Switch mode, read-write, when security profile = normal.
Switch mode, super-user, when security profile = C2.
Example
This example shows how to clear SNMP version 3 access for the “mis-group” via the
authentication protocol:
C3(su)->clear snmp access mis-group security-model usm authentication
groupname Specifies the name of the SNMP group for which to clear access.
security-model v1 |
v2c | usm
Specifies the security model to be cleared for the SNMP access group.
noauthentication |
authentication |
privacy
(Optional) Clears a specific security level for the SNMP access group.
context context (Optional) Clears a specific context for the SNMP access group. Enter / - /
to clear the default context.