cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
257
Views
0
Helpful
5
Replies

Ebgp transit link issuee

feroz syed
Level 3
Level 3

hello,

below topology R2,R5,R6,R8 running bgp protocol. R5 to R6 iBGP peering ospf as tcp session.R2-R5 egp R6-R8 egp.

R2&R8 advertise its loopback to R5 and R6.    R5 and R6 configured next hop-self cmd. but when R6 or R8 try to reach R2 loop interface it shows the transit link of r5 and r2. is there anyway without advertise the link between r5 to r2 in to bgp to make reachable.

R2#sh run | se router bg                                            
router bgp 65002
no synchronization
bgp log-neighbor-changes
network 2.2.2.2 mask 255.255.255.255
neighbor 172.16.25.5 remote-as 56
no auto-summary

 

R5#sh run | se router bg
router bgp 56
bgp log-neighbor-changes
neighbor 6.6.6.6 remote-as 56
neighbor 6.6.6.6 update-source Loopback0
neighbor 172.16.25.2 remote-as 65002
!
address-family ipv4
neighbor 6.6.6.6 activate
neighbor 6.6.6.6 next-hop-self
neighbor 172.16.25.2 activate
no auto-summary
no synchronization
network 5.5.5.5 mask 255.255.255.255
network 6.6.6.6 mask 255.255.255.255
exit-address-family

R6#sh run | se router bg
router bgp 56
bgp log-neighbor-changes
neighbor 5.5.5.5 remote-as 56
neighbor 5.5.5.5 update-source Loopback0
neighbor 172.16.69.8 remote-as 65009
!
address-family ipv4
neighbor 5.5.5.5 activate
neighbor 5.5.5.5 next-hop-self
neighbor 172.16.69.8 activate
no auto-summary
no synchronization
network 6.6.6.6 mask 255.255.255.255
exit-address-family

R8#sh run | se router bg
router bgp 65009
no synchronization
bgp log-neighbor-changes
network 8.8.8.8 mask 255.255.255.255
neighbor 172.16.69.6 remote-as 56
no auto-summary

5 Replies 5

Hi

In order to get a success ping, the packet have to know the path, that is the reason why you need to advertise the link between these routers. The loopback will be included on the bgp table but they will not ping each other unless the path is known on the routing table.  




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

I can able to ping from R 2 to R8 by sourcing the loopback lik ping 8.8.8.8 so lo 0 by this my ping work without advertise the link between r2 to r5 and r6 to r8.

yeap it will, but you want to make ping without source, is that correct?




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Yes.. When r2 send pack to r8. R5 changing the source address from 172.x.x.x to 5.5.5.5.so r6 received the packet and it send to r8.   R8 reply to r2 by via r6. R6 change the source address to 6.6.6.6

Correct me if am misunderstood.

chrihussey
VIP Alumni
VIP Alumni

Might be misunderstanding something but R8 should be seeing the link to R6 to get to R2. It's EBGP and all R8 needs to know is the path to the next AS.

Review Cisco Networking products for a $25 gift card