100-490 · Question #2
Which two commands are valid for copying a saved configuration to RAM? (Choose two.)
The correct answer is A. copy startup-config running-config C. copy tftp running-config. The commands to copy a saved configuration to RAM on Cisco devices are: copy startup-config running-config: This command is used to copy the startup configuration (saved configuration) into the running configuration (current configuration in RAM). It is typically used when you…
Question
Which two commands are valid for copying a saved configuration to RAM? (Choose two.)
Options
- Acopy startup-config running-config
- Bcopy running-config startup-config
- Ccopy tftp running-config
- Dcopy running-config tftp
- Ecopy tftp startup-config
How the community answered
(26 responses)- A77% (20)
- B8% (2)
- D4% (1)
- E12% (3)
Explanation
The commands to copy a saved configuration to RAM on Cisco devices are: copy startup-config running-config: This command is used to copy the startup configuration (saved configuration) into the running configuration (current configuration in RAM). It is typically used when you want to restore the device to a previously saved configuration after changes have copy tftp running-config: This command allows you to copy a configuration file from a TFTP server directly into the running configuration of the device. It's useful for applying a new configuration or for restoring a configuration from a backup located on a TFTP server.
Topics
Community Discussion
No community discussion yet for this question.