DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
608
priv
- (Optional) A privacy key used by DES, it is hex string type.
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
long.
Restrictions
Only Administrators can issue this command.
Example
To create a SNMP user “user123” with group “group123”:
DWS-3160-24PC: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.
DWS-3160-24PC:admin#
66-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 range is 1 to
32.
Restrictions
Only Administrators can issue this command.
Example
To delete a SNMP user “user123”:
DWS-3160-24PC:admin# delete snmp user user123
Command: delete snmp user user123
Success.
DWS-3160-24PC:admin#