08-06-2021 08:21 AM
Team;
I am unable to ping
From Router 2 I cannot ping 3.3.3.4
From Router 3 I cannot ping 4.4.4.4
From Router 3 I cannot ping 2.2.2.3
From Router 4 I cannot ping 3.3.3.3
I have attached the configuration please help.
08-06-2021 11:00 AM
Hello,
what is the objective ? The requirements state that you should run BGP and OSPF, but you run RIP/OSPF and static routes all on the same router.
Try and remove all routing (dynamic and static) from all routers, then add:
router ospf 100
network 0.0.0.0 255.255.255.255 area 0
to all routers to establish basic connectivity end to end.
08-06-2021 02:36 PM
BGP is tricky; you will not always have end to end reach-ability depending on how you advertise networks. Often you must use extended ping with source of IP that is advertised via BGP and exists on the destination router. and vice versa, destination router must have route back to source.
for example, we have R3 with 3.3.3.3 and R4 with 4.4.4.4; from R3 you must ping 4.4.4.4 source 3.3.3.3, if you do not, then router picks outgoing interface as source of ping whcih may or may not be advertised by router.
Try extended ping with source , if that fails, show us show ip bgp and do ping with source IP.
Regards, ML
**Please Rate All Helpful Responses **
08-07-2021 04:22 AM - edited 08-07-2021 04:26 AM
Duplicate post just differant name - cyberlab
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