Specifications
xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
Each command is listed, in detail, in the following sections.
create account
Purpose Used to create user accounts.
Syntax
create [admin | user] <username 15>
Description The create account command is used to create user accounts that
consist of a username of 1 to 15 characters and a password of 0 to
15 characters. Up to 8 user accounts can be created.
Parameters admin <username 15>- Using this command will allow the admin
user, created with this command, full rights and access to this
switch. Commands in this manual with the Only Administrator-level
users can issue this command restriction are for admin users only.
user <username 15>- Using this command will allow the user,
created with this command, partial rights and access to this switch.
Restrictions Only Administrator-level users can issue this command.
Usernames can be between 1 and 15 characters.
Passwords can be between 0 and 15 characters.
Example usage:
To create an administrator-level user account with the username “dlink”.
DGS-3400:4#create account admin dlink
Command: create account admin dlink
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
DGS-3400:4#
config account
Purpose Used to configure user accounts
Syntax
config account <username>
Description The config account command configures a user account that has
been created using the create account command.
Parameters <username>- Enter the new username of the account for which to
modify the password.
Restrictions Only Administrator-level users can issue this command.
Usernames can be between 1 and 15 characters.
Passwords can be between 0 and 15 characters.
Example usage:
To configure the user password of “dlink” account:
DGS-3400:4#config account dlink
Command: config account dlink
Enter a old password:****
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
DGS-3400:4#
11