HP VPN Firewall Appliances Getting Started Command Reference

19
Default command level
3: Manage level
Parameters
port-number: Port number of the HTTP service, in the range of 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.
This command is not supported in FIPS mode.
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
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.
ACLs of the same type overwrite each other. If you execute the ip https acl command multiple times to
associate the HTTPS service with ACLs of the same type, the HTTPS service is only associated with the
most recently specified ACL.
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.