A SERVICE OF

logo

xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
535
disable password encryption
reverted to the plaintext.
Parameters None.
Restrictions Only Administrator can issue this command.
Example usage:
To disable the password encryption:
DGS-3627:admin# disable password encryption
Command: disable password encryption
Success.
DGS-3627:admin#
create account
Purpose Used to create user accounts.
Syntax
create account [admin | operator| user] <username 15>
Description The create account command creates user accounts. The username is between 1 and 15
characters, the password is between 0 and 15 characters. It is case sensitive. The number of
account (include admin and user) is up to 8.
Parameters
admin <username 15> - Name of the admin account.
user <username 15> - Name of the user account.
operator <username 15> - Name for a operator user acount.
Restrictions Only Administrator can issue this command.
Example usage:
To create the admin-level user “dlink”:
DGS-3627:admin# create account admin dlink
Command: create account admin dlink
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
DGS-3627:admin#
To create the user-level user “Remote-Manager”:
DGS-3627:admin# create account user Remote-Manager encrypt sha_1
*@&cRDtpNCeBiql5KOQsKVyrA0sAiClZQwq
Command: create account user Remote-Manager encrypt sha_1
*@&cRDtpNCeBiql5KOQsKVyrA0sAiClZQwq
Success.
DGS-3627:admin#