DXS-1210 Series Smart Managed Switch CLI Reference Guide
300
38-13
snmp-server engineID local
This command is used to specify the SNMP engine ID on the local device. Use the no form of this
command to revert the SNMP engine ID to the default.
snmp-server engineID local ENGINEID-STRING
no snmp-server engineID local
Parameters
ENGINEID-STRING
Specifies the engine ID string of a maximum of 24 characters.
Default
None.
Command Mode
Global Configuration Mode.
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)#
38-14
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
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.