Google Ads



Articles, News and Computer Certification Resources

Registration:


Syndication:


Amazon Ads










Cisco 2600 Router Password Recovery

May 16th, 2007 by Karen

This article outlines the general procedures to recover a lost password to gain access to a 2600 Router by modifying and reviewing the Configuration Register

NOTE: These are the GENERAL procedures but procedures may vary on different series of Cisco devices

Procedure

  • Power off then on (this would be the only option if a password is lost)
  • Within 60 seconds of reboot hit the keys: CTRL BREAK this will take you into a prompt of >, which is known as the ROM monitor

NOTE: This key sequence will be dependant on the emulation software in use on the PC

The following will then be displayed:

“Monitor: command “boot” aborted due to user interrupt” This is then followed by a prompt of ROMMON 1>

  • Type: CONFREG 0×2142 - Then hit the Enter Key to boot from Flash without loading the current configuration.
  • At the: ROMMON 2> prompt type: RESET - Then hit the Enter key.

The router will now reboot ignoring its saved configuration. The following question will then be asked on reboot:

“Would you like to enter the initial configuration dialog?” [yes/no] -

  • Answer the question by typing N or NO
  • Hit the Enter key when prompted – “Press RETURN to get started” – This will take you to User Exec mode prompt: ROUTER >

To remove the existing password configuration we will need to enter Privileged Exec mode

  • Type: ENABLE – No passwords will be asked for and the prompt will change to: ROUTER#
  • Copy the non-volatile RAM (NVRAM) into memory (RAM). This is acheived by typing:

COPY STARTUP-CONFIG RUNNING-CONFIG

  • Then type: SHOW RUNNING-CONFIG -This will show the current configuration of the router, including any passwords

NOTE: All passwords will either be displayed in encrypted or non-encrypted form

The configuration register has been reset to 0×2142 this can be viewed using the SHOW VERSION command typed at the ROUTER# prompt

  • To remove any existing passwords enter Global Configuration. Type: CONFIGURE TERMINAL the prompt will change to: ROUTER(CONFIG)#
  • At this prompt type:

NO ENABLE SECRET - This will remove the Privileged Exec mode encrypted password

NO ENABLE PASSWORD – This will remove the Privileged Exec mode non – encrypted password

NOTE: If other passwords were set up you would remove these or enter new ones.

  • At the prompt enter: CONFIG-REGISTER 0×2102 – This will reset the configuration register so that the Router will look for the startup configuration file in NVRAM (the original setting). Then hit the Enter key.

NOTE: The original Startup configuration file needs to be overwritten

  • Return to the Privileged Exec mode by hitting the: CTRL Z keys and copy the running configuration file from RAM to the startup configuration file in NVRAM by typing:

COPY RUNNING-CONFIG STARTUP-CONFIG – Then hit the Enter key to save the changes. Then Reboot the device

On restart the new startup configuration file with the original passwords removed will be executed, allowing access to the Router for further configuration

Posted in Cisco Devices | No Comments »

Leave a Comment

You MUST register on this site to post a comment


Please Note: All comments will be screened and require my authorisation before publishing.

Spam will be deleted.

Please use the form below to post your comment: