Sensors and network administering


sensornet-work.com keyword stats



Most current Yahoo search phrases:

speedtes speakeasy  

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

CCNA certification is important, and so is110D1609071A020217Pretty effective
securing our network's Cisco routers! Toencryption! However, if we want to have the
reflect the importance of network security,enable password automatically encrypted, we
your CCNA certification exam is likely goingcan use the enable secret command. I'll use
to contain quite a few questions about thethat command here to set this password to
various passwords you can set on a Cisco"saints", and note that I'm not removing the
router. Let's take a look at some of thoseprevious enable password.R1(config)#enable
passwords and when to apply them.If thesecret saintsAfter removing the "service
previous user has logged out of the routerpassword-encryption" command, we're left with
properly, you will see a prompt like thistwo enable mode passwords, and they appear in
when you sit down at the router console:R1the Cisco router config like this:enable
con0 is now availablePress RETURN to getpassword dolphinsenable secret 5
started.R1>To get into enable mode, by$1$kJB6$fPuVebg7uMnoj5KV4GUKI/If we have two
default all I have to do is typeenable passwords, which one should we use to
"enable".R1>enableR1#See how the promptlog into the router? Let's try the first
changed? By default, I can now run all thepassword, "dolphins",
show and debug commands I want, not tofirst:R1>enablePassword:Password:When you're
mention entering global configuration modeprompted for the password a second time, you
and doing pretty much what I want. It justknow you got it wrong the first time! Let's
might be a good idea to password protect thistry
mode! We do so with either the enable"saints":R1>enablePassword:Password:R1#When
password command or the enable secretboth the enable secret and enable password
command. Let's use the enable passwordcommands are in use on a Cisco router, the
command first.R1(config)#enable passwordenable secret password always takes
dolphinsNow when I log out and then go backprecedence. "dolphins" didn't get us in, but
to enable mode - or try to - I should be"saints" did. That's valuable information
prompted for the password "dolphins". Let'sfor both the CCNA certification exam and
see what happens.R1>enablePassword:R1#I wasreal-world networks, because there's no worse
indeed prompted for a password. Ciscofeeling than typing a password at a Cisco
routers will not show asterisks or any otherrouter prompt and then getting another
character when you enter a password; in fact,password prompt!This is just one way to
the cursor doesn't even move.The problem withperform basic Cisco router security with
the enable password command is that thepasswords. We'll take a look at other
password will show in the configuration inmethods in a future CCNA certification exam
clear text, making it easy for someone totraining tutorial!Chris Bryant, CCIE #12933,
look over your shoulder and note the passwordis the owner of The Bryant Advantage, home of
for future use, as shown below:hostnameover 100 free certification exam tutorials,
R1!enable password dolphinsWe could use theincluding Cisco CCNA certification test prep
"service password-encryption" command toarticles. His exclusive Cisco CCNA study
encrypt the enable password, but that willguide and Cisco CCNA training is also
also encrypt all the other passwords in theavailable!Visit his blog and sign up for
Cisco router config. That's not necessarilyCisco Certification Central, a daily
a bad thing! Here's the effect of thisnewsletter packed with CCNA, Network+,
command on the enable password we setSecurity+, A+, and CCNP certification exam
earlier.enable password 7practice questions!



1 A B C 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95