Loading...
Copy startup configuration to running configuration and vice-versa
You can copy running and startup configuration using the copy command
Command
copy { running-config | startup-config } { running-config | startup-config }
Description
Change the running-config and startup-config on the switch and vice-versa
Parameters
running-config Copies to the running configuration
startup-config Copies to the startup configuration
Mode
EXEC
//to copy startup config to running config pbnoscli# copy startup-config running-config pbnoscli# //to copy running config to startup config pbnoscli# copy running-config startup-config pbnoscli#