Difficulty: Easy
Correct Answer: erase start
Explanation:
Introduction / Context:
NVRAM stores the startup configuration that a Cisco router loads during boot. When you need to factory-reset the device's saved configuration (for lab work, decommissioning, or troubleshooting), you erase the startup-config stored in NVRAM. Knowing the correct command and its common abbreviations prevents accidental data loss or confusion about what configuration file you are modifying.
Given Data / Assumptions:
Concept / Approach:
The canonical command is often entered as erase startup-config. IOS supports unambiguous abbreviations, so erase start is commonly used and accomplishes the same task. Alternative historical forms include write erase on many platforms, which also erases the startup-config. After erasing, reloading the router causes it to start with the default, unconfigured state.
Step-by-Step Solution:
Verification / Alternative check:
Running show startup-config before and after confirms that NVRAM has been cleared. Upon reload, the initial setup dialog appears, confirming the absence of a saved configuration.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
erase start
Discussion & Comments