You are on page 1of 11

S1720, S2700, S3700, S5700, S6700, S7700, and S9700

Series Switches
Common Operation Guide 1 Common System Operations

1 Common System Operations

About This Chapter

1.1 Handling Loss of the Password for Console Port Login


1.2 Handling Loss of the Password for Telnet Login
1.3 Handling Loss of the Password for Web Login
1.4 Handling BootROM Password Loss
1.5 Deleting the Device Configuration
1.6 Configuring a Local Telnet User
1.7 Setting a User Level
1.8 Setting Screen Display
1.9 Using Basic ACL Rules to Control User Login
1.10 Backing Up the Configuration File
1.11 Restoring the Configuration File
1.12 Logging In to a Device Through STelnet

1.1 Handling Loss of the Password for Console Port Login


If you forget the password for logging in through the console port, use either of the following
two methods to set a new password.

Logging In to the Switch Through STelnet or Telnet to Set a New Password

NOTICE
Telnet may bring security risks. You are advised to log in to the switch through STelnet V2.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 1


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

Ensure that you have an STelnet/Telnet account and administrator rights. The following uses
the command lines and outputs of logging in to the device using STelnet as an example. After
logging in to the switch through STelnet, perform the following configuration.
# Take password authentication as an example. Set the password to Huawei@123.
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] authentication-mode password
[HUAWEI-ui-console0] set authentication password cipher Huawei@123
[HUAWEI-ui-console0] return
<HUAWEI> save

# Take AAA authentication as an example. Set the user name and password to admin123 and
Huawei@123 respectively.
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] authentication-mode aaa
[HUAWEI-ui-console0] quit
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123
[HUAWEI-aaa] local-user admin123 service-type terminal
[HUAWEI-aaa] return
<HUAWEI> save

Clearing the Lost Password Through the BootROM/BootLoad Menu


You can use the BootROM/BootLoad menu of the switch to clear the lost password for
console port login. After starting the switch, set a new password and save your configuration.

NOTE

If the switch has two MPUs, remove the standby MPU before performing the following operations.
After performing the following operations, install the standby MPU and run the save command to ensure
the consistent configuration on the active and standby MPUs.

You can use the BootROM/BootLoad menu of the switch to clear the lost password for
console port login. After starting the switch, set a new password and save your configuration.
Perform the following steps.
Use the BootROM as an example, perform the following steps.
1. Connect the terminal to the console port of the switch and restart the switch. When the
following message is displayed, press Ctrl+B immediately and enter the BootROM
password to enter the BootROM menu.
Information displayed on modular switches:
Press Ctrl+B to enter boot menu ... 1

Password: //Enter the BootROM password.

Information displayed on fixed switches:

Press Ctrl+B or Ctrl+E to enter BootROM menu ... 2


password: //Enter the BootROM password.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 2


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

NOTE

l Some models of fixed switches allow you to enter the BootROM menu by pressing Ctrl+E.
Perform operations as prompted on the screen.
l The default BootROM password of fixed switches is huawei in versions earlier than
V100R006C03 and Admin@huawei.com in V100R006C03 and later.
l The default BootROM password of modular switches is 9300 in V100R006 and earlier
versions, and Admin@huawei.com in versions after V100R006.
l The command outputs of different versions on different devices may be different. Therefore,
the command outputs on your device may be different from that provided in this example.
2. Select Clear password for console user on the BootROM menu to clear the password
for console port login.
3. Select Boot with default mode on the BootROM menu to start the switch as prompted.
NOTE

Do not select Reboot; otherwise, the password cannot be cleared.


4. After the switch is started, log in through the console port. Authentication is not required
when you log in. Set a password as prompted after login. (In V200R009 and later
versions, the authentication mode for console port login is non-authentication after the
device starts, and the system does not ask you to configure an authentication password.)
5. You can set an authentication mode and password for the console user interface
according to service requirements. The configuration is similar to that of Logging In to
the Switch Through STelnet or Telnet to Set a New Password, and is not provided
here.

Related Content
Videos

Recover the Console Port Login Password.

1.2 Handling Loss of the Password for Telnet Login


If you forget the Telnet login password, log in to the switch through the console port and set a
new password for Telnet login.

NOTE

The following uses the command lines of the S7700 in V200R008C00 as an example.

# Logging in to the device through the console port.

1. Connect the DB9 female connector of the console cable to the serial port (COM) on the
PC, and connect the RJ45 connector to the console port on the device.
2. Start the terminal emulation software on the PC. Create a connection, select the
connected port, and set communication parameters.
– Baud rate : 9600
– Data bits : 8
– Stop bits : 1
– Parity : None
– Flow Control : None

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 3


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

3. Click Connect. Enter or configure the login password as prompted to log in to the switch.

# Take password authentication for VTY0 login as an example. Set the password to
Huawei@123.
<HUAWEI> system-view
[HUAWEI] user-interface vty 0
[HUAWEI-ui-vty0] protocol inbound telnet //By default, switches in V200R006 and
earlier versions support Telnet, and switches in V200R007 and later versions
support SSH.
[HUAWEI-ui-vty0] authentication-mode password
[HUAWEI-ui-vty0] set authentication password cipher Huawei@123
[HUAWEI-ui-vty0] user privilege level 15
[HUAWEI-ui-vty0] return
<HUAWEI> save

# Take AAA authentication for VTY0 login as an example. Set the user name and password to
admin123 and Huawei@123 respectively.
<HUAWEI> system-view
[HUAWEI] user-interface vty 0
[HUAWEI-ui-vty0] protocol inbound telnet //By default, switches in V200R006 and
earlier versions support Telnet, and switches in V200R007 and later versions
support SSH.
[HUAWEI-ui-vty0] authentication-mode aaa
[HUAWEI-ui-vty0] quit
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123
[HUAWEI-aaa] local-user admin123 service-type telnet
[HUAWEI-aaa] local-user admin123 privilege level 15
[HUAWEI-aaa] return
<HUAWEI> save

1.3 Handling Loss of the Password for Web Login


If you forget the web login password, log in to the switch through the console port, Telnet, or
STelnet, and set a new password for web login.

NOTICE
Telnet may bring security risks. You are advised to log in to the switch through the console
port or STelnet.

# Set the user name and password to admin123 and Huawei@123 respectively.
<HUAWEI> system-view
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123
[HUAWEI-aaa] local-user admin123 service-type http
[HUAWEI-aaa] local-user admin123 privilege level 15
[HUAWEI-aaa] return
<HUAWEI> save

1.4 Handling BootROM Password Loss


If you forget the BootROM password, log in to the switch and run the reset boot password
command in the user view to restore the default BootROM password.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 4


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

l The default BootROM password of fixed switches is huawei in versions earlier than
V100R006C03 and Admin@huawei.com in V100R006C03 and later.
l The default BootROM password of modular switches is 9300 in V100R006 and earlier
versions, and Admin@huawei.com in versions after V100R006.

1.5 Deleting the Device Configuration


To clear the current configuration and restore factory settings of a device, run the reset saved-
configuration command to clear the configuration file for the next startup and then restart the
device. If you are prompted to save the configuration, select N indicating that the device will
not save the current configuration.

NOTICE
Exercise caution and follow the instructions of the technical support personnel when you run
this command.

<HUAWEI> reset saved-configuration


Warning: The action will delete the saved configuration in the device.
The configuration will be erased to reconfigure. Continue? [Y/N]:y
Warning: Now clearing the configuration in the device.
Info: Succeeded in clearing the configuration in the device.
<HUAWEI> reboot
Info: The system is now comparing the configuration, please wait.
Warning: The configuration has been modified, and it will be saved to the next
startup saved-configuration file flash:/vrpcfg.zip. Continue? [Y/N]:n //Select
"N" here.
Info: If want to reboot with saving diagnostic information, input 'N' and then
execute 'reboot save diagnostic-information'.
System will reboot! Continue?[Y/N]:y

The command outputs on your device may be different from that provided in this example.

Related Content
Videos
Restore the Factory Settings.

1.6 Configuring a Local Telnet User


# Take AAA authentication as an example. Set the user name and password to admin123 and
Huawei@123 respectively.
Ensure that the Telnet function has been enabled before performing this operation.

NOTE

The following uses the command lines of the S7700 in V200R008C00 as an example.
<HUAWEI> system-view
[HUAWEI] user-interface vty 0
[HUAWEI-ui-vty0] protocol inbound telnet //By default, switches in V200R006 and
earlier versions support Telnet, and switches in V200R007 and later versions
support SSH.
[HUAWEI-ui-vty0] authentication-mode aaa

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 5


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

[HUAWEI-ui-vty0] quit
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123
[HUAWEI-aaa] local-user admin123 service-type telnet
[HUAWEI-aaa] local-user admin123 privilege level 15
[HUAWEI-aaa] return
<HUAWEI> save

1.7 Setting a User Level


When password authentication or none authentication is used, use the following method to set
a user level. Take the VTY user interface as an example.
<HUAWEI> system-view
[HUAWEI] user-interface vty 0
[HUAWEI-ui-vty0] user privilege level 15 //Set the user level to 15 for the VTY
0 user interface.

When AAA authentication is used, use the following methods (in descending order of
priorities) to set a user level. Take the VTY user interface as an example.
l Set a user level for a single user.
<HUAWEI> system-view
[HUAWEI] aaa
[HUAWEI-aaa] local-user user1 privilege level 15 //Set the user level of
user1 to 15.

l Set a user level for all users in a domain.


<HUAWEI> system-view
[HUAWEI] aaa
[HUAWEI-aaa] service-scheme sch1
[HUAWEI-aaa-service-sch1] admin-user privilege level 15 //Set the user level
to 15.
[HUAWEI-aaa-service-sch1] quit
[HUAWEI-aaa] domain domain1
[HUAWEI-aaa-domain-domain1] service-scheme sch1 //Bind the service scheme
sch1 to domain1.

l Set a user level for all users who log in through a specified user interface.
<HUAWEI> system-view
[HUAWEI] user-interface maximum-vty 15 //Set the maximum number of VTY user
interfaces to 15.
[HUAWEI] user-interface vty 0 14 //Enter the VTY user interfaces VTY 0 to
VTY 14.
[HUAWEI-ui-vty0-14] user privilege level 15 //Set the user level to 15 for
the VTY user interfaces VTY 0 to VTY 14.

1.8 Setting Screen Display


Run the screen-length screen-length [ temporary ] command in the user view or user
interface view to set the number of rows to be displayed on a screen. The parameter
temporary is mandatory when you run this command in the user view and specifies the
number of rows to be temporarily displayed on a terminal screen. The default number of rows
is 24.

In V200R005 and earlier versions, run the screen-width screen-length command in any view
to set the number of columns to be displayed on the screen. The default number of columns is
80. Each character is a column. In versions after V200R005, the number of columns displayed
on a terminal screen cannot be set using this command. The device automatically adjusts the
number of columns displayed on a terminal screen.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 6


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

1.9 Using Basic ACL Rules to Control User Login


After logging in to a device using Telnet or STelnet, you can configure ACL rules to allow
only users with the specified IP addresses or on the specified network segments can log in to
the device.

NOTE

The Telnet protocol will bring risks to network security. The STelnet V2 mode is recommended.

The following operation assumes that the user logs in to the device using Telnet or STelnet.
# Configure rules in ACL 2005 to allow only the user at 192.168.1.5 and users on network
segment 10.10.5.0/24 to log in to the VTY interfaces 0 to 4.
<HUAWEI> system-view
[HUAWEI] acl 2005
[HUAWEI-acl-basic-2005] rule permit source 192.168.1.5 0 //Allow only the user
at 192.168.1.5 to log in to the device.
[HUAWEI-acl-basic-2005] rule permit source 10.10.5.0 0.0.0.255 ////Allow only
users on the network segment 10.10.5.0/24 to log in to the device.
[HUAWEI-acl-basic-2005] quit
[HUAWEI] user-interface vty 0 4
[HUAWEI-ui-vty0-4] acl 2005 inbound
[HUAWEI-ui-vty0-4] quit

1.10 Backing Up the Configuration File


If a device is damaged unexpectedly, the configuration file cannot be recovered. To prevent
configuration loss, you can back up the configuration file using FTP. Assume that the PC's IP
address is 10.110.24.254/24 and the device's IP address is 10.136.23.5/24.
l When the device serves as an FTP server and the PC serves as an FTP client:
# Configure the FTP function for the device and information about an FTP user.
<HUAWEI> system-view
[HUAWEI] ftp server enable
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin1234 password irreversible-cipher Helloworld@6789
[HUAWEI-aaa] local-user admin1234 privilege level 15
[HUAWEI-aaa] local-user admin1234 service-type ftp
[HUAWEI-aaa] local-user admin1234 ftp-directory cfcard:/
[HUAWEI-aaa] quit
[HUAWEI] quit

# Save the current configuration on the device.


<HUAWEI> save

# Connect the PC to the device using FTP. Enter the user name admin1234 and
password Helloworld@6789 and set the file transfer mode to binary.
The following example assumes that the PC runs the Windows XP operating system.
C:\Documents and Settings\Administrator> ftp 10.136.23.5
Connected to 10.136.23.5.
220 FTP service ready.
User (10.136.23.5:(none)): admin1234
331 Password required for admin1234.
Password:
230 User logged in.
ftp> binary
200 Type set to I.
ftp>

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 7


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

# Back up the configuration file of the device to the PC.


ftp> get vrpcfg.zip
200 Port command okay.
150 Opening BINARY mode data connection for vrpcfg.zip.
226 Transfer complete.
ftp: 1257 bytes received in 0.03Seconds 40.55Kbytes/sec.

l When the PC serves as an FTP server and the device serves as an FTP client:
# Start the FTP server program.
Start the FTP server program on the PC. Specify the FTP working directory where the
configuration file is to be saved, and the IP address, port number, user name, and
password of the FTP server.
# Save the current configuration on the device.
<HUAWEI> save

# Log in to the FTP server.


<HUAWEI> ftp 10.110.24.254
Trying 10.110.24.254 ...
Press CTRL+K to abort
Connected to 10.110.24.254.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user //
WFTPD is the local FTP server program.
User(10.135.86.164:(none)):admin123 //Enter the user name.
331 Give me your password, please
Enter password: //Enter the password.
230 Logged in successfully

[ftp]

# Back up the configuration file of the device to the PC.


[ftp] put config.cfg
200 Port command successful.
150 Opening data connection for config.cfg.
226 File received ok
FTP: 1257 byte(s) sent in 0.03 second(s) 40.55Kbyte(s)/sec.

NOTE

l After the configuration file is transferred to the PC, check whether the size of the configuration
file on the PC is the same as that on the device. If not, an exception may occur during file
backup. Back up the configuration file again.
l To transfer the configuration file in a simpler way, configure the PC as the TFTP server and
the device as the TFTP client. The configuration procedure is similar to the procedure when
the PC serves as an FTP server and the device serves as an FTP client, except that the user
name and password are not required for configuring the TFTP server. You only need to run the
tftp 10.110.24.254 put config.cfg command on the device.
l TFTP has no authentication or authorization mechanism, whereas FTP has authentication and
authorization mechanisms. TFTP and FTP both transfer data in plaintext mode, which brings
security risks. Therefore, TFTP and FTP apply to good-performance networks. If you have a
high requirement for network security, SFTP V2, SCP, or FTPS is recommended.

1.11 Restoring the Configuration File


When misconfigurations cause exceptions on a device, transfer the backup configuration file
to the device and specify the downloaded configuration file for the next startup. Assume that
the IP address of the PC that saves the configuration file is 10.110.24.254/24 and the device's
IP address is 10.136.23.5/24.

1. Transfer the backup configuration file to the device using FTP.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 8


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

– When the device serves as an FTP server and the PC serves as an FTP client:
# Configure the FTP function for the device and information about an FTP user.
<HUAWEI> system-view
[HUAWEI] ftp server enable
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin1234 password irreversible-cipher
Helloworld@6789
[HUAWEI-aaa] local-user admin1234 privilege level 15
[HUAWEI-aaa] local-user admin1234 service-type ftp
[HUAWEI-aaa] local-user admin1234 ftp-directory cfcard:/
[HUAWEI-aaa] quit
[HUAWEI] quit

# Connect the PC to the device using FTP. Enter the user name admin1234 and
password Helloworld@6789 and set the file transfer mode to binary.
The following example assumes that the PC runs the Windows XP operating
system.
C:\Documents and Settings\Administrator> ftp 10.136.23.5
Connected to 10.136.23.5.
220 FTP service ready.
User (10.136.23.5:(none)): admin1234
331 Password required for admin1234.
Password:
230 User logged in.
ftp> binary
200 Type set to I.
ftp>

# Upload the backup configuration file to the device.


ftp> put vrpcfg.zip
200 Port command okay.
150 Opening BINARY mode data connection for vrpcfg.zip.
226 Transfer complete.
ftp: 1257 bytes sent in 0.03 Seconds 40.55Kbytes/sec.

– When the PC serves as an FTP server and the device serves as an FTP client:
# Start the FTP server program.
Start the FTP server program on the PC. Specify the FTP working directory where
the configuration file is saved, and the IP address, port number, user name, and
password of the FTP server.
# Log in to the FTP server.
<HUAWEI> ftp 10.110.24.254
Trying 10.110.24.254 ...
Press CTRL+K to abort
Connected to 10.110.24.254.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new
user //WFTPD is the local FTP server program.
User(10.135.86.164:(none)):admin123 //Enter the user name.
331 Give me your password, please
Enter password: //Enter the password.
230 Logged in successfully

[ftp]

# Download the backup configuration file to the device.


[ftp] get config.cfg
Warning: The file config.cfg already exists. Overwrite it? [Y/N]:Y
//Overwrite the current configuration file on the device. To reserve the
current configuration file, enter N to stop the file upload. Change the
name of the configuration file on the FTP server to different from that
on the device. Download the configuration file from the FTP server.
200 Port command successful.
150 Opening data connection for config.cfg.
226 File sent ok

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 9


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

FTP: 1257 byte(s) received in 0.03 second(s) 40.55byte(s)/sec.


[ftp] bye

NOTE

l After the configuration file is transferred to the device, check whether the size of the
configuration file on the PC is the same as that on the device. If not, an exception may
occur during file transfer. Transfer the file again.
l To transfer the configuration file in a simpler way, configure the PC as the TFTP server
and the device as the TFTP client. The configuration procedure is similar to the
procedure when the PC serves as an FTP server and the device serves as an FTP client.
The only difference is that the user name and password are not required for configuring
the TFTP server. You only need to run the tftp 10.110.24.254 get config.cfg command
on the device.
l TFTP has no authentication or authorization mechanism, whereas FTP has
authentication and authorization mechanisms. TFTP and FTP both transfer data in
plaintext mode, which brings security risks. Therefore, TFTP and FTP apply to good-
performance networks. If you have a high requirement for network security, SFTP V2,
SCP, or FTPS is recommended.
2. Specify the backup configuration file for the next startup.
<HUAWEI> startup saved-configuration config.cfg
<HUAWEI> display startup
MainBoard:
Configured startup system software: cfcard:/device_software.cc
Startup system software: cfcard:/device_software.cc
Next startup system software: cfcard:/device_software.cc
Startup saved-configuration file: cfcard:/config_old.cfg //
Current configuration file name.
Next startup saved-configuration file: cfcard:/config.cfg //Name of
the configuration file for the next startup.
Startup paf file: default
Next startup paf file: default
Startup license file: default
Next startup license file: default
Startup patch package: NULL
Next startup patch package: NULL

<HUAWEI> reboot //Restart the device.


Info: The system is now comparing the configuration, please wait.
Warning: The configuration has been modified, and it will be saved to the
next startup saved-configuration file cfcard:/config.cfg. Continue? [Y/
N]:N //Enter N to prevent the device configuration from being saved in the
backup configuration file.
Now saving the current configuration to the slot 13.
Save the configuration successfully.
Info: If want to reboot with saving diagnostic information, input 'N' and
then execute 'reboot save diagnostic-information'.
System will reboot! Continue?[Y/N]:Y //Enter Y to restart the device.

1.12 Logging In to a Device Through STelnet


AAA authentication is used as an example. Set the user name to admin123 and password to
Huawei@123.
# Generate a local key pair on the server.
<HUAWEI> system-view
[HUAWEI] dsa local-key-pair create
Info: The key name will be: HUAWEI_Host_DSA.
Info: The key modulus can be any one of the following : 1024, 2048.
Info: If the key modulus is greater than 512, it may take a few minutes.
Please input the modulus [default=2048]:
Info: Generating keys...
Info: Succeeded in creating the DSA host keys.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 10


S1720, S2700, S3700, S5700, S6700, S7700, and S9700
Series Switches
Common Operation Guide 1 Common System Operations

# Configure VTY user interfaces on the device.


[HUAWEI] user-interface vty 0 4
[HUAWEI-ui-vty0-4] authentication-mode aaa
[HUAWEI-ui-vty0-4] protocol inbound ssh
[HUAWEI-ui-vty0-4] quit

NOTICE
If the protocol supported by VTY user interfaces 0 to 4 is changed from Telnet to SSH, users
cannot log in to the device using Telnet after logout. In this case, configure VTY user
interfaces 0 to 4 to support all protocols first. Configure STelnet and then run the protocol
inbound ssh command to configure VTY user interfaces 0 to 4 to support SSH.

# Create an SSH user named admin123 and configure the password authentication mode
for the user.
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123
[HUAWEI-aaa] local-user admin123 service-type ssh
[HUAWEI-aaa] local-user admin123 privilege level 15
[HUAWEI-aaa] quit
[HUAWEI] ssh user admin123 authentication-type password

# Enable the STelnet service.


[HUAWEI] stelnet server enable

# Configure the STelnet service type for the user admin123.


[HUAWEI] ssh user admin123 service-type stelnet

# Log in to the device using the third-party software (such as PuTTY). Enter the device IP
address, select SSH, and enter the user name and password to log in to the device through
STelnet.
To verify the STelnet login, run the ssh client first-time enable and stelnet 127.0.0.1
commands in system view to log in to the device. If the login page is displayed, the
configuration succeeds. If the login page is not displayed, the configuration fails.

Issue 17 (2018-08-17) Copyright © Huawei Technologies Co., Ltd. 11

You might also like