Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
552
Command Default Level
Level: 12.
Usage Guideline
An SNMP engine ID is not displayed or stored in the running configuration. The SNMP engine ID is a
unique string to identify the device. A string is generated by default. If you configure a string less than 24
characters, it will be filled with trailing zeros up to 24 characters.
Example
This example shows how to configure the SNMP engine ID to 332200000000000000000000.
Switch# configure terminal
Switch(config)# snmp-server engineID local 332200000000000000000000
Switch(config)#
59-18 snmp-server group
This command is used to configure an SNMP group. Use the no 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
GROUP-NAME
Specifies the group name of a maximum of 32 characters. The syntax
is general string that does not allow space.
v1
Specifies that the group user can use the SNMPv1 security model.
v2c
Specifies that the group user can use the SNMPv2c security model.
v3
Specifies that the group user can use the SNMPv3 security model.
auth
Specifies to authenticate the packet but not encrypt it.
noauth
Specifies not to authenticate and not to encrypt the packet.
priv
Specifies to authenticate and encrypt the packet.
read READ-VIEW
(Optional) Specifies a read-view that the group user can access.
write WRITE-VIEW
(Optional) Specifies a write-view that the group user can access.
notify NOTIFY-VIEW
(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.
access IP-ACL-NAME
(Optional) Specifies the standard IP access control list (ACL) to
associate with the group.
Default
Group
Name
Version Security Level Read View
Name
Write View
Name
Notify View
Name
Initial SNMPv3 noauth Restricted None Restricted