01-31-2021 04:59 AM
Hi,
Can anyone kindly guide on how to reset the password of C9200 switch?
thanks.
Solved! Go to Solution.
01-31-2021 05:18 AM
Unplug the power from the switch. Hold the Mode button and reapply power. Hold the button till the Status LED turns amber. On the console you should be in the Boot Loader and your command prompt should look like this:
Switch:
Type the following commands:
Switch: SWITCH_IGNORE_STARTUP_CFG=1 Switch: boot
Once the switch has booted you can copy the saved config back into the running config.
Switch# copy start run
Then set your password and then remove the "ignore startup config" setting.
Switch# username ME priv 15 secret MYPASSWORD Switch# no system ignore startupconfig switch all
Then save your new config
Switch# copy run start
01-31-2021 05:18 AM
Unplug the power from the switch. Hold the Mode button and reapply power. Hold the button till the Status LED turns amber. On the console you should be in the Boot Loader and your command prompt should look like this:
Switch:
Type the following commands:
Switch: SWITCH_IGNORE_STARTUP_CFG=1 Switch: boot
Once the switch has booted you can copy the saved config back into the running config.
Switch# copy start run
Then set your password and then remove the "ignore startup config" setting.
Switch# username ME priv 15 secret MYPASSWORD Switch# no system ignore startupconfig switch all
Then save your new config
Switch# copy run start
01-31-2021 05:23 AM
12-28-2023 05:54 PM
Switch:
Type the following commands:
Switch: SWITCH_IGNORE_STARTUP_CFG=1 Switch: boot
Once the switch has booted you can copy the saved config back into the running config.
Then 9200L will stuck at Username. without that we can use
Switch# copy start run
12-28-2023 05:52 PM
It is coming back to UN after boot command.
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