I-Bgp Using Full Mesh Neighborship & BGP Split Horizon Rule: Assign The Basic IP Addressing As Per The Routers!
I-Bgp Using Full Mesh Neighborship & BGP Split Horizon Rule: Assign The Basic IP Addressing As Per The Routers!
Router>enable
Router#configure terminal
Router(config)#hostname R-1
R-1(config)#interface gig0/0
R-1(config-if)#ip add 1.1.1.1 255.0.0.0
R-1(config-if)#no shut
R-1(config-if)#exit
R-1(config)#interface gig0/1
R-1(config-if)#ip add 4.4.4.2 255.0.0.0
R-1(config-if)#no shut
R-1(config-if)#exit
R-1(config)#interface gig0/2
R-1(config-if)#ip add 10.1.1.1 255.0.0.0
R-1(config-if)#no shut
R-1(config-if)#exit
Router>enable
Router#configure terminal
Router(config)#hostname R-2
R-2(config)#interface gig0/0
R-2(config-if)#ip add 1.1.1.2 255.0.0.0
R-2(config-if)#no shut
R-2(config-if)#exit
R-2(config)#int gig0/1
R-2(config-if)#ip add 2.2.2.1 255.0.0.0
R-2(config-if)#no shut
R-2(config-if)#exit
R-2(config)#interface gig0/2
R-2(config-if)#ip add 20.1.1.1 255.0.0.0
R-2(config-if)#no shut
R-2(config-if)#exit
Router>enable
Router#configure terminal
Router(config)#hostname R-3
R-3(config)#interface gig0/0
R-3(config-if)#ip add 2.2.2.2 255.0.0.0
R-3(config-if)#no shut
R-3(config-if)#exit
R-3(config)#int gig0/1
R-3(config-if)#ip add 3.3.3.1 255.0.0.0
R-3(config-if)#no shut
R-3(config-if)#exit
R-3(config)#int gig0/2
R-3(config-if)#ip add 30.1.1.1 255.0.0.0
R-3(config-if)#no shut
R-3(config-if)#exit
Router>enable
Router#configure terminal
Router(config)#hostname R-4
R-4(config)#interface gig0/0
R-4(config-if)#ip add 4.4.4.1 255.0.0.0
R-4(config-if)#no shut
R-4(config-if)#exit
R-4(config)#int gig0/1
R-4(config-if)#ip add 3.3.3.2 255.0.0.0
R-4(config-if)#no shut
R-4(config-if)#exit
R-4(config)#int gig0/2
R-4(config-if)#ip add 40.1.1.1 255.0.0.0
R-4(config-if)#no shut
R-4(config-if)#exit
R-1
R-2
R-3
R-4
So, as per the implementations of i-BGP we can see that there’s a trouble in our
verifications which is that –
R-1 is not having the routing entry for the network 30.0.0.0 which is on R-3.
R-3 is not having the routing entry for the network 10.0.0.0 which is on R-1.
R-2 is not having the routing entry for the network 40.0.0.0 which is on R-4.
R-4 is not having the routing entry for the network 20.0.0.0 which is on R-2.
Now as per this, the routes are shared via the directly connected neighbors.
By-default as per i-BGP the default rule says that an update sent by one i-BGP
neighbor should not be sent back to another i-BGP neighbor.