Log in using HTTP way H3C F100-MG Device Configuration

3.7 Configuration Examples Typical logging in through the Web interface

3.7.1 Log embodiment the device using HTTP Configuration Example

Network requirements

PC and device connected through the Ethernet, IP address of the device is 192.168.0.58/24.

 

Network diagram

Figure 3-7 Network diagram for HTTP log

 

 

 

Configuration procedure

(1) Configuration Firewall

# Configure GigabitEthernet0 / 0 interface IP address of 192.168.0.58, the subnet mask is 255.255.255.0.

[Firewall] interface gigabitethernet 0/0

[Firewall-GigabitEthernet0/0] ip address 192.168.0.58 255.255.255.0

[Firewall-GigabitEthernet0/0] quit

# Interface GigabitEthernet0 / 0 to security zones Management.

By default, the interface GigabitEthernet0 / 0 has joined the Management domain. If you need to log in via other interfaces,

Need to do the following configuration to GigabitEthernet0 / 1 as an example:

[Firewall] zone name management

[Firewall-zone-management] import interface GigabitEthernet0/1

 

# Configure Web user named admin, authentication password admin, and service type for the web, the user of level 3.

[Firewall] local-user admin

[Firewall-luser-admin] service-type web

[Firewall-luser-admin] authorization-attribute level 3

[Firewall-luser-admin] password simple admin

[Sysname-luser-admin] quit

# Enable HTTP service. (Optional If the HTTP service is turned off, the need for this configuration)

[Sysname] ip http enable

(2) Configuration PC

# IP address in the browser address bar of PC input devices and press Enter, the browser displays the Web interface login page, shown in Figure 3-8

Below:

 

 

 

Figure 3-8 to log in through the Web

# Enter the "Web user logon" dialog box, the user name, password and a verification code, and select the language used to log in, click <

Login> button to login, the initial page to display the Web interface. After a successful login, you can fit a variety of devices in the configuration area

Home.

Guess you like

Origin www.cnblogs.com/walkersss/p/12098651.html