Difficulty: Easy
Correct Answer: It is used to bypass the configuration in NVRAM.
Explanation:
Introduction / Context:
Password recovery and emergency maintenance sometimes require booting a router without loading the startup-config from NVRAM. Cisco devices use a configuration register that influences boot behavior. Setting it to a special value, commonly 0x2142, instructs the router to ignore NVRAM at next boot, allowing administrators to safely enter and change passwords and other settings.
Given Data / Assumptions:
Concept / Approach:
The configuration register's low-order bits control boot behavior. Value 0x2142 tells IOS to ignore the NVRAM startup-config upon boot. After the router boots to default settings, you can copy the saved configuration into running-config, reset passwords, and then restore the register to the normal 0x2102 before saving and reloading.
Step-by-Step Solution:
Verification / Alternative check:
show version displays the current configuration register. After fixes, confirming 0x2102 ensures normal boots will use the startup-config again.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
It is used to bypass the configuration in NVRAM.
Discussion & Comments