How to Merge Configuration in RAM with a Saved Configuration File on a TFTP Server

Which command can you use to merge the configuration in RAM with a saved configuration file on a TFTP server?

a) copy running-config tftp
b) merge tftp running-config
c) load-config tftp
d) import tftp-config running-config

Final answer:

Answer:

To merge the configuration stored in RAM with a saved file on a TFTP server, the correct command would be 'copy running-config tftp'.

Explanation:

In order to merge the configuration in RAM with a saved configuration file on a TFTP server, you would use the command 'copy running-config tftp' (option a). This command copies the current configuration in RAM (referred to as the running configuration) to an external location, such as a TFTP server, for backup and recovery purposes. In the event of an issue or if you need to roll back to a previous configuration, you would use the reverse command 'copy tftp running-config' to import the saved configuration from the TFTP server into the RAM.

← Understanding recursion in javascript Edward outpacing his competitors →