32DescriptionUse the ip http port command to configure the port number of the HTTP service.Use the undo ip http port command to restore the default.By default, the port number of the HTTP service is 80.Verify that the port number is not used by another service, because this command does not check forconflicts with configured port numbers.Related commands: display ip http.Examples# Configure the port number of the HTTP service as 8080. system-view[Sysname] ip http port 8080ip https aclSyntaxip https acl acl-numberundo ip https aclViewSystem viewDefault level3: Manage levelParametersacl-number: ACL number. A basic IPv4 ACL ranges from 2000 to 2999. The value range depends on thedevice model.DescriptionUse the ip https acl command to associate the HTTPS service with an ACL.Use the undo ip https acl command to remove the association.By default, the HTTPS service is not associated with any ACL.After the HTTPS service is associated with an ACL, only the clients permitted by the ACL can access thedevice.The HTTPS service can be associated with basic ACL, and the two types of ACLs will not overwrite eachother. However, ACLs of the same type will overwrite each other. If you execute the ip https acl commandmultiple times to associate the HTTPS service with the same type of ACLs, the HTTPS service is onlyassociated with the last specified ACL.When the HTTPS service is associated with the HTTPS service uses this ACL to filter wireless clients only,and does not filter wired clients with this ACL.Related commands: display ip https; and acl number (ACL and QoS Command Reference).Examples# Associate the HTTPS service with ACL 2001 to only allow the clients within the 10.10.0.0/16 networksegment to access the HTTPS server through HTTP.