Copying Running and Startup Configuration
Copy startup configuration to running configuration and vice-versa
You can copy running and startup configuration using the copy command
Reference
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
CLI Example
//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#
Last updated
Was this helpful?