Printable Pdf


In preparation of your CCNA exam, we want to make sure we cover the various concepts that we could see on your Cisco CCNA exam. So to assist you, below we will discuss the CCNA concept of Cisco Router & Switch passwords. As you progress through your CCNA exam studies in your lab, I am sure you will need to refer back to this article at some point to figure out what each type of paassword used for in your Cisco certification studies as it can be confusing at first. But don’t fret, it will become easy with repetition!

CCNA / CCNP Tutorial: Router And Switch Passwords
By Chris Bryant, CCIE #12933
A Free Excerpt From The Bryant Advantage Ultimate CCNA Study Guide

When you’re looking at a Cisco router configuration, figuring out what the different passwords do can be a little confusing at first. But as I tell all my students, the key to understanding something that looks complex is to break it down to smaller parts.

Having said that, let’s take a look at a typical running configuration and then break it down line by line to make sure you understand what each password is doing. This is a must for success on exam day and on the job!

Username r1 password router

Username chris password Bryant

Username david password stimpson

Enable password cisco

Enable secret ccna

Service password-encryption

Line console0

Login

Password passexam

Line vty 0 4

Login

Password ccnp

There’s a lot going on in that little configuration. Working from top to bottom, let’s take a look at what each section does.

Username r1 password router

Username chris password Bryant

Username david password stimpson

The username / password combination creates a local database that the router will use to authentication users connecting on your BRI lines, and it’s also used to authenticate users connecting via telnet!

To use the local database instead of a common VTY password:

Line vty 0 4

Login local

This allows each user to have their own password instead of everyone using the single VTY line password.

Enable password cisco

Enable secret ccna

 

The enable password and enable secret commands are used to do the same thing – protect privileged exec mode, more commonly referred to as enable mode.

Why use both? The enable password is still in use for backwards compatibility. Most routers are configured with both, and they’ll probably be different. This is because the router’s going to prompt you for a different password for one if you try to set them both to the same word.

If we only have one enable mode to protect, but two different passwords, which one should a user enter? The enable secret – because the enable secret always has precedence over the enable password. No exceptions. (We don’t get to say that very often in Ciscoland, do we?)

There’s one other major difference. The enable secret is encrypted by default the enable password is displayed in clear text. Actually, all the other passwords you see above will be displayed in clear text by default.

Before a user gets to enable mode, though, there may be a password to start working at the console to begin with. This password has to be entered just to get to user exec (assuming the previous user logged out fully and correctly!).

Line console0

Login

Password passexam

 

Note that there are two commands. You need to enable the password function with the “login” command, and then set a password. The order in which you enter these two commands does not matter – just make sure you enter them both!

Line vty 0 4

Login

Password ccnp

Of course, the VTY lines are used to enable Telnet connectivity and to set a password. Cisco requires a password be set for Telnet access, and this basic configuration will prompt any user for the one single password. This password would apply to all five simultaneous Telnet connections if more than one user were telnetting in at once.

Service password-encryption

Run the service password-encryption command to encrypt all passwords in your configuration. This service is off by default.

To get your CCNA, you’ve got to be more than ready for password questions. Whether you’re asked to set one or troubleshoot an existing configuration on an exam or on the job, these should be second nature to you. And they will be, once you break a configuration like this into smaller parts.

This article was contributed by Chris Bryant from http://www.thebryantadvantage.com

I hope you found this article to be of use and it helps you prepare for your Cisco CCNA certification. I am sure you will quickly find out that hands-on real world experience is the best way to cement the CCNA concepts in your head to help you pass your CCNA exam!