Configuration Guide Web-based Configuration
Ruijie(config)#enable service WEB-server
c. Configure the login authentication method for Web management to Enable (the command is
not displayed after configured).
Ruijie(config)#ip http authentication enable
d. Configure the password of Enable.
Ruijie(config)#enable password admin
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
Verification
1) Perform login authentication in the Local method.
Ruijie(config)#show running-config
Building configuration...
Current configuration : 2014 bytes
!
version RGOS 10.2(4), Release(55435)(Wed May 13 11:50:07 CST 2009 -ngcf32)
vlan 1
user name admin password admin
// User name and password of authentication for WEB management
user name admin privilege 15
//The Web management users must be in class 15.
no service password-encryption
ip http authentication local
// The authentication for Web management adopts Local.
!
enable service WEB-server
// Enable the Web service.
!
…..
………
!
interface VLAN 1
ip address 192.168.100.1 255.255.255.0
// IP address for management of the device
no shutdown