 |
|
Latest Articles |
Certification:
Be Ready For Your Opportunity
I was reading The Big Moo: Stop Trying To Be Perfect and Start Being Remarkable
this morning, and I'd recommend a copy of this to anyone who wants to improve
their career and their future. Cisco
CCNA / CCNP Certification Exam Review...
To earn your Cisco CCNA certification and pass the BSCI CCNP exam, you have to
know your protocol basics like the back of your hand! Cisco
CCNA / CCNP: Frame Relay BECNs and FECNs
BECNs and FECNs aren't just important to know for your Cisco CCNA and CCNP
certification exams - they're an important part of detecting congestion on
a Frame Relay network and allowing the network... Cisco
CCNA Certification: Access List Details You...
To pass the CCNA exam, you have to be able to write and troubleshoot access lists.
As you climb the ladder toward the CCNP and CCIE, you'll see more and more
uses for ACLs. Cisco
CCNA Certification: Keep Your Most...
Imagine this. You have an appointment with a client to work on a server or router
install. A few minutes before you're scheduled to be there, you decide there's
something really good on TV you'd like to watch.
Cisco
CCNA Certification: Port-Based Authentication
To pass your CCNA exam and earn this coveted certification, you must understand
the details of port-based authentication.
Ten IP Routing Details You Must Know!
To pass the BSCI exam and earn your CCNP, you've got to keep a lot of details
in mind. It's easy to overlook the "simpler" protocols and services such as static
routing and distance vector protocols.
Cisco
CCNP / BCMSN Exam Tutorial: Multicasting..
Ever since you picked up your first CCNA book, you've heard about multicasting,
gotten a fair idea of what it is, and you've memorized a couple of reserved
multicasting addresses.
Cisco
CCNP / BCSI Exam Tutorial: Configuring EIGRP...
Configuring RIPv2 and EIGRP authentication with key chains can be tricky at first,
and the syntax isnīt exactly easy to remember.
CCNA Recertification Requirements
Passing the CCNA exam and earning this coveted Cisco certification is an important
step in your career, but itīs not the end of your responsibilities as a CCNA!
|
|
|
|
09.01.06
Cisco CCNA: Password Recovery Procedures
By
Chris Bryant
It might happen on your CCNA exam, it might happen on your production network
- but sooner or later, youīre going to have to perform password recovery on a
Cisco router or switch.
This involves manipulating the routerīs configuration register, and that is enough to make some CCNA candidates and network administrators really nervous!
Itīs true that setting the configuration register to the wrong value can damage the router, but if you do the proper research before starting the password recovery process, youīll be fine.
Despite what some books say, there is no "one size fits all" approach to Cisco password recovery. What works on a 2500 router may not work on other routers and switches. There is a great master Cisco document out on the Web that you should bookmark today. Just put "cisco password recovery" in your favorite search engine and you should find it quickly.
The following procedure describes the process in recovering from a lost password on a Cisco 2500 router. As always, donīt practice this at home. It is a good idea to get some practice with this technique in your CCNA / CCNP home lab, though!
The password recovery method examined here is for 2500 routers.
An engineer who finds themselves locked out of a router can view and change the password by changing the configuration register.
The router must first be rebooted and a "break" performed within the first 60 seconds of the boot process. This break sequence can also vary depending on what program is used to access the router, but is the usual key combination.
The router will now be in ROM Monitor mode. From the rom monitor prompt, change the default configuration register of 0x2102 to 0x2142 with the o/r 0x2142 command. Reload the router with the letter i. (As you can see, ROM Monitor mode is a lot different than working with the IOS!)
This particular config register setting will cause the router to ignore the contents of NVRAM. Your startup configuration is still there, but it will be ignored on reload.
When the router reloads, you'll be prompted to enter Setup mode. Answer "N", and type enable at the router> prompt.
Be careful here. Type configure memory or copy start run. Do NOT type write memory or copy run start!
Enter the command show running-config. You'll see the passwords in either their encrypted or unencrypted format.
Type config t, then use the appropriate command to set a new enable secret or enable password.
Don't forget to change the configuration register setting back to the original value! The command config-register 0x2102 will do the job. Save this change with write memory or copy run start, and then run reload one more time to restart the router.
This process sounds hard, but itīs really not. You just have to be careful, particularly when youīre copying the startup config over the running config. You donīt want to get that backwards! So take your time, check the online Cisco documentation before starting, get some practice with this procedure with lab equipment, and youīll be ready for success on the CCNA exam and in your production network!
About the Author:
Chris Bryant, CCIE #12933, is the owner of The
Bryant Advantage. |