0% found this document useful (0 votes)
75 views

Cisco 2600 Series Router Password Reset

Uploaded by

Ayi ekue sky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views

Cisco 2600 Series Router Password Reset

Uploaded by

Ayi ekue sky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Cisco 2600 Series Router Password Reset http://www.freeccnaworkbook.com/workbooks/ccna/cisco-2600-series...

Search...

Home About Blog CCNA Workbooks The Stub Lab Topology


Start Here All About Us Random Stuff Select your Poison Free Lab Access Need to Know

2600 Series Password Reset CCNA Workbook Lab 2-2

Vos amis sur Facebook


www.Facebook.com
Retrouvez amis, famille et cama- rades de classe. Créez un profil!
Learn how to reset and/or clear the console and enable passwords from a Cisco 2600 Series Router(s) and other routers including the 1700,
3600, 3700, 1800, 2800, 3800 and the New ISR G2′s Series routers.

Real World Application


The Cisco 2600 Series routers are by far the most popular routers used in Lab environments and many still exist today in production as many
business have the moto “if it works then Don’t fix it.”

Recovering passwords or sanitizing the NVRAM contents on a Cisco router rather it be the 2600 series or newer generation routers is a very
common procedure and should be known by any CCNA without referring to documentation.

Lab Prerequisites
A Cisco 2600 Series router or greater that has an unknown console or enable password.
An active Serial Console session to the device that you’re unable to log into.

Lab Objectives
Break the boot sequence when powering on the Cisco 2600 Series router to place yourself in ROM monitor mode.
Change the configuration register to 0×2142 to make the router bypass the contents of NVRAM when booting then reset the router
(Option 1) – Once booted, place yourself into privileged mode and copy the start up-config to the running config. Afterward, you may
change the line password or enable password and write the configuration by to NVRAM by issuing the copy run start command.
(Option 2) – Once booted, place yourself into privileged mode and do a write erase to clear the contents of the NVRAM.
Now change the configuration register back to 0×2102 to boot set the router to boot normally and load the NVRAM contents upon boot.

Lab Instruction
As shown below is a Cisco 2651XM router that has a console password on the device. With such a password you cannot access exec mode
without authenticating this password correctly. When buying routers used, you may commonly be faced with scenario.

Router con0 is now available

Press RETURN to get started.

User Access Verification

Password:

Step 1. Power cycle the router or power on the router initially. While the router is booting you’ll need to break the boot sequence to boot the router
into bootrom, you do this by holding down CTRL and pressing PAUSE BREAK. Do this repeatedly till you are placed at the bootrom prompt.

System Bootstrap, Version 12.2(8r) [cmong 8r], RELEASE SOFTWARE (fc1)


Copyright (c) 2003 by cisco Systems, Inc.
C2600 platform with 262144 Kbytes of main memory

monitor: command "boot" aborted due to user interrupt


rommon 1 >

Step 2. Change the configuration register so that the router will ignore the contents of the NVRAM when booting into Cisco IOS. Set the
configuration register to 0×2142 and boot the router.

1 sur 2 27/02/2013 15:30


Cisco 2600 Series Router Password Reset http://www.freeccnaworkbook.com/workbooks/ccna/cisco-2600-series...

We are completely free!! Recent Blogs Useful Links

Our prices blow the competition out of the water... Recommended Cisco CCNA Books CCNA Workbook GNS3 Configuration
Why? Because we do not charge you a penny for How to Subnet and Summarize
About the Free CCNA Workbook Author GNS3 – Cisco Device Emulator
our workbooks.
What to Buy when building a Cisco Lab
Putty Terminal Emulator
How to reserve Lab time on the Stub Lab
Be sure to share this website with your friends. Build your Own Cisco CCNA Lab Quiz Me! – CCNA Practice Exam
The New Free CCNA Workbook
SecureCRT Terminal Emulator

Privacy Policy | © Free CCNA Workbook 2009 - 2013

IMAROUTER#configure terminal
IMAROUTER(config)#enable secret NEWENABLEPASSWORD
IMAROUTER(config)#line con 0
IMAROUTER(config-if)#password NEWPASSWORD
IMAROUTER(config-if)#end
IMAROUTER#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
IMAROUTER#

ZOC SSH and Telnet Client


www.emtec.com/zoc
EmTec's SSH terminal for WIndows offers many features and scripting.

Step 4 (Option 2) – After the router has booted into Cisco IOS, you’ll be prompted by the initial configuration dialog, type n here and press enter
and you’ll be placed into user mode. Now you’re able to place your self into privileged mode by typing enable. Once in privileged mode you can
erase the contents of NVRAM by issuing the write erase command.

--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>enable
Router#write erase
Erasing the nvram filesystem will remove all files! Continue? [confirm]
[OK]
Erase of nvram: complete
Router#

Step 5. Once you’ve performed a password reset or NVRAM sanitation, you’ll need to set the configuration register back to 0×2102 so the router
will boot normally and load the NVRAM contents upon a reboot or power failure.

Router#configure terminal
Router(config)#config-register 0x2102
Router(config)#end

2 sur 2 27/02/2013 15:30

You might also like