In this lab you will learn how to configure IP Split-horizon for EIGRP to ensure that routes are propagated correctly on a Frame-Relay hub-and-spoke WAN topology.
Real World Application & Core Knowledge
In the previous lab you configurde static neighbors on a frame relay hub-and-spoke between R1 and R2, R1 and R3, R1 and R4. After verification you should have noticed that routes from R2 did not get propagated to R4 through the hub. This is by default the normal operation of EIGRP and this is caused by a loop prevention mechanism called split-horizon.
However in some scenarios EIGRP IP split horizon is required to be disabled to ensure intended operation; for example a hub and spoke topology where the physical interface has multiple IP’s mapped to specific PVC’s out a single physical interface. In this case the normal behavior is that routes learned via an interface will not be re-advertised back out that interface so in that case, with the previous lab R2′s routes being advertised to R1′s Serial1/0 interface would not be re-advertised back out R1′s Serial1/0 interface to R3 and R4.
In a case like this you’d need to disable eigrp split-horizon using the no ip split-horizon eigrp as# command in interface configuration mode. This disables split-horizon on a per interface basis for the specified EIGRP autonomous system.
This lab will continue to build upon the topology used in Lab 8-2 and other labs that are found in Section 8.
Familiarize yourself with the following new command(s);
no ip split-horizon eigrp as# – This command is executed in interface configuration mode to disable ip split-horizon for the specified EIGRP autonomous system.
Lab Prerequisites
• If you just completed Lab 8-2 you may start where you left off, if not you can load the Free CCNA Workbook GNS3 topology; start and establish a console session with R1, R2, R3, R4 and R5 then load their initial configurations included below by copying the config from the textbox and pasting it into the routers console.
Initial Configurations
Lab Objectives
• Disable IP Split-Horizon for EIGRP Autonomous System 10 on R1′s Frame-Relay Hub interface.
• Verify that routes from R2 and R3 are now being propagated through the hub to R4 and R5. Ping R2′s Lo0 interface from R5′s Lo0 interface to ensure IP reachability.
Lab Instruction
Objective 1. – Disable IP Split-Horizon for EIGRP Autonomous System 10 on R1′s Frame-Relay Hub interface.
R1>enable |
R5#show ip route |
As shown above you can see that R5 now has routes to R2′s Lo0 interface and the next hop to that destination is R4 so with that in mind, R4 also knows how to get there otherwise it would not advertise that specific route.
To verify that R5 has ip reachability to R2′s Lo0 interface you can pink R2′s Lo0 interface from R5′s Lo0 interface as shown below;
R5#ping 10.55.20.1 source lo0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.55.20.1, timeout is 2 seconds:
Packet sent with a source address of 10.55.50.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 164/274/380 ms
R5#
0 komentar:
Posting Komentar
Silahkan isi kesan hati anda di sini !!!