F3215-HP Load Balancing Module System Management Command Reference-6PW101
18
Parameters
port-number: Port number of the HTTP service, which ranges from 1 to 65535.
Usage guidelines
Verify that the port number is not used by another service, because this command does not check for
conflicts with configured port numbers.
Examples
# Configure the port number of the HTTP service as 8080.
<Sysname> system-view
[Sysname] ip http port 8080
Related commands
display ip http
ip https acl
Use ip https acl to associate the HTTPS service with an ACL.
Use undo ip https acl to remove the association.
Syntax
ip https acl acl-number
undo ip https acl acl-number
Default
The HTTPS service is not associated with any ACL.
Views
System view
Default command level
3: Manage level
Parameters
acl-number: ACL number, in the range of 2000 to 2999.
Usage guidelines
After the HTTPS service is associated with an ACL, only the clients permitted by the ACL can access the
device.
If you execute the ip https acl command multiple times, the most recent configuration takes effect.
Examples
# Associate the HTTPS service with ACL 2001 to only allow the clients within the 10.10.0.0/16 network
segment to access the HTTPS server through HTTP.
<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 https acl 2001