D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
9
create account
Purpose Used to create user accounts.
Syntax
create account [admin | operator | 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 eight user accounts can be created.
Parameters
admin <username 15> Enter a name between 1 and 15 alphanumeric characters to define the
administrator account created here.
operator <username 15> Enter a name between 1 and 15 alphanumeric characters to define the
operator account created here.
user <username 15> Enter a name between 1 and 15 alphanumeric characters to define the
user account created here.
Restrictions Only Administrator-level users can issue this command.
Example usage:
To create an administrator-level user account with the username “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 an operator-level user account with the username “frazier”.
DGS-3627:admin# create account operator frazier
Command: create account operator frazier
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
DGS-3627:admin#
To create a user-level user account with the username “reed”.
DGS-3627:admin# create account user reed
Command: create account user reed
Enter a case-sensitive new password:****
Enter the new password again for confirmation:****
Success.
DGS-3627:admin#