10-27-2005 04:21 PM - edited 03-03-2019 10:50 AM
I have completed configuration of Cisco 1721 router however unable to save the configuration. Lose configuration following reload or power cycle. Documentation indicates that 'wr mem' and 'copy run start' should store settings. I know I am missing a basic command. Any help would be greatly appreciated. Thx!
10-27-2005 08:12 PM
You may need to change your configuration register to something like 0x2102
http://www.cisco.com/en/US/products/hw/routers/ps133/products_tech_note09186a008022493f.shtml
should give you a good start.
10-27-2005 08:35 PM
Its very much possible that your configuration register is messed up. This is a software configuration register used by the router to change boot behaviour, baud rate of console port etc along with many other parameters. By default a router should have 0x2102 as config register. To find the current value of config register in your system, you should execute a sh version and look at the very last line of the output. If its not 0x2102, you need to change it to 0x2102.
Router(config)#config-register 0x2102
Router#wr mem
Router#reload
That should help!
10-28-2005 04:21 AM
Thanks...I will give that a try. Config register is currently 0x2142...different than the 0x2102 value.
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