03-30-2005 02:35 PM - edited 03-03-2019 09:10 AM
On my c2600 router the existing config-register is 0x2122
I tried to change it to the default value which is 0x2102 using the command Router(config)#config-register 0x2102 the router takes the command but wont change to 0x2102. I also tried rommon 1>confreg 0x2102 but it wont change... What shall I do? Please help.
Thanks
03-30-2005 02:48 PM
Can you do a "show ver" after you change the config-register and see if it gives you the following message at the end.
Configuration register is 0x2122 (will be 0x2102 at next reload)
Thanks,
03-30-2005 03:56 PM
Thanks for your response. the message says that configuration register will be 0x2122 at next reload.
03-30-2005 05:05 PM
Hello adayoub & hritter,
I have several 2600's that we deploy and reuse for our customer's and I have been experiencing the same issue. I would be interested in the resolution myself. I have done the same tests as adayoub with the same results.
03-30-2005 05:38 PM
You can't change the config-register from 0x2122 to 0x2102 probably because the speed is set on "line con 0".
Remove the speed statement and you will be able to change the config-register.
Hope this helps,
03-30-2005 05:51 PM
Thanks hritter,
I'll try that tomorrow morning and let you know how I make out.
Brad
03-30-2005 06:55 PM
Can please explain more how to do that! Many thanks for your help.
03-30-2005 07:38 PM
Preferably from a telnet session:
RTR1#config t
Enter configuration commands, one per line. End with CNTL/Z.
RTR1(config)#line con 0
RTR1(config-line)#speed 9600
RTR1(config-line)#config-register 0x2102
RTR1(config)#end
RTR1#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.3(10), RELEASE SOFTWARE (fc3)
.......
(Read/Write)
Configuration register is 0x2122 (will be 0x2102 at next reload)
RTR1#
Hope this helps,
03-30-2005 07:54 PM
Thank you so much, with your help I finally got it to work. I do personally appreciate your help. Thank you again.
03-30-2005 07:24 PM
I can only consol to the router at the speed of 19200bps because of the value 0x2122. Once I consol I can not change the configuration register and the router interfaces can not communicate with the neighboring router interfaces.
Thanks
03-30-2005 07:43 PM
If you perform this procedure, you need to change the terminal emulation or the terminal server line speed from 19200 to 9600 after changing the "line con 0" speed.
Hope this helps,
03-31-2005 03:51 AM
Sorry for the confusion. What I meant to say in my previous post was, If you perform this procedure via the console port.
Hope this helps,
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