183
[Sysname-acl-wlan-100] rule permit ssid user-ssid-name
[Sysname-acl-wlan-100] quit
[Sysname] ip http acl 100
Example 2:
Configure to associate the HTTP service with ACL 2001 and only allow the clients within
the 10.10.0.0/16 network segment to access the device through the Web function.
<Sysname> system-view
[Sysname] acl number 2001
[Sysname-acl-basic-2001] rule permit source 10.10.0.0 0.0.255.255
[Sysname-acl-basic-2001] quit
[Sysname] ip http acl 2001
ip http enable
Syntax
ip http enable
undo ip http enable
View
System view
Default Level
2: System level
Parameters
None
Description
Use the
ip http enable
command to enable the HTTP service.
Use the
undo ip http enable
command to disable the HTTP service.
The device can act as the HTTP server and the users can access and control the device
through the Web function only after the HTTP service is enabled.
By default, the HTTP service is enabled.
Related commands:
display ip http
.
Examples
Example 1:
Enable the HTTP service.
<Sysname> system-view
[Sysname] ip http enable