cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
24672
Views
15
Helpful
4
Replies

How to reset password of Catalyst C9200 switch?

AwaisAhmad44463
Level 1
Level 1

Hi, 

 

Can anyone kindly guide on how to reset the password of C9200 switch? 

 

thanks. 

1 Accepted Solution

Accepted Solutions

TJ-20933766
Spotlight
Spotlight

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

View solution in original post

4 Replies 4

TJ-20933766
Spotlight
Spotlight

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

@TJ-20933766  

Dear Tyson, 

Thanks a lot for your response, I will try the shared solution. 

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

 

Dharka
Level 1
Level 1

It is coming back to UN after boot command.