DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
564
Switch# configure terminal
Switch(config)# snmp-server engineID local 332200000000000000000000
Switch(config)#
63-18 snmp-server group
This command is used to configure an SNMP group. Use the no form of this command to remove a
SNMP group or remove a group from using a specific security model.
snmp-server group GROUP-NAME {v1 | v2c | v3 {auth | noauth | priv}} [read READ-VIEW]
[write WRITE-VIEW] [notify NOTIFY-VIEW] [access IP-ACL-NAME]
no snmp-server group GROUP-NAME {v1 | v2c | v3 {auth | noauth | priv}}
Parameters
Specifies the group name of a maximum of 32 characters. The
syntax is general string that does not allow space.
Specifies that the group user can use the SNMPv1 security model.
Specifies that the group user can use the SNMPv2c security model.
Specifies that the group user can use the SNMPv3 security model.
Specifies to authenticate the packet but not encrypt it.
Specifies not to authenticate and not to encrypt the packet.
Specifies to authenticate and encrypt the packet.
(Optional) Specifies a read-view that the group user can access.
(Optional) Specifies a write-view that the group user can access.
(Optional) Specifies a write-view that the group user can access.
The notify view describes the object that can be reported its status
via trap packets to the group user.
(Optional) Specifies the standard IP access control list (ACL) to
associate with the group.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline