xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
445
disable password encryption
Parameters
None.
Restrictions
Only Administrator users can issue this command.
Example usage:
To disable the password encryption:
DGS-3450:admin# disable password encryption
Command: disable password encryption
Success.
DGS-3450: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 users can issue this command.
Example usage:
To create the admin-level user “dlink”:
DGS-3450: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-3450:admin#
config account
Purpose
Used to configure user accounts.
Syntax
config account <username> {encrypt [plain_text| sha_1] <password>}
Description
When the password information is not specified in the command, the system will prompt the
user to input the password interactively. For this case, the user can only input the plain text
password.
If the password is present in the command, the user can select to input the password in the
plain text form or in the encrypted form. The encryption algorithm is based on SHA-I.
Parameters
<username>
- Name of the account. The account must already be defined.
plain_text
- Select to specify the password in plain text form.