07-20-2019 05:45 AM
I cannot reset a Cisco 2960 PoE-24 switch back to factory defaults with the mode button. The switch never goes into reset mode. after the switch completes the power cycle, it just displays access verification with a username and password. The username seems to accept anything, but I don’t have the password. Is there anything else I can try?
Thank you.
Solved! Go to Solution.
07-20-2019 06:03 AM - edited 07-20-2019 07:13 AM
have u tried reset process based on cisco tech doc?
Step 1:
Power off the switch first, then press and hold the mode button while you power on the switch again. Hold it for about 15 seconds until the SYS led is solid green, and then release it.
The switch should then give you this prompt:
switch:
Step 2:
To initialize the flash file system, run the command:
switch: flash_init
Step 3:
You can now list the contents of your flash by running
There should be a file named ‘config.text’, as you can rename this file as follows:
switch: rename flash:config.text flash: oldconfig.backup
Step 4:
To further boot the switch run the boot command as:
switch: boot
This will start the boot you are used to. When the switch is booted up, you will realize that the configuration is gone. But you are enabled on the switch now.
Step 5:
To recover the old configuration:
Switch#rename flash: oldconfig.backup flash:config.text
And now to replace the running configuration with the backup
Switch#copy flash: config.text running-config
Destination filename [running-config]?
Regards, ML
**Please Rate All Helpful Responses **
07-20-2019 06:03 AM - edited 07-20-2019 07:13 AM
have u tried reset process based on cisco tech doc?
Step 1:
Power off the switch first, then press and hold the mode button while you power on the switch again. Hold it for about 15 seconds until the SYS led is solid green, and then release it.
The switch should then give you this prompt:
switch:
Step 2:
To initialize the flash file system, run the command:
switch: flash_init
Step 3:
You can now list the contents of your flash by running
There should be a file named ‘config.text’, as you can rename this file as follows:
switch: rename flash:config.text flash: oldconfig.backup
Step 4:
To further boot the switch run the boot command as:
switch: boot
This will start the boot you are used to. When the switch is booted up, you will realize that the configuration is gone. But you are enabled on the switch now.
Step 5:
To recover the old configuration:
Switch#rename flash: oldconfig.backup flash:config.text
And now to replace the running configuration with the backup
Switch#copy flash: config.text running-config
Destination filename [running-config]?
Regards, ML
**Please Rate All Helpful Responses **
07-20-2019 06:06 AM - edited 07-20-2019 07:14 AM
also see https://community.cisco.com/t5/switching/help-switch-2960-reset-no-password/m-p/1716517
http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/12.2_25_see/configuration/guide/swtrbl.html#wp1090048
http://www.cisco.com/en/US/products/hw/switches/ps628/products_password_recovery09186a0080094184.shtml
Regards, ML
**Please Rate All Helpful Responses **
07-20-2019 08:25 AM
Yes, I have the switch working now. I made a note of your fix. Thank you very much.
07-20-2019 06:19 AM
Hopefully switch not configured as "no password recovery"
other wise below guide should able to help you.
if not working please explain the process you followed, along with console logs.
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