Difficulty: Easy
Correct Answer: Setup mode (initial configuration dialog)
Explanation:
Introduction / Context:Understanding Cisco IOS boot behavior is key when recovering devices or staging new configurations. The presence or absence of a startup configuration in NVRAM determines whether the interactive setup dialog is presented after boot.
Given Data / Assumptions:
Concept / Approach:When no startup configuration exists, IOS prompts the user with the initial configuration dialog (setup mode) to help create a basic configuration. This is distinct from ROMMON (used when the image or boot variables are missing or corrupt) and distinct from normal EXEC modes that require a configuration to exist.
Step-by-Step Solution:
Erase startup configuration.Reload the router.Observe: the device enters the setup dialog; you can accept it or press Ctrl+C to abort and configure manually.Verification / Alternative check:Boot logs will show “System configuration dialog” prompt after reload. Creating and saving a new configuration prevents future prompts.
Why Other Options Are Wrong:
Common Pitfalls:Confusing missing startup-config with image boot failure; forgetting to save the running configuration to NVRAM to avoid seeing setup mode in the future.
Final Answer:Setup mode (initial configuration dialog)
Discussion & Comments