DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
173
32-11
snmp-server engineID local
This command is used to specify the SNMP engine ID on the local device. Use the
no
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: 15.
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)#
32-12
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
]
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.