09-04-2024 07:51 PM
I have four C9300-48P stacked switches; whenever the switch reboots, it's not loading from the startup-config. All the time, I have to do #copy startup-config running-config. And it's not showing the config register value when I enter the #sh version.
What would be the solution for this?
Thanks in advance
Kay
Solved! Go to Solution.
09-04-2024 10:02 PM
@Keshan9968 wrote:SWITCH_IGNORE_STARTUP_CFG=1
Here is the reason why.
The fix is just as simple:
conf t
NO system ignore startupconfig switch all
end
wr
09-04-2024 08:44 PM
In enable mode, please post the complete output to the following commands:
sh boot
sh romvar
09-04-2024 09:14 PM
---------------------------
Switch 1
---------------------------
Current Boot Variables:
BOOT variable does not exist
Boot Variables on next reload:
BOOT variable = flash:packages.conf;
Manual Boot = no
Enable Break = no
Boot Mode = DEVICE
iPXE Timeout = 0
----------------------------------
ROMMON variables for Active Switch
----------------------------------
ABNORMAL_RESET_COUNT=0
AUTOREBOOT_RESTORE=0
AUTO_SWITCH_CONSOLE_DISABLE=0
BAUD=9600
BOARDID=24660
BOOT=flash:packages.conf;
BOOTLDR=
BSI=0
CONFIG_FILE=
CONSOLE_MIRRORING_DISABLE=0
DC_COPY=yes
IMAGE_UPGRADE=no
MAC_ADDR=80:2D:BF:0A:BF:00
MANUAL_BOOT=no
MODEL_NUM=C9300-48P
MODEL_REVISION_NUM=A0
MOTHERBOARD_ASSEMBLY_NUM=73-18274-05
MOTHERBOARD_REVISION_NUM=A0
MOTHERBOARD_SERIAL_NUM=FOC242536AL
RANDOM_NUM=1789409921
RET_2_RCALTS=
RET_2_RTS=
ROMMON_AUTOBOOT_ATTEMPT=3
STACK_1_1=1_0
SWITCH_DISABLE_PASSWORD_RECOVERY=0
SWITCH_IGNORE_STARTUP_CFG=1
SWITCH_NUMBER=1
SWITCH_PRIORITY=1
SYSTEM_SERIAL_NUM=FCW2427BH3R
TEMPLATE=access
USB_DISABLE=0
VERSION_ID=V03
09-04-2024 09:47 PM
#sh boot
---------------------------
Switch 1
---------------------------
Current Boot Variables:
BOOT variable does not exist
Boot Variables on next reload:
BOOT variable = flash:packages.conf;
Manual Boot = no
Enable Break = no
Boot Mode = DEVICE
iPXE Timeout = 0
09-04-2024 10:02 PM
@Keshan9968 wrote:SWITCH_IGNORE_STARTUP_CFG=1
Here is the reason why.
The fix is just as simple:
conf t
NO system ignore startupconfig switch all
end
wr
09-05-2024 11:23 PM
Thank you so much. It fixed the issue.
09-04-2024 09:49 PM
sh romvar
----------------------------------
ROMMON variables for Active Switch
----------------------------------
ABNORMAL_RESET_COUNT=0
AUTOREBOOT_RESTORE=0
AUTO_SWITCH_CONSOLE_DISABLE=0
BAUD=9600
BOARDID=24660
BOOT=flash:packages.conf;
BOOTLDR=
BSI=0
CONFIG_FILE=
CONSOLE_MIRRORING_DISABLE=0
DC_COPY=yes
IMAGE_UPGRADE=no
MAC_ADDR=80:2D:BF:0A:BF:00
MANUAL_BOOT=no
MODEL_NUM=C9300-48P
MODEL_REVISION_NUM=A0
MOTHERBOARD_ASSEMBLY_NUM=73-18274-05
MOTHERBOARD_REVISION_NUM=A0
MOTHERBOARD_SERIAL_NUM=FOC242536AL
RANDOM_NUM=1789409921
RET_2_RCALTS=
RET_2_RTS=
ROMMON_AUTOBOOT_ATTEMPT=3
STACK_1_1=1_0
SWITCH_DISABLE_PASSWORD_RECOVERY=0
SWITCH_IGNORE_STARTUP_CFG=1
SWITCH_NUMBER=1
SWITCH_PRIORITY=1
SYSTEM_SERIAL_NUM=FCW2427BH3R
TEMPLATE=access
USB_DISABLE=0
VERSION_ID=V03
09-04-2024 07:41 PM
I got the same issue with four C9300 stack switches. Whenever it reboots, it doesn't load from startup-config, and I'm unable to see the config-register value with the #sh ver command. What would be the solution for this?
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