
Command Groups
ip http port
This command specifies the TCP port number used by the Web browser interface. Use the no form to use the default port.
Syntax
ip http port
port‐number is the TCP port to be used by the browser interface. Range: 80, 1024‐65535
Default Setting
80
Command Mode
Global Configuration
Command Usage
•If you change the HTTP port number, clients attempting to connect to the HTTP server must specify the port number in the URL, in this format: http://device:port_number.
•You cannot configure the HTTP and HTTPS servers to use the same port.
•Configurable range restricted to 80 and 1024 through 65535. (This prevents the use of common reserved TCP port numbers below 1024.)
Example
RoamAbout 3000#configure
Enter configuration commands, one per line. End with CTRL/Z
RoamAbout 3000(config)#ip http port 1024
RoamAbout 3000(config)#
Related Commands
ip http server page A‐25