cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1975
Views
0
Helpful
2
Replies

CISCO 3650 Keeps starting in ROMMON by default

RTStrecker
Level 1
Level 1

Just as the title says: my switch keeps starting in ROMMON mode. It has configs and works, but where I am there are frequent power outages and I constantly have to go log into the switch locally to tell it to boot. Is there a way to make the switch boot in a functional state by default?

2 Replies 2

RTStrecker
Level 1
Level 1

Essentially the process is this: a power outage happens > switch reboots > I enter the boot command > switch works. I want the switch to do what every other switch does and skip the 3rd step.

balaji.bandi
Hall of Fame
Hall of Fame

Ohter one check show  boot - make sure you have image in the boot variabe (after booting the device)

example : (if this install mode - you should see packages.conf (in place xxxxxx) - if this bundle mode  you see image.bin

Switch#show bootvar
BOOT variable = bootflash:xxxxxxxxxxxxxxx
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist

if not chcek dir flash: and replace the image.bin with the flash output file.

Switch(config)#boot system flash bootflash:image.bin

validate #show bootvar

#wr and reload

Check show version - what is your REG value

if not 0x102 - change as below :

Conf t

config-register 0x102

end

wr

if IOS XE - refer below guide :

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/system_management/configuration_guide/b_sm_3se_3650_cg/b_sm_3se_3650_cg_chapter_010101.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help