06-07-2019 01:16 AM
I enter some wrong commands in cisco switch. But i havent saved (wr mem) Therefore I wanted to fallback to original state. Can i issue this command? Do i need to "wr mem" after this command?
ahgd6763#copy startup-config running-config
Solved! Go to Solution.
06-07-2019 01:29 AM - edited 06-07-2019 01:36 AM
Router# configure replace nvram:startup-config
Refer to this post -
http://packetlife.net/blog/2010/may/17/use-configure-replace-instead-of-copy-start-run/
06-07-2019 01:29 AM - edited 06-07-2019 01:36 AM
Router# configure replace nvram:startup-config
Refer to this post -
http://packetlife.net/blog/2010/may/17/use-configure-replace-instead-of-copy-start-run/
06-07-2019 06:44 AM
Hi my friend,
running-config (system): command displays the active configuration in memory (including saved configuration changes) on the adaptive security appliance.
startup-config (Non-volatile random access memory): Shows the configuration saved in the NVRAM.
The write memory command has been replaced by the copy system:running-config nvram: startup-config command.
Puedes revisar el siguiente material sera de ayuda para ti: https://www.cisco.com/c/en/us/td/docs/ios/12_2/configfun/command/reference/ffun_r/frf006.html#wpxref54869
06-08-2019 01:59 PM
06-08-2019 11:36 PM
You can also just reload the device and it will load the config from memory; make sure you don't save the running config if it asks you.
06-09-2019 01:21 PM
04-16-2021 01:38 AM
If you haven't saved the new configuration, no need to complicate things always keep it simple you can unplug, you can reset. I would advise the first. however copy start run would work but but possibly merge any new configurations you make with your start up so if you make mistakes again you might be stuck.
copy start run is best when recovery forgotten "enable secret" from rom monitor (rommon).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide