Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
72
and 65535. The “well-known” TCP port for the HTTP protocol is 80.
Default
By default, this port number is 80.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command configures the TCP port number for the HTTP server.
Example
This example shows how to configure the HTTP TCP port number to 8080.
Switch# configure terminal
Switch(config)# ip http service-port 8080
Switch(config)#
5-7 ip http timeout-policy idle
This command is used to to set idle timeout of a http server connection in seconds. Use the no form to
set the idle timeout to default value.
ip http timeout-policy idle INT
no ip http timeout-policy idle
Parameters
INT
Specifies the idle timeout value. This value is between 60 and 36000.
Use the no form to set the value to 180.
Default
By default, this value is 180 seconds.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is use to configure the idle timeout value of a http server connection in seconds.
Example
This example shows how to configure the idle timeout value to 100 seconds .