No snmp-server group – Allied Telesis AT-DC2552XS User Manual
Page 186

Chapter 8: SNMP Commands
186
NO SNMP-SERVER GROUP
Syntax
no snmp-server group
name
auth|priv|noauth
Parameters
name
Specifies the name of the group. The name is case-sensitive.
auth
Specifies the group’s minimum security level as authentication
without encryption.
priv
Specifies the group’s minimum security level as privacy. Privacy
means that the members of this group are required for
authentication with encryption.
noauth
Specifies the group’s minimum security level as no authentication.
Mode
Global Configuration Mode
Description
Use this command to delete an SNMPv3 group.
Examples
This example deletes the group called “admins” which has the minimum
security level of authentication with encryption:
awplus> enable
awplus# configure terminal
awplus(config)# no snmp-server group admins priv
This example deletes the group called “operators” which has the minimum
security level of authentication without encryption:
awplus> enable
awplus# configure terminal
awplus(config)# no snmp-server group operators
auth