configure replace nvram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 11:14 AM - edited 03-05-2019 03:24 PM
Hello Experts!
what this command does:
#configure replace nvram:?
regards
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 02:26 PM
It allows you to replace the running configuration with a copy of the startup configuration (or some other config you have on a TFTP server). Previously, this was only possible by rebooting the router or using a ton of "no" commands to back all your configuration out. The router can even list what commands will be negated as it replaces the running configuration.
The command to pull it off is this:
Router#configure replace nvram:startup-config list
The "list" command on the end will list the syntax the router is adding or removing as it goes...
more details at
http://www.nil.com/ipcorner/ConfigReplacement/
Syed Iftekhar Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 03:05 AM
Hi Syed Iftekhar Ahmed
Thanks a lot for ur reply
Ali
