DGS-3000 Series Layer 2 Managed Gigabit Switch CLI Reference Guide
603
none - Specifies that no encryption will be used for the privacy key.
des - Specifies that the DES encryption will be used for the privacy key.
<priv_key 32-32> - Enter the DES privacy key here. This value must be 32 characters
Restrictions
Only Administrators can issue this command.
Example
To create a SNMP user “user123” with group “group123”:
DGS-3000-26TC:admin#create snmp user user123 group123 encrypted by_password
auth md5 12345678 priv des 12345678
Command: create snmp user user123 group123 encrypted by_password auth md5
12345678 priv des 12345678
Success.
69-5 delete snmp user
Description
This command is used to remove a user from an SNMP group and delete the associated group in
SNMP group.
Format
delete snmp user <username 32>
Parameters
<username 32> - The name of the user on the host that connects to the agent. The name can be
up to 32 characters long.
Restrictions
Only Administrators can issue this command.
Example
To delete a SNMP user “user123”:
DGS-3000-26TC:admin#delete snmp user user123
Command: delete snmp user user123
Success.