05-29-2023 08:09 PM
R1 ( AS no- 100) is having e-bgp peering with R2 (AS no- 200)
BGP Is up and running in between
one of the network (10.1.1.0/24) is advertising by R1 towards , R2 is accepting the same .
But when i check the routing table on R2 i am not seeing that network on the routing table .
what may be the issue here ?
P.S there is no filtering applied on R2 .
05-29-2023 09:52 PM
Hello @tanmoymm91
Considering you have no filtering apply on R2, please share the output:
R1: #sh ip bgp neighbor <ip_address_neighbor_R2> advertised-routes
=>[10.1.1.0/24] should be display.
If not, make sure you have the command #network 10.1.1.0 mask 255.255.255.0 on your BGP instance on R1.
Make sure that [10.1.1.0/24] is in the R1's RIB.
If you have Filtering on R1 side (outbound), please share also the configuration.
05-29-2023 10:20 PM
Hi ,
there is no filtering apply on R1 side.
as i said earlier R1 is advertising the route to R2 and R2 is accepting the same , is there any possible options to check on R2 side ?
Note : i cant share any output here as all related to productions
05-29-2023 10:39 PM - edited 05-29-2023 10:43 PM
R2: #sh ip bgp <ip_address_neighbor_R1> received routes
Is this eBGP multihoping?
Verify the BGP path selection process on R2. BGP uses various attributes to select the best path for a given network. Check if any attributes, such as local preference, AS path, or MED, might be affecting the selection of the advertised network by R2. Compare the attributes of the advertised network with other networks that are successfully appearing in the routing table on R2.
05-30-2023 04:37 AM
it accept the path and mark it as best-path but it can put it to RIB-failure.
the R2 have learn this prefix via direct connect or static route
05-30-2023 05:03 AM
Hi @tanmoymm91 ,
You can do a "show bgp ipv4 unicast 10.1.1.0/24" on R2 to find out what is the issue with this specific prefix.
Regards,
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