cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
831
Views
0
Helpful
2
Replies

configure replace nvram

alsayed
Level 1
Level 1

Hello Experts!

what this command does:

#configure replace nvram:?

regards

2 Replies 2

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

Hi Syed Iftekhar Ahmed

Thanks a lot for ur reply

Ali