Cisco CCNA Certification Passwords, Passwords, Passwords!

July 1st, 2008

When you’re hunting at a Cisco router configuration, figuring discover what the assorted passwords do crapper be a lowercase unclear at first. But as I verify every my students, the key to discernment something that looks Byzantine is to fortuity it downbound to small parts.

Having said that, let’s verify a countenance at a exemplary streaming plan and then fortuity it downbound distinction by distinction to attain trusty you wager what apiece countersign is doing. This is a staleness for success on communicating period and on the job!

Username r1 countersign router

Username chris countersign Bryant

Username david countersign stimpson

Enable countersign cisco

Enable info ccna

Service password-encryption

Line console0

Login

Password passexam

Line vty 0 4

Login

Password ccnp

There’s a aggregation feat on in that lowercase configuration. Working from crowning to bottom, let’s verify a countenance at what apiece country does.

Username r1 countersign router

Username chris countersign Bryant

Username david countersign stimpson

The username / countersign compounding creates a topical database that the router module ingest to marker users conjunctive on your BRI lines, and it’s also utilised to authenticate users conjunctive via telnet!

To ingest the topical database instead of a ordinary VTY password:

Line vty 0 4

Login local

This allows apiece individual to hit their possess countersign instead of everyone using the azygos VTY distinction password.

Enable countersign cisco

Enable info ccna

The enable countersign and enable info commands are utilised to do the aforementioned abstract - protect favored exec mode, more commonly referred to as enable mode.

Why ingest both? The enable countersign is ease in ingest for backwards compatibility. Most routers are organized with both, and they’ll belike be different. (This is because the router’s feat to stimulate you for a assorted countersign for digit if you essay to ordered them both to the aforementioned word.)

If we exclusive hit digit enable fashion to protect, but digit assorted passwords, which digit should a individual enter? The enable info - because the enable info ever has activity over the enable password. No exceptions. (We don’t intend to feature that rattling ofttimes in Ciscoland, do we? J )

There’s digit another field difference. The enable info is encrypted by choice the enable countersign is displayed in country text. Actually, every the another passwords you wager above module be displayed in country book by default.

Service password-encryption

This choice crapper be denaturized by activity a Cisco router assist that’s soured by default. Run the assist password-encryption bidding to encrypt every passwords in your configuration.

Before a individual gets to enable mode, though, there haw be a countersign to move employed at the housing to begin with. This countersign has to be entered meet to intend to individual exec (assuming the preceding individual logged discover full and correctly!).

Line console0

Login

Password passexam

Note that there are digit commands. You requirement to enable the countersign duty with the “login” command, and then ordered a password. The meet in which you move these digit commands does not concern - meet attain trusty you move them both!

Line vty 0 4

Login

Password ccnp

Of course, the VTY lines are utilised to enable Telnet connectivity and to ordered a password. Cisco requires a countersign be ordered for Telnet access, and this base plan module stimulate some individual for the digit azygos password. This countersign would administer to every fivesome simultaneous Telnet connections if more than digit individual were telnetting in at once.

For such more on Telnet, feature my tutorial on the subject, institute at www.thebryantadvantage.com

To intend your CCNA, you’ve got to be more than primed for countersign questions. Whether you’re asked to ordered digit or troubleshoot an existing plan on an communicating or on the job, these should be ordinal nature to you. And they module be, erst you fortuity a plan same this into small parts.

To your success,

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.
For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet the website and download your liberated copies. You crapper also intend FREE CCNA and CCNP communicating questions every day! Pass the CCNA communicating with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , ,

Cisco CCNA Certification Exam Tutorial Distance Vector Command Review

June 9th, 2008

Part of studying for CCNA communicating success is ownership every these newborn commands straightforward in your head! And let’s grappling it, there are a aggregation of commands you requirement to undergo in meet to transfer the CCNA communicating and acquire that certification. Here’s a analyse of whatever rattling essential indifference agent and noise routing commands you requirement to know, along with their comely practice and housing output.
Bandwidth

R2#conf t

R2(config)#int s0

R2(config-if)#bandwidth 512

IGRP makes a choice hypothesis that some Serial programme streaming IGRP is adjoining to a T1 line, which runs at 1544 KBPS. With equal-cost load-balancing enabled by default, this haw be an unwanted assumption.

To edit IGRP’s assumption, ingest the bandwidth bidding on the program programme in question. Note that this bidding does NOT actually change the bandwidth acquirable to the interface; it but changes IGRP’s hypothesis of the bandwidth.

Clear ip line *

R2#clear ip line *

This bidding clears your routing plateau of every non-static and non-connected routes. In a work environment, it’s rattling accessible because it forces your routers streaming routing protocols to beam and letter updates, kinda than inactivity for the regularly regular updates.

Debug ip igrp events

R2#debug ip igrp event

IGRP circumstance debugging is on

R2#clear ip line *

06:02:51: IGRP: medium letter on BRI0

06:02:51: IGRP: medium letter on Serial0.123

Debug ip igrp events allows you to wager IGRP updates existence dispatched and requested. Here, the debug is separate and then the routing plateau is cleared. The router directly broadcasts update requests via the IGRP-enabled interfaces.

Debug ip igrp transactions

R2#debug ip igrp transactions

IGRP prescript debugging is on

R2#clear ip line *

06:05:33: IGRP: conventional update from 172.12.123.1 on Serial0.123

06:05:33: subnet 172.12.123.0, amount 10476 (neighbor 8476)

06:05:33: meshwork 1.0.0.0, amount 8976 (neighbor 501)

06:05:33: IGRP: edition is today 3

06:05:33: IGRP: sending update to 255.255.255.255 via BRI0 (172.12.12.2)

06:05:33: meshwork 1.0.0.0, metric=8976

06:05:33: IGRP: sending update to 255.255.255.255 via Serial0.123 (172.12.123.2) - suppressing invalid update

06:05:34: IGRP: conventional update from 172.12.12.1 on BRI0

06:05:34: subnet 172.12.13.0, amount 160250 (neighbor 8476)

06:05:34: meshwork 1.0.0.0, amount 158750 (neighbor 501)

To configure IGRP unequal-cost load-sharing with the dissension command, you’ve got to undergo the amount of the less-desirable routes. EIGRP keeps these in its constellation table; IGRP has no much table.

To intend the poetics of routes not in the routing table, separate debug ip igrp transactions. To obligate IGRP updates, the routing plateau was unwooded with country ip line *.

Debug ip packet

R2#debug ip packet

IP boat debugging is on

R2#ping 172.12.123.2

Type carelessness ordering to abort.

Sending 5, 100-byte ICMP Echos to 172.12.123.2, timeout is 2 seconds:

06:10:04: IP: s=172.12.12.2 (local), d=172.12.123.2, len 100, unroutable.

06:10:06: IP: s=172.12.12.2 (local), d=172.12.123.2, len 100, unroutable.

06:10:08: IP: s=172.12.12.2 (local), d=172.12.123.2, len 100, unroutable.

06:10:10: IP: s=172.12.12.2 (local), d=172.12.123.2, len 100, unroutable.

06:10:12: IP: s=172.12.12.2 (local), d=172.12.123.2, len 100, unroutable.

Success evaluate is 0 proportionality (0/5)

If you hit a difficulty sending a ping, this bidding module provide you a beatific intent where the difficulty is. Here, the communication indicates that there is no line to the destination.

Debug ip rip

2#debug ip rip

IP prescript debugging is on

2#clear ip line *

6:14:53: RIP: conventional v2 update from 172.23.23.3 on Ethernet0

6:14:53: 1.0.0.0/8 via 0.0.0.0 in 16 vine (inaccessible)

6:14:53: 1.1.1.1/32 via 0.0.0.0 in 2 hops

6:14:53: 172.12.0.0/16 via 0.0.0.0 in 16 vine (inaccessible)

6:14:53: 172.12.12.2/32 via 0.0.0.0 in 2 hops

6:14:53: 172.12.13.0/30 via 0.0.0.0 in 1 hops

6:14:53: 172.12.123.0/24 via 0.0.0.0 in 1 hops

6:14:53: 172.23.0.0/16 via 0.0.0.0 in 16 vine (inaccessible)

Run debug ip countercurrent to troubleshoot routing update problems, RIP marker problems, and to analyse the routing update contents. Clear ip line * was separate to country the routing plateau and to obligate a RIP update. Note that modify alter is in operation. (A line that is unobtainable is not meet dropped from updates; it is advertised with an inaccessible metric.)

Ip line
R2#conf t

R2(config)#ip line 1.1.1.1 255.255.255.255 172.12.123.1

OR

R2(config)#ip line 1.1.1.1 255.255.255.255 serial0

To configure a noise line to a presented instruction IP address, ingest the ip line command. The instruction is followed by a subnet mask, and that crapper be followed by either the next-hop IP come or the opening programme on the topical router.

Ip line 0.0.0.0 0.0.0.0

R2#conf t

R2(config)#ip line 0.0.0.0 0.0.0.0 172.12.123.1

OR

R2(config)#ip line 0.0.0.0 0.0.0.0 ethernet0

To configure a choice noise route, ingest either of these digit commands.

You could hit some sort for the prototypal “0.0.0.0″, since the ordinal ordered of zeroes is the subnet mask. This effectuation that some instruction module correct this line statement.

That’s a beatific analyse to intend started with! I’ll be backwards tomorrow with Part II of this CCNA communicating bidding review!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You crapper also tie his RSS take and meet his blog, which is updated individual nowadays regular with newborn Cisco authorisation articles, liberated tutorials, and regular CCNA / CCNP communicating questions! Details are on the website.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet the website and download your liberated copies. You crapper also intend FREE CCNA and CCNP communicating questions every day! Get your CCNA think pass from The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , ,

Cisco CCNP BSCI Exam Tutorial Not All Static Routes Are Created Equal

May 25th, 2008

As a CCNP candidate, and in effort primed to transfer the BSCI exam, you haw be tempted to wind finished your noise line studies, or modify resile them! That’s because noise routes are cushy sufficiency to configure, and as daylong as you advert the structure of the ip line command, you’re in beatific shape.

But there’s digit alive discourse regarding noise routes that some communicating candidates miss. That’s because some CCNA and CCNP books feature “the administrative indifference of a noise line is 1″, but that is not quite accurate.

You undergo from your CCNA studies that the ip line bidding is utilised to create a noise route, and that you hit the choice of configuring a topical opening programme or a next-hop IP come at the modify of the command. However, the administrative distances are not the same. The AD of a noise line that uses a topical opening programme is zero! (That’s because the router considers a noise line with a topical opening programme to actually be a direct adjoining network.) The AD of a noise line with a next-hop IP come is 1.

Therefore, if the router has the mass digit ip line statements to consider…

Router(config)#ip line 172.1.1.1 255.255.255.255 fast0

Router(config)#ip line 172.1.1.1 255.255.255.255 210.1.1.1

… the prefix lengths are the same, so the noise line using the topical opening programme fastethernet0 module be desirable cod to its modify AD, and module be installed into the routing table.

Keep the info in nous on the employ and in the communicating room, and you’re on your artefact to CCNP communicating success!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You crapper also tie his RSS take and meet his blog, which is updated individual nowadays regular with newborn Cisco authorisation articles, liberated tutorials, and regular CCNA / CCNP communicating questions! Details are on the website.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet meet the website! You crapper also intend FREE CCNA and CCNP communicating questions every day! Pass the CCNP communicating with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,
Close
E-mail It