05-21-2015 07:30 AM - edited 03-08-2019 12:06 AM
we just recieved our 3850 switches and i have one that will not reboot to the startup config. im pretty sure i can fix the problem in rommon mode but so far nothing works to get it into rommon mode. anyone have any ideas?
thanks
05-21-2015 08:07 AM
whats your config register set to in show version ?
05-21-2015 08:28 AM
This is what it shows in the config register
"Configuration register is 0x142 (will be 0x102 at next reload)"
05-21-2015 08:31 AM
The 4 in 0x142 tells the device to ignore the startup config at boot time. This is why it has not seemed to retain the startup config. I suggest that you go ahead and reload. If the config register is then set to 0x102 then the startup config should work as expected.
HTH
Rick
05-21-2015 09:30 AM
we use the command
"config-register 0x102"
that did not work
05-21-2015 09:57 AM
The config-register command by itself does not fix it. After executing the command you must reload for the problem to be fixed.
HTH
Rick
05-21-2015 10:00 AM
i did
Commands:
config-register 0x104
exit
reload.
this did not fix it.
also tried :
config-register 0x0
exit
reload
to get into rommon, didnt work either
05-21-2015 11:10 AM
Have u tried below:
Conf t
config-register 0x102
end
wr
reload.
05-21-2015 11:58 AM
tried that, still didnt work
05-21-2015 12:31 PM
This is what worked
#config-register 0x102
#no system ignore startupconfig
05-21-2015 01:22 PM
Glad to know that you got it solved. Thank you for posting back to the forum to let us know how you fixed it. I have not seen that command before and it is interesting to know that it exists.
HTH
Rick
02-16-2020 05:10 AM
07-14-2020 10:59 AM
Fantastic. It worked for me! Thank you.
09-25-2020 04:28 PM
I had a same issue and this commands work, Model:3850, (IOS Version 16.3.6)
#config-register 0x102
#no system ignore startupconfig switch all
or
#no system ignore startupconfig switch <1-9>
09-29-2020 04:55 AM - edited 09-29-2020 04:59 AM
very useful resolution. Thanks for sharing in the community.
Not sure this is something to do where we want to reuse a stacked switch as a standalone switch - a first-time issue faced while making a switch as a standalone switch.
(config)#no switch 1 provision ws-xxxxx
(config)#end
#switch 2 renumber 1
#wr
#reload
After configuring the switch and reload - system back to Config-reg 0x142 and though I could see the config in the startup file in nvram. Then did the following and reloaded.
(config)#config-register 0x102
(config)#no system ignore startupconfig switch all
(config)# Hostname SW1
(config)#end
#wr
#reload
#reload
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