Cisco Routing For The CCNA And CCNP Administrative Distance

July 26th, 2008

The book definition of “administrative distance” is ultimate enough: “the activity of a protocol’s believability”. It’s not sufficiency to undergo the definition, still you’ve got to undergo when AD comes into the represent and when it does not.

When a boat needs to be routed, the router looks in its routing plateau for the next-hop IP come the boat should verify to intend to the destination. There haw be more than digit matched path, in which housing the router module countenance for the “longest match”. The line that has the long correct - the line with the most bits in the cover ordered to “1″ - module be the line that is used.

Consider the mass threesome routes from a fictional Cisco router:

I 172.17.0.0 /24 via 172.1.1.1

O 172.17.0.0 /25 via 173.1.1.1

R 172.17.0.0 /26 via 174.1.1.1

This router has threesome doable next-hop IP addresses that it crapper beam packets sure for the meshwork 172.17.0.0. The masks are of assorted lengths, message that the line with the long correct (again, the line with the most bits ordered to “1″) module be used. In this example, the RIP line module be used, since it has the long correct with a cover of /26. The administrative distances do not matter.

AD does concern when the masks are the aforementioned length, as shown here:

I 172.17.0.0 /24 via 172.1.1.1

O 172.17.0.0 /24 via 173.1.1.1

R 172.17.0.0 /24 via 174.1.1.1

The long correct conception ever precedes the ingest of AD, but here there is a three-way bond regarding the masks. They’re every /24 (or 255.255.255.0 in speckled decimal). AD module be utilised to fortuity this tie.

As mentioned, AD is a activity of a protocol’s believability. It is essential to ready in nous that the minimal AD module be preferred. And patch the routing plateau module exhibit you the ADs of the individual protocols, it’s a rattling beatific intent to undergo these ADs before attractive the CCNA or CCNP:

Connected route: 0

Static Route: 1

EIGRP Summary: 5

External BGP: 20

EIGRP (Internal): 90

IGRP: 100

OSPF: 110

ISIS : 115

RIP: 120

EIGRP (External) : 170

Unknown: 255 (A router module not conceive a maker with an AD of 255, and much routes module not be settled into the routing table.)

The threesome protocols we looked at in the comparability were RIP, IGRP, and OSPF. While your prototypal aptitude haw be that the OSPF line would be the most believable, IGRP actually has a modify AD than the another digit and would be the line installed in the routing table.

Since IGRP does not hold variable-length subnet scene and OSPF does, you haw never wager this scenario right of an communicating question. But if you do wager it in the communicating shack or in a creation network, you’ll see how an IGRP line could be desirable over an OSPF route.

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 Exam Tutorial IGRP And Equal Cost Load Balancing

July 24th, 2008

To transfer the CCNA exam, you’ve got to undergo the persona of the bandwidth bidding with IGRP and EIGRP and when to ingest it. In this tutorial, we’ll configure IGRP over a inclose passage hub-and-spoke meshwork using the mass networks:

R1 (the hub), R2, and R3 are streaming IGRP over the 172.12.123.0 /24 network. This is a T1 line.

R1 and R3 are also adjoining on a assorted subnet, 172.12.13.0 /24. The bandwidth of this unification is 512 KBPS.

R2 and R3 are also adjoining by an Ethernet segment, 172.23.0.0 /16.

We’ll configure IGRP on R1, R2, and R3 with the router igrp 1 command. IGRP module separate on every interfaces in the 172.12.0.0 and 172.23.0.0 network.

R1#conf t

R1(config)#router igrp 1

R1(config-router)#network 172.12.0.0

The “1″ in the router igrp bidding refers to the Autonomous System (AS). IGRP is a classful routing protocol, so wildcard masks are not utilised in the meshwork statements.

R2#conf t

R2(config-if)#router igrp 1

R2(config-router)#network 172.12.0.0

R2(config-router)#network 172.23.0.0

R3#conf t

R3(config-if)#router igrp 1

R3(config-router)#network 172.12.0.0

R3(config-router)#network 172.23.0.0

Run exhibit ip distinction on R1. R1 module wager threesome equal-cost paths to the Ethernet network. IGRP supports load-sharing over up to quaternary equal-cost paths by default, so every threesome paths materialize in the routing table. R1 module also wager a distinction to the loopback come on R2 and digit routes to the loopback come on R3. (You crapper also separate exhibit ip distinction igrp in meet to wager exclusive the IGRP routes.)

R1#show ip distinction igrp

I 172.23.0.0/16 [100/8576] via 172.12.123.2, 00:00:02, Serial0

[100/8576] via 172.12.13.3, 00:00:02, Serial1

[100/8576] via 172.12.123.3, 00:00:01, Serial0

Remember that the drawing in the brackets mass the meshwork sort in the routes are the Administrative Distance and the IGRP metric, in that order.

Note that classful masks are in use. IGRP does not hold variable-length subnet masks (VLSM).

There are digit program connections between R1 and R3. IGRP is forward that both lines are T1 lines, streaming at 1544 KBPS. The 172.12.13.0 meshwork is involved in equal-cost alluviation distribution because of IGRP’s bandwidth hypothesis - that every program interfaces are adjoining to T1 lines.

To provide IGRP a more faithful represent of the network’s bandwidth, configure bandwidth 512 on R1 and R3’s Serial1 programme (the interfaces on the 172.12.13.0 network).

R1#conf t

R1(config)#interface serial1

R1(config-if)#bandwidth 512

R3#conf t

R3(config)#interface program 1

R3(config-if)#bandwidth 512

IGRP’s hypothesis that every program lines separate at 1544 KBPS is overridden by the bandwidth 512 command. IGRP today believes this distinction runs at 512 KBPS.

To wager the gist of this command, country your routing plateau on R1.

R1#clear ip distinction *

R1#show ip distinction igrp

I 172.23.0.0/16 [100/8576] via 172.12.123.3, 00:00:24, Serial0/0

[100/8576] via 172.12.123.2, 00:00:17, Serial0/0

The routing plateau is unwooded with country ip distinction *. To wager exclusive the routes conventional in IGRP updates instead of the whole table, separate exhibit ip distinction igrp.

One of the paths to 172.23.0.0 is today absent - the distinction that went finished the 172.12.13.0 network. Now that IGRP sees that unification as slower than the others, equal-cost alluviation equalisation module not become over the 172.12.13.0 network.

It’s essential to see that the bandwidth bidding does not actually modify the bandwidth of the connection; it changes IGRP’s hypothesis of what the bandwidth is.

In the incoming conception of this IGRP load-balancing tutorial, we’ll verify a countenance at how to configure unequal-cost alluviation balancing.

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 CCNA Certification Exam Tutorial DNS And The IP Name-Server Command

July 23rd, 2008

DNS behaviors of a Cisco router are essential topics for both the CCNA communicating and real-world creation networks, and you belike didn’t undergo there were so some DNS info before you began studying for the exam! In this tutorial, we’ll countenance at the ip name-server bidding and its comely usage.

When a bidding is mistyped on a Cisco router, the choice activity of the router is to endeavor to hold it via DNS. First, the router looks for an IP Host plateau on the topical router to action this partitioning - that’s what the “translating” word in the production is referring to. If there’s no IP Host plateau or the IP Host plateau doesn’t include an entry for what you typed, the router module beam a programme in an endeavor to hold this think finished a far DNS server. To preclude this broadcast, start the orbicular bidding no ip domain-lookup. Of course, to ingest DNS to hold hostnames, ip domain-lookup would hit to be reenabled if it’s been overturned off.

R2#contin

Translating “contin”…domain machine (255.255.255.255)

% Unknown bidding or machine name, or unable to encounter machine address

A bidding is mistyped as “contin”. The Cisco router’s choice activity is to hold this entry locally via an IP Host table, which isn’t inform on the router. A programme is then dispatched discover to encounter a DNS machine to action the think resolution. The DNS operation endeavor staleness instance discover before the plan crapper continue.

R2#conf t

R2(config)#no ip domain-lookup

R2#contin

Translating “contin”

% Unknown bidding or machine name, or unable to encounter machine address

With “no ip domain-lookup” configured, the router doesn’t endeavor to encounter a far DNS server. It sees there is no topical partitioning organized and nearly directly sends a communication to the housing that the think can’t be resolved.

R2#conf t

R2(config)#ip domain-lookup

R2(config)#ip name-server 10.1.1.1

R2#contin

Translating “contin”…domain machine (10.1.1.1)

A DNS machine is installed on the meshwork with the IP come 10.1.1.1. DNS operation is reenabled with the bidding ip domain-lookup, and the IP come of the DNS machine is given with the ip name-server command.
It’s meet that cushy to verify a Cisco router just where the DNS machine is!

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: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Close
E-mail It