IBM Computer, Laptops and Servers

Back Homepage Content Directory Resource Guide Blog

Cisco CCNA Exam Tutorial: Split Horizon And Hub-And-Spoke Networks

For CCNA exam success, you had better know what split horizon is, how to turn it off, and when to turn it off. Knowing when to turn split horizon off is also important in production networks, because it can cause a hub-and-spoke network to have incomplete routing tables on the spokes.

Laptop Battery Split horizon exists for a very good reason - routing loop prevention. The rule of split horizon states that a router cannot send an advertisement for a route out the same interface that it came in on. Split horizon is on by default on all interfaces running RIP, IGRP, and EIGRP.

821, the first exam in Cisco' exam Cisco Certified Network Associate (CCNA) certification track. Understand networking for the small or home office market, prepare for the exam, and acquire the skills you need with this comprehensive guide. Inside you'

Thinkpad In this CCNA tutorial, R1 will serve, as the hub and R2 and R3 will be the spokes. We'll first configure EIGRP over the 172.16.123.0 /24 network, the network connecting the three routers.

Cisco networking authority Todd Lammle has completely updated this new edition to cover all of the exam objectives for the latest version of the CCNA exam. Todd’s straightforward style provides lively examples, understand analogies, world scenarios that will not only help you prepare for the exam, but also give you a solid foundation as a Cisco networking professional.

Microsoft R1#conf t

Errata Description Author Information Cisco Certified Network Associate Study Guide, 6th Edition ( 04700110082) -The Cisco Certified Network Associate (CCNA) tier certification and by far its most popular. depth coverage of every exam objectives, plus updates that reflect technology developments over the past years. It addition, it offers expanded coverage on key topics reflected in the new version of the exam. Finally, the enhanced CD contains over an hour of useful video and audio files, as well as the Sybex Test Engine, Flahscards, and entire book in PDF format.

Laptop Computers R1(config)#router eigrp 100

Errata Description Table of Contents Author Information Perfect Your Cisco(r) Networking Skills on a Virtual Network! If you're serious about passing the CCNA exam, on experience with routers and switches. This unique software product offers unlimited opportunities for you to practice your skills on a virtual network. -or design your own custom networks and labs. An affordable alternative to products and courses costing hundreds, even thousands, of dollars, the CCNA Virtual Lab, -and in the real world.

Laptop Computer R1(config-router)#no auto-summary

Organized by exam objectives, this is a focused, hand with any learning tool, Cisco Certified Network Associate Study Guide, 6th and Deluxe editions.

Desktop Computer R1(config-router)#network 172.12.123.0 0.0.0.255

Notebooks R2#conf t

Lenovo R2(config)#router eigrp 100

Hard Drive R2(config-router)#no auto-summary

Travelstar R2(config-router)#network 172.12.123.0 0.0.0.255

Gateway R3#conf t

Laptop Parts R3(config)#router eigrp 100

Software R3(config-router)#no auto-summary

Hard Drives R3(config-router)#network 172.12.123.0 0.0.0.255

Electronics Running show ip eigrp neighbor on R1 shows that adjacencies to R2 and R3 are up.

Canon R1#show ip eigrp neighbor

Desktop Pc IP-EIGRP neighbors for process 100

Desktop Computers H Address Interface Hold Uptime SRTT RTO Q Seq Type

Think Pad (sec) (ms) Cnt Num

Repair 1 172.12.123.3 Se0/0 11 00:02:45 1 5000 0 1

Data Recovery 0 172.12.123.2 Se0/0 161 00:03:01 1 5000 0 1

Cisco Each router will now advertise its loopback address via EIGRP.

Keyboard R1#conf t

Monitor R1(config)#router eigrp 100

Desktop R1(config-router)#network 1.1.1.0 0.0.0.255

Infosys R2#conf t

Refurbished Laptops R2(config)#router eigrp 100

Wipro R2(config-router)#network 2.2.2.0 0.0.0.255

Lap Top R3#conf t

Refurbished R3(config)#router eigrp 100

Memory R3(config-router)#network 3.3.3.0 0.0.0.255

Intel Running show ip eigrp route on each router shows that R1 has a route for both R2's and R3's loopback. R2 and R3 will only see R1's loopback address, and not each other's. Why?

As400 R1#show ip route eigrp

Averatec 2.0.0.0/24 is subnetted, 1 subnets

Hardware D 2.2.2.0 [90/2297856] via 172.12.123.2, 00:03:19, Serial0/0

Dual Xeon 3.0.0.0/24 is subnetted, 1 subnets

Storage D 3.3.3.0 [90/2297856] via 172.12.123.3, 00:03:04, Serial0/0

Seagate R2#show ip route eigrp

Computer Sales 1.0.0.0/24 is subnetted, 1 subnets

Computer Hardware D 1.1.1.0 [90/2297856] via 172.12.123.1, 00:03:40, Serial0/0.123

Printers R3#show ip route eigrp

Technology 1.0.0.0/24 is subnetted, 1 subnets

Mainframe D 1.1.1.0 [90/2297856] via 172.12.123.1, 00:05:17, Serial0/0.31

Samsung EIGRP uses Split Horizon by default to prevent routing loops. In this lab, though, it prevents full network reachability. R2 and R3 both form neighbor relationships with R1's Serial physical interface. R2 advertises its loopback address to R1's Serial interface, as does R3. Split Horizon does not allow a route to be advertised back out the same interface it was received on. This prevents R1 from advertising R2's loopback to R3, or R3's loopback to R2.

Computer Repair Split Horizon must be disabled to allow full network reachability in this lab. To do so, run no ip split-horizon eigrp 100 on R1's Serial interface. When Split Horizon is disabled, that will cause the neighbor
relationships to fail, and then reestablish. Run show ip route eigrp 100 on both R2 and R3. The appropriate route to the remote loopback address will now appear.

Used Computers R1#conf t

Network R1(config)#int serial0

Digital Cameras R1(config-if)#no ip split-horizon eigrp 100

Desktops 10:02:23: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.2 (Serial0/0) down: split horizon changed

Cognos 10:02:23: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.3 (Serial0/0) down: split horizon changed

Hosting 10:02:27: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.3 (Serial0/0) ip: new adjacency

Netfinity 10:02:54: %DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.12.123.2 (Serial0/0) ip: new adjacency

Internet R2#show ip route eigrp

Cheap Computer 1.0.0.0/24 is subnetted, 1 subnets

Digital Camera D 1.1.1.0 [90/2297856] via 172.12.123.1, 00:00:06, Serial0/0.123

Printer 3.0.0.0/24 is subnetted, 1 subnets

Xseries D 3.3.3.0 [90/2809856] via 172.12.123.1, 00:00:06, Serial0/0.123

Maxtor R3#show ip route eigrp

Data Storage 1.0.0.0/24 is subnetted, 1 subnets

Hitachi D 1.1.1.0 [90/2297856] via 172.12.123.1, 00:00:12, Serial0/0.31
2.0.0.0/24 is subnetted, 1 subnets

Rational D 2.2.2.0 [90/2809856] via 172.12.123.1, 00:00:12, Serial0/0.31

Websphere Disabling split horizon should be done with care, but knowing when and where to do so shows that you truly understand how this technology works - and that's a big step on the way to earning your CCNA!

Battery

It Support Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (http://www.thebryantadvantage.com), home of free CCNA and CCNP tutorials, The Ultimate CCNA Study Package, Ultimate CCNP Study Packages, and CCNA CBT video training. Pass the CCNA exam ,BSCI exam , and BCMSN exam with Chris Bryant, CCIE #12933!





For a copy of his FREE "How To Pass The CCNA" or "How To Pass The CCNP" ebook and receive a FREE CCNA and CCNP question every day, just visit the website and claim your free copies!

Share this:

Add To Yahoo MyWeb Add To Google Bookmarks Add To Furl Fav This With Technorati Add To Newsvine Add To Bloglines Add To Ask Add To Windows Live Add To Slashdot Stumble This Digg This Add To Del.icio.us Add To Reddit

More about:

Jun July 2008 Aug
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

IBM Computer, Laptops and Servers Blog on Technorati Related Blog of IBM Computer, Laptops and Servers on Sphere
Content Directory
Resource Guide


uSwitch Save on Home Service and Financial Product

Website Links
IBM Computer, Laptops and Servers Copyright © 2008 www.ibmfans.com. All rights reserved. Site Map
Homepage | Blog | Advertise | Privacy Policy | Disclaimer | Contact Us | Links