Sensors and network administering


Cisco CCNA Certification Exam Training: Telnet, Passwords, and Privilege Levels

Your CCNA certification exam is likely goingall telnetting users to be put into
to contain questions about Telnet, anprivileged exec mode immediately without
application-level protocol that allows remotebeing prompted for an enable password, the
communication between two networking devices.command privilege level 15 placed on the VTY
With Telnet use being as common as it is,lines will accomplish this.R1(config)#line
you had better know the details of how tovty 0 4R1(config-line)#privilege level 15From
configure it in order to pass your CCNA examR2, we'll telnet into R1 again.R2#telnet
and to work in real-world networks.The basic172.12.123.1Trying 172.12.123.1 ... OpenUser
concept is pretty simple - we want toAccess VerificationPassword:R1#We were able
configure R1, but we're at R2. If we telnetto telnet in from R2 with the original
successfully to R1, we will be able topassword of "baseball", and even better, we
configure R1 if we've been given the properwere placed into privileged exec mode
permission levels. In this CCNA case study,immediately!You may or may not want to do
R2 has an IP address of 172.12.123.2 and R1this in real-world networks, though. If you
an address of 172.12.123.1. Let's try towant to assign privilege levels on an
telnet from R2 to R1.R2#telnetindividual user basis, configure usernames
172.12.123.1Trying 172.12.123.1 ...and passwords and use the privilege 15
OpenPassword required, but nonecommand in the actual username/password
set[Connection to 172.12.123.1 closed bycommand itself to give this privilege levels
foreign host]This seems like a problem, butto some users but not all.R1(config)#username
it's a problem we're happy to have. A Ciscoheidi password klumR1(config)#username tim
router will not let any user telnet to it byprivilege 15 password gunnBoth users can
default. That's a good thing, because wetelnet into the router, but the first user
don't want just anyone connecting to ourwill be placed into user exec and challenged
router! The "password required" messagefor the enable password to enter privileged
means that no password has been set on theexec mode. If there is no enable password,
VTY lines on R1. Let's do sothe user literally cannot get into privileged
now.R1(config)#line vty 0exec. The second user will be placed into
4R1(config-line)#password baseballA passwordprivileged exec immediately after
of "baseball" has been set on the VTY lines,successfully authenticating.Passwords on a
so we shouldn't have any trouble using TelnetCisco router or switch are vitally important,
to get from R2 to R1. Let's try thatand you're not tied down to granting
now.R2#telnet 172.12.123.1Trying 172.12.123.1"all-or-nothing" access. Knowing the details
... OpenUser Accesslike the ones shown here help you tie down
VerificationPassword:R1>We're in, and placednetwork security while allowing people to do
into user exec mode. Let's say we want totheir jobs - and it doesn't hurt to know this
configure a new IP address on the ethernetstuff for the CCNA exam, either!Chris Bryant,
interface on R1. We'll now go intoCCIE #12933, is the owner of The Bryant
privileged exec mode....R1>enable% NoAdvantage, home of over 100 free
password setR1>... or maybe we won't! Thecertification exam tutorials, including Cisco
default behavior of Telnet on a Cisco routerCCNA certification test prep articles. His
is to place the incoming user into user execexclusive Cisco CCNA study guide and Cisco
mode, and require an enable password to allowCCNA training is also available!Visit his
that user into privileged exec mode! Rightblog and sign up for Cisco Certification
now, we can't configure anything on thisCentral, a daily newsletter packed with CCNA,
router and even the show commands we wouldNetwork+, Security+, A+, and CCNP
use are limited at best.If we wanted to allowcertification exam practice 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