CCNA Certification Exam Training: Passwords, Cisco Routers, And Network Security

CCNA certification is important, and so is securing ourearlier.enable password 7 110D1609071A020217Pretty
network's Cisco routers! To reflect the importance ofeffective encryption! However, if we want to have
network security, your CCNA certification exam isthe enable password automatically encrypted, we can
likely going to contain quite a few questions aboutuse the enable secret command. I'll use that
the various passwords you can set on a Cisco router.command here to set this password to "saints", and
Let's take a look at some of those passwords andnote that I'm not removing the previous enable
when to apply them.If the previous user has loggedpassword.R1(config)#enable secret saintsAfter
out of the router properly, you will see a prompt likeremoving the "service password-encryption"
this when you sit down at the router console:R1 con0command, we're left with two enable mode
is now availablePress RETURN to get started.R1>Topasswords, and they appear in the Cisco router
get into enable mode, by default all I have to do isconfig like this:enable password dolphinsenable secret
type "enable".R1>enableR1#See how the prompt5 $1$kJB6$fPuVebg7uMnoj5KV4GUKI/If we have
changed? By default, I can now run all the show andtwo enable passwords, which one should we use to
debug commands I want, not to mention enteringlog into the router? Let's try the first password,
global configuration mode and doing pretty much"dolphins", first:R1>enablePassword:Password:When
what I want. It just might be a good idea toyou're prompted for the password a second time,
password protect this mode! We do so with eitheryou know you got it wrong the first time! Let's try
the enable password command or the enable secret"saints":R1>enablePassword:Password:R1#When both
command. Let's use the enable password commandthe enable secret and enable password commands
first.R1(config)#enable password dolphinsNow when Iare in use on a Cisco router, the enable secret
log out and then go back to enable mode - or try topassword always takes precedence. "dolphins" didn't
- I should be prompted for the password "dolphins".get us in, but "saints" did. That's valuable information
Let's see what happens.R1>enablePassword:R1#I wasfor both the CCNA certification exam and real-world
indeed prompted for a password. Cisco routers willnetworks, because there's no worse feeling than
not show asterisks or any other character when youtyping a password at a Cisco router prompt and then
enter a password; in fact, the cursor doesn't evengetting another password prompt!This is just one
move.The problem with the enable passwordway to perform basic Cisco router security with
command is that the password will show in thepasswords. We'll take a look at other methods in a
configuration in clear text, making it easy forfuture CCNA certification exam training tutorial!Chris
someone to look over your shoulder and note theBryant, CCIE #12933, is the owner of The Bryant
password for future use, as shown below:hostnameAdvantage, home of over 100 free certification
R1!enable password dolphinsWe could use theexam tutorials, including Cisco CCNA certification test
"service password-encryption" command to encryptprep articles. His exclusive Cisco CCNA study guide
the enable password, but that will also encrypt all theand Cisco CCNA training is also available!Visit his blog
other passwords in the Cisco router config. That'sand sign up for Cisco Certification Central, a daily
not necessarily a bad thing! Here's the effect of thisnewsletter packed with CCNA, Network+, Security+,
command on the enable password we setA+, and CCNP certification exam practice questions!