DES-1210-28/ME Metro Ethernet Managed Switch CLI Reference Guide
54
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.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To create an SNMP user on the Switch:
DES-1210-28/ME:5# create snmp user dlink SW22 v3 MD5 1234 DES jklj22
Command: create snmp user dlink SW22 v3 MD5 1234 DES jklj22
Success!
DES-1210-28/ME:5#
delete snmp user
Purpose To remove an SNMP user from an SNMP group and also to delete
the associated SNMP group.
Syntax
delete snmp user <username 32> [v1 | v2c | v3]
Description
The delete snmp user command removes an SNMP user from its
SNMP group and then deletes the associated SNMP group.
Parameters
<username 32> − A string of up to 32 alphanumeric characters that
identifies the SNMP user to be deleted.
Restrictions Only administrator or operate-level users can issue this command.
Example usage:
To delete a previously created SNMP user on the Switch:
DES-1210-28/ME:5# delete snmp user dlink v3
Command: delete snmp user dlink v3
Success!
show snmp user
Purpose To display information about each SNMP username in the SNMP
group username table.