DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
78
disable snmp
twistedpair_port_link
traps
enable snmp
duplicate_IP_detected
traps
disable snmp
duplicate_IP_detected
traps
Each command is listed in detail, as follows:
To create a new SNMP user and add the user to an SNMP group.
create snmp user <username 32> <groupname 32> [v1 | v2c | v3
[MD5 <auth_password 32> | SHA <auth_password 32> | none ]
[DES <priv_password 32> | none]]
The create snmp user command creates a new SNMP user and
adds the user to an existing SNMP group.
<username 32> − The new SNMP username, up to 32 alphanumeric
characters.
<groupname 32> − The SNMP groupname the new SNMP user is
associated with, up to 32 alphanumeric characters.
auth - The user may also choose the type of authentication
algorithms used to authenticate the snmp user. The choices are:
MD5 − Specifies that the HMAC-MD5-96 authentication
level to be used. md5 may be utilized by entering one of the
following:
<auth password 32> - A string of between 1 and 32
alphanumeric characters used to authorize the agent to
receive packets for the host.
SHA − Specifies that the HMAC-SHA-96 authentication level
will be used.
<priv_password 32> - A string of between 1 and 32
alphanumeric characters used to authorize the agent to
receive packets for the host.
DES − Specifies that the DES authentication level will be
used.
Only administrator, operate or power user-level users can issue this
command.
Example usage:
To create an SNMP user on the Switch:
DES-1210-52/ME:5# create snmp user dlink sw22 v3 MD5 1234 DES 2233
Command: create snmp user dlink sw22 v3 MD5 1234 DES 2233