Difficulty: Easy
Correct Answer: Ctrl+Shift+6, then X
Explanation:
Introduction / Context:
In Cisco IOS, administrators often need to manage more than one Telnet session at the same time. Knowing the correct escape sequence lets you suspend a current Telnet connection without disconnecting it, return to the router prompt, and initiate an additional Telnet session.
Given Data / Assumptions:
Concept / Approach:
IOS provides a Telnet escape sequence. The default is pressing Ctrl+Shift+6 followed by X. This suspends the active Telnet session, returning you to the local IOS prompt. You can then open new sessions, resume existing ones with the 'resume' command, or close them with 'disconnect'.
Step-by-Step Solution:
Verification / Alternative check:
Run 'show sessions' to confirm the first Telnet session remains open. You should see one or more connections listed with line numbers and hosts.
Why Other Options Are Wrong:
Tab+Spacebar: Not an IOS escape sequence.
Common Pitfalls:
Mixing up the order (pressing X before Ctrl+Shift+6) or forgetting to release keys before pressing X will not trigger the escape. Also, some terminal emulators may remap Ctrl+6; verify key mappings if it fails.
Final Answer:
Ctrl+Shift+6, then X
Discussion & Comments