Reset / Recover Cisco 1800 Series router enable password
Contents
Requirements
Physical access to the router A PC with a Serial Port A Cisco rollover / console cable (the blue type) A copy of Hyper-terminal or Putty. Hyper-terminal comes with windows and putty is a free download. For this article I will use putty.Plug in the Console Cable
Plug the Cisco console cable from your PC's serial port to the console port of the Cisco 1800.Open a serial session to the router
Open a serial connection to the router via Putty (or Hyper-terminal) Start Putty and select the serial radio button. This should automatically fill in the correct serial settings. You may have to change the com port depending on how many com ports your PC has. NOTE!For your info the settings are 9600 baud rate No parity 8 data bits 1 stop bit No flow control
Send a "Break" Signal to the router
Turn the router on and as it boots you will see some start up commands. Before 60 secods has elapsed cliick on "Settings" then click "Break".
This will send a break signal to the router. If all goes well you will be prompted by the rommon mode.
Set a configuration setting to boot the router without the configuration
This setting will make the router boot up into IOS without loading the configuration and therefore the password. This means you can access or reset the password.confreg 0x2142
The router will prompt you that it needs a reset or a power cycle to take the configuration change.
Type
Boot with no running configuration
The router will now reboot. It won't have any running configuration so you be prompted to configure the router. Say "no" to this.--- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: Installed image archive
Reset the password
Depending on what type of password you have set there are two different ways of resetting the password. The two choices are the older "enable" password which is not encrypted and you can read it or the "secret" enable password which is hashed and you can't read it.Enable Password (Not Encrypted)
Simply type "show startup"Router#show startupSecret Password (Encrypted)
You will know if your router is using a secret enable password because you will see something like this enable secret 5 $1$iUjJ$cfghDZ03KKGh7mHfX2RSbDqP. in your configuration when you run the command.show startup
copy startup-config running-config
configure terminal enable secret IL1KEC1sc0!! exit
copy running-config startup-config
configure terminal config-register 0x2102 write memory