Which command will backup the configuration that is stored in NVRAM to a TFTP server?
- copy running-config tftp
- copy tftp running-config
- copy startup-config tftp
- copy tftp startup-config
Answers Explanation & Hints: The startup configuration file is stored in NVRAM, and the running configuration is stored in RAM. The copy command is followed by the source, then the destination.