D-Link DXS-3600 Series Cli Reference Manual page 77

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
ip {http | https} access-class IP-ACL
no ip {http | https} access-class IP-ACL
Parameters
IP-ACL
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command specifies an access list to restrict the access to the HTTP server. If the specified access
list does not exist, the command does not take effect, thus no access list is checked for the user's access
to HTTP.
Example
This example shows how a standard IP access list is created and is specified as the access list to access
the HTTP server. Only the host 2265.1.1.1 is allowed to access the server.
Switch# configure terminal
Switch(config)# ip access-list http-filter
Switch(config-ip-acl)# permit 226.1.1.1 255.255.255.255
Switch(config-ip-acl)# exit
Switch(config)# ip http access-class http-filter
Switch(config)#
5-8 ip http service-port
This command is used to specify the HTTP service port. Use the no command to return the service port
to 80.
ip http service-port TCP-PORT
no ip http service-port
Parameters
TCP-PORT
Default
By default, this port number is 80.
Command Mode
Specifies a standard IP access list. The source address field of the
entry defines the valid or invalid host.
Specifies the TCP port number. TCP ports are numbered between 1
and 65535. The "well-known" TCP port for the HTTP protocol is 80.
72

Advertisement

Table of Contents
loading

Table of Contents