cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
359
Views
10
Helpful
2
Replies

Startup Question

networksonsite
Level 1
Level 1

I copy the running-config to startup-config and reboot the router but the router goes to "would you like to enter inital configuration" instead. The running-config was copied via TFTP server. The running-config on the TFTP server was copied from a 1720 and the router with the issue is a 1721.

Please see attached console text.

Thanks

2 Replies 2

Hello,

from the text file, it looks like your configuration register is set to 0x142. With this setting, the router will always go to the initial setup after a reboot.

Change the setting to 0x2102 and reboot the router, that should make a difference:

Router#conf t

Router(config)#config-register 0x2102

Router(config)#end

Router#

HTH,

GP

Thanks for the help.