11-15-2021 05:35 PM
I inherited a Cisco 9500 at a remote site that has bypassed the startup config every time it has been rebooted. I have issued the
"no system ignore startupconfig" command and wrote the config multiple times but am still having the issue. The issue is that I have nobody on-site, so each time we attempt a reload we have to have someone from another location go there, and they are not network technicians. Is there a way to see what is actually going to happen at the next boot other than the show boot command? Show boot is showing the config register will be correct at the new boot:
BOOT variable = bootflash:cat9k_iosxe.16.08.01a.SPA.bin;
Configuration Register is 0x142 (will be 0x102 at next reload)
MANUAL_BOOT variable = no
BAUD variable = 9600
ENABLE_BREAK variable does not exist
BOOTMODE variable does not exist
IPXE_TIMEOUT variable does not exist
CONFIG_FILE variable does not exist
This is a single device not in a stack or VSL. We are planning on upgrading the IOS and booting from install mode, but would like to see if anyone has had a similar experience and found a work around.
11-15-2021 05:54 PM
Configuration Register is 0x142 (will be 0x102 at next reload)
Maybe due to this I am thinking, do below steps: save and reload
#config-register 0x102
#no system ignore startupconfig
or try below :
#no system ignore startupconfig switch all
#config-register 0x102
11-17-2021 01:49 AM
No it is not fixed. I had already tried the config-register and that did not work. The "switch all" syntax is not supported on my device. If I try that it says it's invalid, even though that's what the cisco documentation says.
11-17-2021 01:56 AM
#config-register 0x102 - if this configured and rebooted.
can you post
show version
show boot
11-21-2021 05:41 PM
Configuration Register is 0x142 (will be 0x102 at next reload)
^^^That was the output from show version after I had changed the config-register to 0x2102 and done the "no system ignore startupconfig" command. Per my original post.
11-21-2021 05:40 PM
For anyone having this issue, I upgraded the IOS, which upgraded the Bootloader as well and after that it stopped bypassing the startup config and started to boot normal again. If anyone has the same issue, I'd recommend trying that.
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