DGS-1100-06/ME Metro Ethernet Managed Switch CLI Reference Guide
49
To remove an SNMP group from the Switch.
delete snmp group <groupname 32> [v1 | v2c | v3 [auth_priv |
noauth_nopriv]]
The delete snmp group command removes an SNMP group from
the Switch.
<groupname 32> ā A string of that identifies the SNMP group the
new SNMP user will be associated with. Up to 32 alphanumeric
characters.
Only administrator or operate-level users can issue this command.
Example usage:
To delete the SNMP group named āsg1ā:
DGS-1100-06/ME:5#delete snmp group sg1 v3 auth_priv
Command: delete snmp group sg1 v3 auth_priv
Success!
DGS-1100-06/ME:5#
To display the group-names of SNMP groups currently configured
on the Switch. The security model, level, and status of each group
are also displayed.
The show snmp groups command displays the group-names of
SNMP groups currently configured on the Switch. The security
model, level, and status of each group are also displayed.
Example usage:
To display the currently configured SNMP groups on the Switch:
DGS-1100-06/ME:5#show snmp groups
Command: show snmp groups
SNMP Group Table
Group Name Read View Write View Notify View Security Model Security Level
------------------ -------------- ---------------- --------------- ---------------------- -----------------
sg1 df df d v3 AuthPriv
ReadOnly ReadWrite --- ReadWrite v1 NoAuthNoPriv
ReadOnly ReadWrite --- ReadWrite v2c NoAuthNoPriv
ReadWrite ReadWrite ReadWrite ReadWrite v1 NoAuthNoPriv
ReadWrite ReadWrite ReadWrite ReadWrite v2c NoAuthNoPriv