DGS-6604
m
telnet
CLI Reference Guide
893
Examples
The following example shows how to telnet to the IP address 20.74.19.200 with
default port 23 (optional port parameter is provided). The IP address of
20.74.19.200 is the management interface which allows users to log in.
The following example first shows a telnet session connecting to IP address
20.74.19.200 with default port 23, but the connection fails. The example then
retries using TCP port 3500 instead at the same IPaddress 20.74.19.200 which
is the management interface and logs in successfully.
Switch#telnet 20.74.19.200
Connecting to 20.74.19.200 ...
Connected to 20.74.19.200.
Escape character is 'Ctrl-_'.
Telnet connecting ...
Chassis-based High-Speed Switch
Command Line Interface
Firmware: 2.10.001
Copyright (c) 2010 D-Link Corporation. All rights reserved.
Switch>
Switch#telnet 20.74.19.200
Connecting to 20.74.19.200 ...
Could not open connection to the host, on port 23: Connection refused
Switch#
Switch#telnet 20.74.19.200 3500
Connecting to 20.74.19.200 ...
Connected to 20.74.19.200.
Escape character is 'Ctrl-_'.
Telnet connecting ...
Chassis-based High-Speed Switch
Command Line Interface
Firmware: 2.10.001
Copyright (c) 2010 D-Link Corporation. All rights reserved.
Switch>