DES-7200 Configuration Guide Chapter 1 WEB Management Configuration
e. Configure the IP address for management.
DES-7200(config)#interface vlan 1
DES-7200(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.
DES-7200#configure
Enter configuration commands, one per line. End with CNTL/Z.
b. Enable the WEB service.
DES-7200(config)#enable service WEB-server
c. Configure the login authentication method for WEB management to Enable (the command
is not displayed after configured).
DES-7200(config)#ip http authentication enable
d. Configure the password of Enable.
DES-7200(config)#enable password admin
e. Configure the IP address for management.
DES-7200(config)#interface vlan 1
DES-7200(config-if-VLAN 1)#ip address 192.168.100.1 255.255.255.0
1.4.3 Authentication Display
1) Perform login authentication in the Local method.
DES-7200(config)#show running-config
Building configuration...
Current configuration : 2014 bytes
!
version 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
1-41