nerdexam
Cisco

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…

Cisco Data Center Networking Technologies

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)
  • A
    5% (1)
  • B
    86% (18)
  • D
    10% (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

#TFTP#Nexus configuration#copy commands#startup-config

Community Discussion

No community discussion yet for this question.

Full 200-150 Practice