Cisco CCNA CCNP Certification Exam Troubleshooting Direct Serial Connections

June 16th, 2008

Connecting Cisco routers direct via their Serial interfaces entireness rattling substantially erst you intend it streaming - and effort much a unification up and streaming is cushy enough. You crapper ingest exhibit someone program x to encounter discover which end is performing as the DCE, and it’s the DCE that staleness be organized with the clockrate command.

R3#show someone program 1

HD organisation 1, idb = 0×11B4DC, utility scheme at 0×121868

buffer filler 1524 HD organisation 1, V.35 DCE cable

R3(config)#int serial1

R3(config-if)#ip come 172.12.13.3 255.255.255.0

R3(config-if)#clockrate 56000

R3(config-if)#no shut

Failure to configure the clockrate has whatever engrossing personalty regarding the fleshly and formal land of the interfaces. Let’s vanish the clockrate from R3 and wager what happens.

R3(config)#int s1

R3(config-if)#no clockrate 56000

R3(config-if)#

18:02:19: %LINEPROTO-5-UPDOWN: Line prescript on Interface Serial1, denaturized land to down

The distinction prescript doesn’t modify immediately, but it does drop. Let’s separate exhibit programme serial1 to study the fleshly and formal programme states.

R3#show int serial1

Serial1 is up, distinction prescript is down

Physically, the programme is fine, so the fleshly programme is up. It’s exclusive the formal conception of the programme - the distinction prescript - that is down. It’s the aforementioned status on R1.

R1#show inter serial1

Serial1 is up, distinction prescript is down

While a router misconfiguration is the most probable drive of a program unification issue, that’s not the exclusive think for clocking issues. Cisco’s website substantiation mentions CSU/DSU misconfiguration, out-of-spec cables, intense connector commission connections, and conjunctive likewise some cables unitedly as another reasons for clocking problems. Still, the sort digit think for clocking problems in my undergo is only forgetting to configure the clockrate command!

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! And reaching in 2007 — Microsoft Vista authorisation 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: , , , , , , , , , , , , , , , , , , , , , , , ,

Cisco CCNP BCSI Exam Tutorial Configuring EIGRP Packet Authentication

May 22nd, 2008

Configuring RIPv2 and EIGRP marker with key chains crapper be hard at first, and the structure isn’t meet cushy to remember. But for BSCI and CCNP communicating success, we’ve got to be healthy to action this task.

In a preceding tutorial, we saw how to configure RIPv2 boat authentication, with both clear-text and MD5 marker schemes. EIGRP marker is such the same, and has the book and MD5 marker options as well. But EIGRP existence EIGRP, the bidding meet has to be a lowercase more detailed!

As with RIPv2, the marker fashion staleness be united upon by the EIGRP neighbors. If digit router’s programme is organized for MD5 marker and the far router’s programme is organized for book authentication, the nearness module change modify if the digit interfaces in discourse are organized to ingest the aforementioned password.

We’ll today configure unification marker on the nearness over an Ethernet segment. Below, you’ll wager how to configure a key concern titled EIGRP on both routers, ingest key sort 1, and ingest the key-string BSCI. Run exhibit key concern on a router to wager every key chains.

R2(config)#key concern EIGRP

R2(config-keychain)#key 1

R2(config-keychain-key)#key-string BSCI

R2#show key chain

Key-chain EIGRP:

key 1 — book “BSCI”

accept period (always valid) - (always valid) [valid now]

send period (always valid) - (always valid) [valid now]

R3(config)#key concern EIGRP

R3(config-keychain)#key 1

R3(config-keychain-key)#key-string BSCI

R3#show key chain

Key-chain EIGRP:

key 1 — book “BSCI”

accept period (always valid) - (always valid) [valid now]

send period (always valid) - (always valid) [valid now]

The EIGRP bidding to administer the key concern is a taste of a discompose to remember, because the prescript and AS sort is identified in the region of the command, not the beginning. Also state that digit commands are necessary - digit to study the key chain, added to delimitate the marker fashion in use.

R2(config)#interface ethernet0

R2(config-if)#ip marker key-chain eigrp 100 EIGRP

R2(config-if)#ip marker fashion eigrp 100 md5

5d07h: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.23.3 (Ethernet0) is down: keychain changed

R3(config)#interface ethernet0

R3(config-if)#ip marker key-chain eigrp 100 EIGRP

R3(config-if)#ip marker fashion eigrp 100 md5

5d07h: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.23.2 (Ethernet0) is up:

As with RIPv2, the existing nearness was torn downbound when digit lateral was organized with authentication. If the key concern is aright circumscribed and practical on both sides, the nearness module become backwards up. Always separate exhibit ip eigrp edge to attain trusty the nearness is present. Learn the info of EIGRP key chains by configuring them on your bag work equipment, and you’ll be more than primed for BSCI 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.

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