04-04-2019 11:12 AM - edited 04-04-2019 11:13 AM
A 3650 switch I am setting up does not retain the running config and goes to the setup dialog prompt. I have gone into terminal and used the "switch_ignore_startup_cfg=0" command with no effect. I even tried setting the register to the hex value, but I believe that is just for routers. I install a running config and copy it to the start-up config every time. Do I have to go into the ROMMON to use the ignore command properly ? This isn't the first switch I've had this issue with a switch.
Solved! Go to Solution.
04-04-2019 01:13 PM
conf t
no system ignore startupconfig switch all
!
config-register 0x102
write mem
!
end
#reload
04-04-2019 12:35 PM
Can you post the output of "sh ver"?
HTH
04-04-2019 01:02 PM
04-04-2019 01:09 PM
Configuration register is 0x142 (will be 0x102 at next reload)
Can you change the config register to 0x102, save and reboot?
HTH
04-04-2019 01:13 PM
conf t
no system ignore startupconfig switch all
!
config-register 0x102
write mem
!
end
#reload
04-04-2019 01:34 PM
That worked.
How does ..."no system ignore startupconfig switch all" differ from the command, "switch_ignore_startup_cfg=0" ?
John
10-12-2022 05:15 AM
One you issue on ROMMON Mode, One you using in the config mode.
05-26-2024 10:03 AM
Thank you very much, @balaji.bandi! The commands above helped me solve the issue of the 3650 booting into the set dialog prompt. The switch was not saving the configurations.
Thanks
05-26-2024 12:03 PM
The switch was not saving the configurations.
most case if the switch not saving the configuration, then check the conf register
show version (show you what config reg set) as mentioned above post
or post show version here to guide you.
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