Difficulty: Easy
Correct Answer: Ctrl+C
Explanation:
Introduction / Context:
Cisco devices may launch the initial configuration dialog (setup mode) when no startup configuration is present. Administrators often need to abort this guided process to enter the normal command line and configure the device manually.
Given Data / Assumptions:
Concept / Approach:
Within the setup dialog, pressing Ctrl+C aborts the script and returns the user to the CLI prompt without completing the questionnaire. Other control sequences are used in different modes (e.g., Ctrl+Z ends configuration submodes to privileged EXEC).
Step-by-Step Solution:
Verification / Alternative check:
After pressing Ctrl+C, the device should present the normal CLI prompt (Router> or Router#) depending on mode, confirming the abort.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing Ctrl+Z with abort; attempting to use break sequences that are platform-specific; not saving configuration after manual setup.
Final Answer:
Ctrl+C
Discussion & Comments