F3215-HP Load Balancing Module System Management Configuration Guide-6PW101
28
1. Connect the Ethernet port of the device to the PC by using a crossover Ethernet cable.
2. Configure an IP address for the PC and make sure the PC and the device can reach each other.
For example, assign the PC an IP address (for example, 192.168.0.2) within the network segment
192.168.0.0/24 (except for 192.168.0.1).
3. Open the browser and input the login information:
a. Type the IP address http://192.168.0.1 in the address bar and press Enter.
b. Enter the username and password admin, and the verification code, select the language
(English and Chinese are supported at present), and click Login.
Figure 21 Login page of the Web interface
Modifying the default Web login settings
Enter the CLI of the LB module and perform the following configuration:
# Add a telnet user account userA, and set its password to 123 456 and user privilege level to 3.
<Sysname> system-view
[Sysname] local-user userA ←Add user userA.
[Sysname-luser-userA] service-type web ←Set the service type to web.
[Sysname-luser-userA] password simple 123456 ←Set the password to 123456.
[Sysname-luser-userA] authorization-attribute level 3 ←Set user level to 3.
[Sysname-luser-userA] quit
After the above-mentioned configuration, you can log in to the web-based configuration interface of the
LB module by using username userA and password 123456 .
Configuring the Web login function
The LB module provides a built-in Web server for you to configure the LB module through a Web browser.
The LB module supports HTTP 1.0 and HTTPS for transferring webpage data across the Internet.
HTTPS uses SSL to encrypt data between the client and the server for data integrity and security, and is
more secure than HTTP. You can define a certificate attribute-based access control policy to allow only
legal clients to access the LB module.
HTTP login and HTTPS login are separate login methods. To use HTTPS login, you do not need to
configure HTTP login.
Table 8 sho
ws the basic Web login configuration requirements.