EIGRP Equal- and Unequal-Cost Load Balancing

 <  Free Open Study  >  

Split Horizon

Recall from earlier that split horizon is a routing technique in which information about routes is prevented from exiting the router interface or subinterface through which that information was received. Split horizon is most prevalent in multipoint networks. Here, routing updates flow into one subinterface but also must be sent out that very same subinterface to reach the other routers on the multipoint network. Split horizon is enabled by default and prevents specific route updates for EIGRP, IGRP, and RIP from being propagated properly in a multipoint configuration. Disable this with the no ip split-horizon eigrp autonomous system command. This command has similar forms for IPX and AppleTalk.

In Figure 11-4, the grinch router receives updates from the whos and whoville routers, but because of split horizon, the grinch does not advertise 172.16.5.0 and 172.16.6.0 out its serial 0.1 multipoint interface. Because the grinch didn't learn about the 172.16.2.0 network from its 0.1 interface, it advertises that network to the whos and whoville routers.

Figure 11-4. EIGRP Split Horizons Route Suppression

graphics/11fig04.gif

To make the whos and whoville happy again, we need to disable split horizon on the grinch by using the no ip split-horizon eigrp command, as demonstrated in Example 11-6.

Example 11-6 Disabling Split Horizon on the grinch Router
 grinch(config)#  int s0.1  grinch(config-subif)#  no ip split-horizon eigrp 2001  

Figure 11-5 illustrates how the routing tables will look after disabling split horizon on the grinch router. Notice that all routes are being propagated.

Figure 11-5. Fully Functional EIGRP Network

graphics/11fig05.gif

 <  Free Open Study  >  


CCIE Practical Studies, Volume I
CCIE Practical Studies, Volume I
ISBN: 1587200023
EAN: 2147483647
Year: 2001
Pages: 283
Authors: Karl Solie

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net