20
3.5 Adding a user account and deleting the user account "operator"
[Step 1] Creating a user account and setting the login password
Create a new user account and set the login password.
The following example shows how to create the user name
newuser
and set a password for it.
NOTE
We recommend that you use six or more characters for the password. If fewer
than six characters are entered, an error is displayed. Note, however, that if you
re-enter the same password, it will be accepted. Also, the maximum number of
characters that can be used for a password is 128. If you enter 129 or more
characters, only the first 128 characters are registered for the password. We
recommend that you use upper-case alphabetic characters, numbers, and
symbols in addition to lower-case alphabetic characters. If a password consists
of only lower-case alphabetic characters, an error is displayed. Note, however,
that if you re-enter the same password, it will be accepted.
[Step 2] Deleting the user account
operator
Delete the user account
operator
, which was set at the initial installation.
(config)#
username newuser password input
... Register the new user name
newuser
.
New password:
********
... Specify the login password for the user name
newuser
.
(The actual input characters are not shown.)
Retype new password:
********
... Re-enter the password for confirmation.
(The actual input characters are not shown.)
(config)#
login:
newuser
... Log in with the user name
newuser
that you registered.
Password:
********
... Enter the login password (the password you set in step 1).
Copyright (c) 2013 ALAXALA Networks Corporation. All rights reserved.
>
enable
... Switch to administrator mode.
Password:
********
... Enter the administrator mode password.
#
configure
... Switch to configuration command mode.
(config)#
no username operator
... Delete the user name
operator
, which was set at the initial
installation.
Do you want to delete the user account operator? (y/n):
y
(config)#