Cisco 3750 password recovery quick tip
July 22nd, 2009
No comments

CISCO 3750
This password recovery method also applies to at least the:
Cisco 2950, Cisco 2960, Cico 3550, Cisco 3560 and Cisco 3750 series.
The only difference will be for how long you will hold the mode button,
from my experience just try to hold it longer if it doesn’t work.
(It should be around 15 seconds for the 3750.)
from my experience just try to hold it longer if it doesn’t work.
(It should be around 15 seconds for the 3750.)
Console port settings :
- 9600 bits
- 8 data bits
- ‘none’ parity
- 1 stop bit
THE 18 Steps :
- Connect to Cisco 3750 with the Console Cable at it’s original settings
- Power On the switch Cisco 3750
- Press Mode
- then on the console
- switch: flash_init
- switch: load_helper
- switch: dir flash:
- switch: rename flash:config.text flash:config.text.old
- switch: boot
- Continue with the configuration dialog? [yes/no]: N
- Switch> enable
- Switch# rename flash:config.text.old flash:config.text
- Switch# copy flash:config.text system:running-config
- Switch# conf t
- Switch (config)# enable secret <PASSWORD>
- Switch (config)# exit
- Switch# copy running-config startup-config
- Switch# reload