DGS-6604 m snmp-server group
CLI Reference Guide
849
snmp-server group
Use this command to configure a new SNMP group or a table that maps SNMP
users to SNMP views. Use the no form of the command to remove a specified
SNMP group.
snmp-server group GROUP-NAME {v1 | v2c | v3 {auth | noauth | priv}} [read READ-VIEW]
[write WRITE-VIEW] [notify NOTIFY-VIEW]
no snmp-server group GROUP-NAME
Default The default settings of SNMP group are as shown below:
Group
Name Version Security Level Read View Name Write View Name Notify View Name
initial SNMPv3 noauth restricted None restricted
ReadGroup SNMPv1 noauth CommunityView None CommunityView
ReadGroup SNMPv2c noauth CommunityView None CommunityView
WriteGroup SNMPv1 noauth CommunityView CommunityView CommunityView
WriteGroup SNMPv2c noauth CommunityView CommunityView CommunityView
Command Mode Global configuration at privilege level 15.
Syntax Description
GROUP-NAME Specifies the name of the group. The valid length for GROUP-NAME is 1 to 32
characters. The syntax is a general string that does not allow space.
v1 Specifies that SNMPv1 (the least secure of the possible SNMP security models)
should be used for the group.
v2c Specifies that SNMPv2c should be used for the group.
v3 Specifies that SNMPv3 should be used for the group.
SMNPv3 is the most secure of the supported security models, as it allow explicit
configuration of the authentication characteristics.
auth Specifies authentication of a packet without encrypting it.
noauth Specifies no authentication of a packet.
priv Specifies authentication of a packet with encryption.
read READ-VIEW (Optional) Specifies a read view for the SNMP group. The read-view argument
represents a string that is the name of the view that enables the display to show
only the contents of the agent.
write WRITE-VIEW (Optional) Specifies a write view for the SNMP group. The write-view argument
represents a string that is the name of the view that enables data entry to
configure the contents of the agent.
notify NOTIFY-VIEW (Optional) Specifies a notify view for the SNMP group.The notify-view argument
represents a string that is the name of the view that enables a trap to be
specified.