Document No. 10-300077, Issue 2 2-37
Setting Up the Switch
CLI Commands To change the TCP port for Telnet requests, use the followin g C LI
command:
(configure)# ip telnet port <tcp-telnet-port>
To change the TCP port for HTTP requests, use the following CLI
command:
(configure)# ip http port <tcp-http-port>
To view the current TCP port settings for Telnet and HTTP, use the
following CLI command:
> show tcp configuration
* Note: You must have administrative privilege to enter these
commands.
Starting a Telnet Session
After changing the TCP port for Telnet requests to a port numbe r other than
23, you must specify the TCP port number in addition to the IP address or
host name to start a Telnet session.
For example, if you change the TCP port from 23 to 9998 on switch
192.168.0.126, enter telnet 192.168.0.126 9998 to start a Telnet session.
Opening the Web Agent
After changing the TCP port for HTTP requests to a port number other than
80, you must specify the TCP port number in addition to the IP address to
open the Web Agent.
For example, if you change the TCP port from 80 to 9999 on switch
192.168.0.126, enter http://192.168.0.126:9999 to open the Web Agent.