Configuration Guide Web-based Configuration
Viewing the Configuration
None.
Typical Configuration Example for Web Management
Configuration Keypoints
If the Web service is enabled, the authentication for Web management adopts the Enable
mode by default.
Configuration Steps
The login authentication for Web management adopts the Local or Enable mode. Users can
enter the Web management page to perform Web configuration only when the authentication
succeeds.
1) Perform login authentication in the Local method.
The detailed configuration is shown as follows.
a. Enter the config mode.
Ruijie#configure
Enter configuration commands, one per line. End with CNTL/Z.
b. Enable the Web service.
Ruijie(config)#enable service WEB-server
c. Configure the login authentication method for Web management to Local.
Ruijie(config)#ip http authentication local
d. Configure the local user name (class 15 users) and password.
Ruijie(config)#user name admin password admin
Ruijie(config)#user name admin privilege 15
e. Configure the IP address for management.
Ruijie(config)#interface vlan 1
Ruijie(config-if-VLAN 1)#ip address 192.168.100.1 255.255.255.0
2) Perform login authentication in the Enable method.
The detailed configuration is shown as follows.
a. Enter the config mode.
Ruijie#configure
Enter configuration commands, one per line. End with CNTL/Z.
b. Enable the Web service.