DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
43
DGS3100#
delete snmp group
Purpose To remove an SNMP group from the Switch.
Syntax
delete snmp group <groupname 30>
Description The delete snmp group command removes an SNMP group from
the Switch.
Parameters <groupname 30> − A string of that identifies the SNMP group the
new SNMP user will be associated with. Up to 30 alphanumeric
characters.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To delete the SNMP group named ‘sg1’.
DGS3100# delete snmp group sg1
Success.
DGS3100#
show snmp groups
Purpose 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.
Syntax
show snmp groups
Description 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.
Parameters None.
Restrictions None.
Example usage:
To display the currently configured SNMP groups on the Switch:
DGS3100# show snmp groups
Vacm Access Table Settings
Group Name Model Level ReadView WriteView NotifyView
---------------- -------- ------------ ----------- ----------- -----------
g1 V3 NoAuthNoPriv v1 v1 v1
g2 V3 authNoPriv v1 v1 v1
g3 V3 authPriv v1 v1 v1
DGS3100#