Cisco 800-150 Practice Test 1

[Maintenance and RMA Procedures]
Which command is used to download a copied configuration file from a TFTP server to merge it with the running configuration of a replacement Cisco device?
load tftp: running-config
copy tftp: startup-config
copy tftp: running-config
merge tftp: running-config
The command copy tftp: running-config is used to retrieve a configuration file from a TFTP server and merge it with the current running configuration of a Cisco device. This operation is additive, meaning it integrates the new configuration commands into the existing running configuration without removing any pre-existing commands unless explicitly overridden.
This method is particularly useful when restoring configurations to a replacement device, as it allows for the seamless integration of necessary settings without disrupting the current operational state.
In contrast, using copy tftp: startup-config would overwrite the startup configuration file, which could lead to unintended consequences upon the next device reload. The options load tftp: running-config and merge tftp: running-config are not valid Cisco IOS commands.
===========