Supporting Cisco Routing and Switching Network Devices (RSTECH) — Question 12
From the enable mode, which command loads the configuration during the password recovery process on a Cisco router?
Answer options
- A. load_helper
- B. configure terminal
- C. copy running-config startup-config
- D. copy startup-config running-config
Correct answer: D
Explanation
The correct answer is D because the command 'copy startup-config running-config' is used to load the saved configuration into the running configuration, which is essential during password recovery. Option A, 'load_helper', is not a valid command for this purpose. Option B, 'configure terminal', is used to enter configuration mode but does not load the configuration. Option C, 'copy running-config startup-config', saves the current configuration rather than loading it.