up vote 2 down vote favorite
share [g+] share [fb]


I'm configuring a Cisco 3640 and it's not saving simple things like my hostname.
I've tried with 'wr' and 'copy running-config startup-config'. Also erased the configuration but no luck.
There's no error whatsoever when running the above commands.
Is my flash bad? Anyway I can debug this more thoroughly?

Thanks!

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

It sounds like you have a configuration register at the wrong setting. For instance, setting: confreg 0x2142 at an rommon will boot the router to a fresh/default mode. Trying entering config-register 0x2102 from an enable prompt to got back to booting from your configuration

link|improve this answer
Right you are! Thanks. – Colin Feb 9 '10 at 19:47
feedback

Rommon is probably set to ignore the startup-config.

Do a 'show version' and see if the configuration register is 0x2142. If it is you will have to change this to 0x2102.

Edit: Points to Andy he posted first.

Someone got half way through a password reset and gave up. http://www.cisco.com/en/US/products/hw/routers/ps274/products_password_recovery09186a0080094774.shtml

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.