Hi, all!
Have a nice day to you!
Do you know how to create a second administrator user account in eSpace U1981?
Please see below:
Issue Description
This KB is made to show you how to create a second or a third administrator user account in eSpace U1981.
Solution
First of all, you will need to login to the device using ssh, login to the debug module, like below.
When you see the $ use the below command, so you can create a new admin account.
As for the below example, the new user is test and the password is test1234.
<config add cliuser name test loginpassword test1234 enablepassword test1234>
You can use command: <show cliuser>, this is to check if the account is created.
After this step remembers to execute save command in order to save the configuration.
EXAMPLE:
############################################################
# #
# Welcome to eSpace U1981 #
# #
# Press Return to connect and config this system. #
# #
############################################################
U1900 OS V200R003C00SPC200 (built on May 5 2015) on eSpace U1981
[%eSpace U1981]>en [.password .] Password:> [.result .] succeed [%eSpace U1981(config)]#super [%eSpace U1981(config)]$ [%eSpace U1981(config)]$ config add cliuser name test loginpassword test1234 enablepassword test1234
[%eSpace U1981(config)]$show cliuser CLI User UserName Type -------- ----- admin admin test admin [%eSpace U1981(config)]$save
Please conduct the exact steps specified above.
Thanks!
