59.1k views
3 votes
After making configuration changes on a Cisco switch, a network administrator issues a copy running-config startup-config command. What is the result of issuing this command?

1. The new configuration will be stored in flash memory.
2. The new configuration will be loaded if the switch is restarted.
3. The current IOS file will be replaced with the newly configured file.
4. The configuration changes will be removed and the original configuration will be restored.

User Kdrvn
by
7.7k points

2 Answers

0 votes

Issuing the copy running-config startup-config command on a Cisco switch saves the current configuration to non-volatile memory, ensuring that the changes are not lost on reboot.

When a network administrator issues the copy running-config startup-config command on a Cisco switch, the result is that the current configuration of the switch is saved to non-volatile memory, specifically the startup-config file. This file is stored in the nvram (non-volatile random-access memory) and will be loaded when the switch is restarted. The purpose of this command is to make the configuration changes persistent, ensuring that they are not lost in case of a power cycle or reboot.

User Shalabh
by
7.1k points
1 vote

Final answer:

Issuing the 'copy running-config startup-config' command on a Cisco switch saves the current configuration to the startup configuration in NVRAM, ensuring it is used when the switch restarts.

Step-by-step explanation:

When a network administrator issues the copy running-config startup-config command on a Cisco switch, the result is that the current active configuration (running configuration) is saved to the switch's non-volatile memory (NVRAM). This means option 2 is the correct answer:

  • The new configuration will be loaded if the switch is restarted.

This command does not store the configuration in flash memory, replace the IOS file, or restore the original configuration. Instead, it ensures that the changes made during the current session will persist after a reboot, as the startup configuration is what the switch loads upon initialization.

User Athor
by
7.8k points