xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
444
58
P
ASSWORD
E
NCRYPTION
C
OMMANDS
The Password Encryption commands in the Command Line Interface (CLI) are listed (along with the appropriate
parameters) in the following table.
Command
Parameters
enable password encryption
disable password encryption
create account
[admin | operator| user] <username 15>
config account
<username> {encrypt [plain_text| sha_1] <password>}
show account
delete account
<username>
Each command is listed, in detail, in the following sections.
enable password encryption
Purpose
Used to create user accounts.
Syntax
enable password encryption
Description
The user account configuration information will be stored in the configuration file, and can be
applied to the system later.
If the password encryption is enabled, the password will be in encrypted form.
Parameters
None.
Restrictions
Only Administrator users can issue this command.
Example usage:
To enable the password encryption:
DGS-3450:admin# enable password encryption
Command: enable password encryption
Success.
DGS-3450:admin#
disable password encryption
Purpose
Used to create user accounts
Syntax
disable password encryption
Description
The user account configuration information will be stored in the configuration file, and can be
applied to the system later.
When password encryption is diabled, if the user specifies the password in plain text form,
the password will be in plan text form. However, if the user specifies the password in
encrypted form, or if the password has been converted to encrypted form by the last enable
password encryption command, the password will still be in the encrypted form. It can not be
reverted to the plaintext.