12-4 
Configuration procedure 
1)  Configure the HTTP server Device. 
# Create basic ACL 2000, allowing packets with the source IP address in 10.1.1.0/24. 
<Device> system-view 
[Device] acl number 2000 
[Device-acl-basic-2000] rule permit source 10.1.1.0 0.0.0.255 
[Device-acl-basic-2000] quit 
# Associate the HTTP service to ACL 2000. 
[Device] ip http acl 2000 
# Enable the HTTP service. 
[Device] ip http enable 
2)  Verify the configuration. 
z  If you open the IE on Host A, and type http://10.1.1.1, you can open the Web login page of Device. 
z  If you open the IE on Host B, and type http://10.2.1.1, you cannot open the Web login page of 
Device.