200-150 · Question #36
An engineer must copy a new configuration to a Cisco Nexus 7010 Switch from a TFTP server. Which two commands should be used to retain the configuration after a reboot? (Choose two.)
The correct answer is B. copy running-config startup-config C. copy tftp://10.10.1.1/my-config running-config. Two steps are required: First, use copy tftp://10.10.1.1/my-config running-config (C) to pull the configuration from the TFTP server and load it into the active running configuration. Second, use copy running-config startup-config (B) to save that running configuration to NVRAM…
Question
An engineer must copy a new configuration to a Cisco Nexus 7010 Switch from a TFTP server. Which two commands should be used to retain the configuration after a reboot? (Choose two.)
Options
- Awrite memory
- Bcopy running-config startup-config
- Ccopy tftp://10.10.1.1/my-config running-config
- Dcopy tftp://10.10.1.1/my-config startup-config
- Ewrite erase
How the community answered
(21 responses)- A5% (1)
- B86% (18)
- D10% (2)
Explanation
Two steps are required: First, use copy tftp://10.10.1.1/my-config running-config (C) to pull the configuration from the TFTP server and load it into the active running configuration. Second, use copy running-config startup-config (B) to save that running configuration to NVRAM as the startup configuration, ensuring it persists across reboots. Without step B, a reload would revert to the old startup config. Option A (write memory) is functionally equivalent to option B but is not the selected correct answer here. Option D copies TFTP directly to startup-config, skipping the running-config, which is not the recommended workflow. Option E (write erase) deletes the startup config - the opposite of what is needed.
Topics
Community Discussion
No community discussion yet for this question.