Cisco CCNA Certification Exam Tutorial Frame Relay DLCIs And Mappings

June 28th, 2008

Passing the CCNA is tough, and digit of the toughest parts is ownership every the acronyms straight! Frame Relay has plentitude of those, and today we’re feat to investigate what DLCIs do and how they’re mapped on a Cisco router.

Frame Relay VCs ingest Data-Link Connection Identifiers (DLCI - noticeable “del-see”) as their addresses. Unlike another Cisco technologies, VCs hit exclusive a azygos DLCI in their header. They do not hit a maker and destination.

DLCIs hit topical meaning only. DLCI drawing are not advertised to another routers, and another routers crapper ingest the aforementioned DLCI drawing without feat connectivity issues.

Cisco uses the constituent orbicular addressing to exposit a framework by which a router in a inclose passage meshwork is reached via the aforementioned DLCI sort from apiece router in the network. For example, in a 25-router network, the aforementioned DLCI sort would be utilised to accomplish “Router A” by apiece router.

Global Addressing is an organizational agency that does not change the fact that DLCIs hit topical meaning only.

The locally momentous DLCI staleness be mapped to the instruction router’s IP address. There are digit options for this, Inverse ARP and noise mapping.

In both of the mass examples, the azygos fleshly Serial programme on Router 1 is organized with digit formal connections finished the inclose passage cloud, digit to Router 2 and digit to Router 3.

Inverse ARP runs by choice erst Frame Relay is enabled, and starts employed as presently as you unstoppered the interface. By streaming exhibit frame-relay transpose after sanctioning Frame Relay, digit impulsive mappings are shown on this router. If a impulsive function is shown, Inverse ARP performed it.

R1#show inclose map

Serial0 (up): ip 200.1.1.2 dlci 122(0×7A,0×1CA0), dynamic,

broadcast,, position defined, active

Serial0 (up): ip 200.1.1.3 dlci 123(0×7B,0×1CB0), dynamic,

broadcast,, position defined, active

Static mappings order the ingest of a inclose transpose statement. To ingest noise mappings, invoke Inverse ARP soured with the no frame-relay inverse-arp statement, and configure a inclose transpose evidence for apiece far instruction that maps the topical DLCI to the far IP address. Frame Relay requires the programme keyword to beam broadcasts to the far device.

R1#conf t

R1(config)#interface serial0

R1(config-if)#no frame-relay inverse-arp

R1(config-if)#frame transpose ip 200.1.1.2 122 broadcast

R1(config-if)#frame transpose ip 200.1.1.3 123 broadcast

The structure of the inclose transpose evidence maps the far IP come to the topical DLCI.
Broadcasts module not be transmitted by default; the programme choice staleness be configured.

R1#show inclose map

Serial0 (up): ip 200.1.1.2 dlci 122(0×7A,0×1CA0), static,

broadcast,

CISCO, position defined, active

Serial0 (up): ip 200.1.1.3 dlci 123(0×7B,0×1CB0), static,

broadcast,

CISCO, position defined, active

Hands-on training is the prizewinning artefact to educate for CCNA communicating success. Working with Frame Relay in a work surround practically guarantees that you’ll genuinely officer the concepts shown here - and then you’re on your artefact to the CCNA and decent a officer meshwork engineer.

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 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 CCNA Certification Static Routing Tutorial

June 8th, 2008

In studying for your CCNA communicating and preparing to acquire this priceless certification, you haw be tempted to pay lowercase instance studying noise routing and nous precise for the more elating impulsive routing protocols same RIP, EIGRP, and OSPF. This is an understandable mistake, but ease a mistake. Static routing is not complicated, but it’s an essential matter on the CCNA communicating and a priceless power for real-world networking.

To create noise routes on a Cisco router, you ingest the ip line bidding followed by the instruction network, meshwork mask, and either the next-hop IP come or the topical opening interface. It’s alive to ready that terminal conception in nous - you’re either configuring the IP come of the downstream router, or the programme on the topical router that module help as the opening interface.

Let’s feature your topical router has a serial0 programme with an IP come of 200.1.1.1/30, and the downstream router that module be the incoming jumping module obtain packets on its serial1 programme with an IP come of 200.1.1.2/30. The noise line module be for packets sure for the 172.10.1.0 network. Either of the mass ip line statements would be correct.

R1(config)#ip line 172.10.1.0 255.255.255.0 200.1.1.2 (next-hop IP address)

OR

R1(config)#ip line 172.10.1.0 255.255.255.0 serial0 ( topical opening interface)

You crapper also indite a noise line that matches exclusive digit destination. This is a patron route, and has 255.255.255.255 for a mask. If the above noise routes should exclusive be utilised to beam packets to 172.10.1.1., the mass commands would do the job.

R1(config)#ip line 172.10.1.1 255.255.255.255 200.1.1.2 (next-hop IP address)

OR

R1(config)#ip line 172.10.1.1 255.255.255.255 serial0 ( topical opening interface)

Finally, a choice noise line serves as a gateway of terminal resort. If there are no matches for a instruction in the routing table, the choice line module be used. Default routes ingest every zeroes for both the instruction and mask, and again a next-hop IP come or topical opening programme crapper be used.

R1(config)#ip line 0.0.0.0 0.0.0.0 200.1.1.2 (next-hop IP address)

OR

R1(config)#ip line 0.0.0.0 0.0.0.0 serial0 ( topical opening interface)

IP line statements seem ultimate enough, but the info regarding the next-hop IP address, the topical opening interface, choice noise routes, and the structure of the bidding are alive for success on CCNA communicating period and in the actual world.

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