DGS-6604
m
telnet
CLI Reference Guide
894
The following example shows a telnet session attempting to connect to IP
address 10.74.19.2, but the IP address is not reachable.
The following example shows how to enter the management interface mode and
telnet to the IP address 20.74.19.200 with default port 23. Then the example
shows how to exit the telnet session by entering the escape sequence: Ctrl-_ and
then followed by the 'e' key.
Switch#telnet 10.74.19.2
Connecting to 10.74.19.2 ...
Could not open connection to the host, on port 23: Network is unreachable
Switch#
Switch#configure terminal
Switch(config)#mgmt-if
Switch(mgmt-if)#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>
Supported commands are:
e - terminate the current Telnet session
If other key is pressed, the terminal will return to the original active
Telnet session.
The telnet is disconnected.
Switch(mgmt-if)