![D-Link xStack DGS-3426P Скачать руководство пользователя страница 13](http://html.mh-extra.com/html/d-link/xstack-dgs-3426p/xstack-dgs-3426p_reference-manual_76220013.webp)
xStack
®
DGS-3400 Series Layer 2 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-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#
To create an operator-level user account with the username “frazier”.
DGS-3450: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-3450:admin#
To create a user-level user account with the username “reed”.
DGS-3450: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-3450:admin#