nerdexam
Cisco

800-150 · Question #101

Before replacing a Cisco Catalyst switch, which command should you use to back up its current configuration?

The correct answer is C. copy running-config tftp. copy running-config tftp (option C) is correct because it sends the active configuration off the device to a remote TFTP server, giving you a safe external backup before you physically replace the switch. Option A (copy running-config startup-config) only saves the config…

Field Installation and Replacement

Question

Before replacing a Cisco Catalyst switch, which command should you use to back up its current configuration?

Options

  • Acopy running-config startup-config
  • Bcopy startup-config running-config
  • Ccopy running-config tftp
  • Dcopy tftp running-config

How the community answered

(52 responses)
  • A
    2% (1)
  • C
    94% (49)
  • D
    4% (2)

Explanation

copy running-config tftp (option C) is correct because it sends the active configuration off the device to a remote TFTP server, giving you a safe external backup before you physically replace the switch. Option A (copy running-config startup-config) only saves the config locally within the same device - useless once that hardware is gone. Option B reverses the direction (it restores startup-config into RAM) and option D pulls a config from TFTP into running memory - both are restore operations, not backups.

Memory tip: Read the copy command like a sentence - "copy [source] [destination]" - so copy running-config tftp means "copy my running config to TFTP." Anything pointing to TFTP is a backup; anything pointing from TFTP is a restore.

Topics

#config-backup#TFTP#running-config#switch-replacement

Community Discussion

No community discussion yet for this question.

Full 800-150 Practice