BGP Lab
BGP Lab
BGP Lab
Router(config-line)# exec-timeout 0 0
ISP(config-if)# exit
ISP(config-if)# no shutdown
ISP(config-if)# exit
ISP(config-if)# no shutdown
ISP(config-if)# exit
ISP(config-router)#
SanJose1(config-if)# exit
SanJose1(config-if)# no shutdown
SanJose1(config-if)# exit
SanJose1(config-if)# no shutdown
SanJose1(config-if)# exit
SanJose1(config-if)# no shutdown
SanJose1(config-if)#
SanJose2(config-if)# exit
SanJose2(config-if)# no shutdown
SanJose2(config-if)# exit
SanJose2(config-if)# no shutdown
SanJose2(config-if)# exit
SanJose2(config-if)# no shutdown
SanJose2(config-if)#
CCNP ROUTE Chapter 7 Lab 7-4, IBGP, Next
Hop and Synchronization (Version 7)
May 23, 2019 Last Updated: May 23, 2019 CCNP ROUTE LAB No Comments
Share TweetSharePin it
Topology
Objectives
Configure EBGP and IBGP.
Configure EIGRP in the ITA domain.
Troubleshoot and resolve next hop issues in IBGP.
Configure full-mesh IBGP to resolve routing issue within ITA
domain.
Configure ITA so it is not a transit AS.
Verify connectivity.
Background
The International Travel Agency (ITA) runs BGP on its SanJose1
and SanJose3 routers in AS 65000. SanJose1 in AS 65000 is
running EBGP with the ISP1 router in AS 65100. SanJose3 in AS
65000 is running EBGP with the ISP2 router in AS 65200. ITA
routers need to receive IPv4 networks from both ISPs. To ensure
AS 65000 is not a transit AS, SanJose1 and SanJose3 will only
include ITA networks 172.16.2.0/24 and 172.16.4.0/24 in its BGP
updates to the ISP routers. Your job is to configure EIGRP BGP
for this internetwork.
Required Resources
4 routers (Cisco IOS Release 15.2 or comparable)
4 switches (LAN interfaces)
Serial and Ethernet cables
Router(config)# no ip domain-lookup
Router(config-line)# exec-timeout 0 0
ISP(config-if)# exit
ISP(config-if)# no shutdown
ISP(config-if)# exit
ISP(config-if)# no shutdown
ISP(config-if)# exit
ISP(config)# router bgp 65100
ISP(config-router)#
SanJose1(config-if)# exit
SanJose1(config-if)# no shutdown
SanJose1(config-if)# exit
SanJose1(config-if)# no shutdown
SanJose1(config-if)# exit
SanJose1(config-if)# no shutdown
SanJose1(config-if)#
SanJose2(config-if)# exit
SanJose2(config-if)# no shutdown
SanJose2(config-if)# exit
SanJose2(config-if)# no shutdown
SanJose2(config-if)# exit
SanJose2(config-if)# no shutdown
SanJose2(config-if)#
SanJose3(config-if)# no shutdown
SanJose3(config-if)# exit
SanJose3(config-if)# no shutdown
SanJose3(config-if)# exit
SanJose3(config-if)# no shutdown
SanJose3(config-if)#
Use ping to test the reachability between the ITA routers. For
example, SanJose3’s G0/0 interface should be able to ping
SanJose1’s G0/0 interface.
!!!!!
SanJose3#
SanJose1(config-router)#
SanJose3(config-router)#
Step 4: Verify BGP on SanJose1.
f. Examine SanJose1’s BGP table using the show ip bgp command.
SanJose1#
Use the show ip bgp rib-failure command to examine the cause of the
RIB failure.
SanJose1#
a - application route
SanJose1#
!!!!!
a - application route
SanJose3#
SanJose3#
In routing, the term “next hop” does not always mean the next
hop is a physically adjacent interface. The next hop, as in this
case, can be more than one router away.
BGP specifies that routes learned through IBGP are never
propagated to other IBGP peers. SanJose1 has learned via EBGP
about the 10.1.0.0/16 network from ISP1 with a next hop address
of 192.168.1.1, the IP address of ISP1. SanJose1 uses this same
next hop address of 192.168.1.1 in its IBGP update to SanJose3.
SanJose1(config-router)#
SanJose3(config-router)#
SanJose3#
a - application route
SanJose3#
U.U.U
SanJose3#
Notice that the ping was not successful. One reason is because
SanJose3 is not advertising the network used as the source IP
address in the ping, the 172.16.1.4/30 network.
U.U.U
SanJose3#
Even with the correct source IP address the ping does not
succeed.