08-31-2022 02:56 PM
Hi there
I am trying to do my preparation for CCNP with little experience in Networking domain. I have BGP configuration on below network topology but facing some issue to ping R6 loopback address from R1. I can ping R4 & R5 loopback address but unable to ping R6 loopback address ( 6.6.6.6/24).
R1#show run | sec router bgp
router bgp 1
bgp log-neighbor-changes
network 1.1.1.0 mask 255.255.255.0
network 6.6.6.0 mask 255.255.255.0
neighbor 10.0.14.4 remote-as 4
neighbor 10.0.14.4 weight 150
neighbor 10.0.15.5 remote-as 5
neighbor 10.0.15.5 next-hop-self
neighbor 10.0.15.5 weight 120
R1#
--------------------------------------
R5#show run | sec router bgp
router bgp 5
bgp log-neighbor-changes
network 5.5.5.0 mask 255.255.255.0
neighbor 10.0.15.1 remote-as 1
neighbor 10.0.15.1 weight 250
neighbor 10.0.15.1 route-map SET-WEIGHT in
neighbor 10.0.65.6 remote-as 6
R5#
-----------------------------
R4#show run | sec router bgp
router bgp 4
bgp log-neighbor-changes
network 4.4.4.0 mask 255.255.255.0
neighbor 10.0.14.1 remote-as 1
neighbor 10.0.46.6 remote-as 6
R4#
-----------------
R6#show run | sec router bgp
router bgp 6
bgp log-neighbor-changes
network 6.6.6.0 mask 255.255.255.0
neighbor 10.0.46.4 remote-as 4
neighbor 10.0.65.5 remote-as 5
R6#
08-31-2022 03:12 PM - edited 08-31-2022 03:13 PM
Hi @adnankhan123 ,
Try specifying R1 loopback interface as the source address, as follow:
ping 6.6.6.6 source 1.1.1.1
Regards,
08-31-2022 03:25 PM
09-05-2022 12:42 AM - edited 09-05-2022 12:42 AM
Can you please attach routing table for both R1 and R6?!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide