DES-7200 Configuration Guide Chapter 1 WEB Management Configuration
// 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
!
!
line con 0
line vty 0 4
login
!
!
end
2) Perform login authentication in the Enable 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
no service password-encryption
!
enable password admin
// The password authentication for WEB management adopts Enable.
enable service WEB-server
// Enable the WEB service.
!
…..
1-42