question eBGP and iBGP

Hey guys,.

I have a problem with this topology, I'm new to BGP so I will try to understand.

(R1)

IP route 192.168.2.2 255.255.255.255 209.165.202.130

router bgp 65100
The log-neighbor BGP-changes
209.165.200.224 netmask 255.255.255.224
192.168.2.2 neighbor remote - as 65000
neighbor 192.168.2.2 ebgp-multihop 255
neighbor update-source Loopback0 192.168.2.2

(R2)

IP route 209.165.201.1 255.255.255.255 209.165.202.129

router bgp 65000
The log-neighbor BGP-changes
network 192.168.22.0
192.168.3.3 neighbor remote - as 65000
192.168.3.3 neighbor update-source Loopback0
192.168.3.3 neighbor next-hop-self
neighbour 209.165.201.1 distance - as 65100
neighbor 209.165.201.1 ebgp-multihop 255
neighbor 209.165.201.1 update-source Loopback0

(R3)

router bgp 65000
The log-neighbor BGP-changes
network 192.168.33.0
192.168.2.2 neighbor remote - as 65000
neighbor update-source Loopback0 192.168.2.2

The thing I don't understand is that R1 and R2 can ping each other but R1 and R3 can
The R1 and R3 have entered into the table to the other bgp, but not ping between them.

Can someone explain why?

Good morning Martine.

I check that you lack some configurations as below

R2:

IP road 192.168.3.3 255.255.255.255 172.16.23.3

R3:

IP route 192.168.2.2 255.255.255.255 172.16.23.2

Why you use the static route for your wan link. You must use the default route for WAN link on the Router R2.

Don't worry, if you want to keep the same configuration that you have used then Source Loopback interface 1 when the ping command:

Example:

R1 #ping 192.168.33.1 source loopback 1

Kind regards

Deepak Kumar

www.deepuverma.in 

Tags: Cisco Network

Similar Questions

Maybe you are looking for