Quote:
To suspend and then disconnect a Telnet session, perform the following steps:
Step 1 Suspend the Telnet session by entering Ctrl-Shift-6 x:
- suspend keystroke -
router#
Step 2 Enter the where EXEC command to check for open sessions:
router# where
Conn Host Address Byte Idle Conn Name
* 1 172.16.1.10 172.16.1.10 0 0 172.16.1.10
2 172.16.1.11 172.16.1.11 0 12 modem2
Step 3 After suspending a session with one modem, you can connect to another modem (then suspend it):
router# telnet modem2
Trying modem2 (172.16.1.11, 2002) ... Open
- suspend keystroke -
router#
Step 4 To disconnect (completely close) a session, issue the disconnect EXEC command:
router# disconnect line 1
Closing connection to 172.16.1.10 [confirm] y
router# disconnect line 2
Closing connection to 172.16.1.11 [confirm] y
router#
: