cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1194
Views
3
Helpful
5
Replies

Cannot write to memory!!

jolo07310
Level 5
Level 5

We have 2503 router. Let say I type some command, and "write". It seems to write, but if I relaod the router, all command are gone.

I change memory, but problem still exist.

16 Memory/16 Flash with c2500-jk8os-l.122-1d.bin

Anyone knows??

Thanks

5 Replies 5

thisisshanky
Level 11
Level 11

Can you paste a show version ? If the config register setting is 0x2142, you will have the config stored in NVRAM, but the router will ignore it every single time. You will need to change that value to 0x2102 by using command "config-register 0x2102" under global configuration mode.

HTH

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Thanks for your reply.

If I type "show start-config", the commands will be there. Is that true config register setting is 0x2142??

Thanks

The problem should be the config register. Type the following in config mode

config-register 0x2102

and reboot.

Steve Fuller
Level 9
Level 9

NVRAM is typically battery back SRAM, so it may be that the battery is drained. I'm still looking, but it may be that the battery looses charge if the router is not powered up. Has this router been in store?

Also have you confirmed that the configuration actually gets saved? If you do a "sh conf" or "sh start" after the "write", but before the reload, does this show the configuration you expect.

Regards

Thanks guys.

Once I change to config-register 0x2102, everything is working now.

Thanks again

Ken