Heres how the network is setup.
Router A (customer) which connects to router B (my router) . Router B is connection to router C (my 2nd router) over iBGP.
My BGP customer advertises 5 routes. The router directly connected to my customer’s bgp router (Router A) shows all 5 routes when I do a (sh ip bgp sum).
Router C (my 2nd router iBGP) only shows these 5 router when I type “show ip bgp sum” for about a 1:15 to 1:30 minutes then the routes disappear from State/PfxRcd.
When I do a show ip bgp on router B for one of the received routes from router A (cust router) it’s says:
Paths: (2 available, best #1, table Default-IP-Routing-Table)
Multipath: iBGP
Not advertised to any peer
The second best route being from my customer (router A) and the 1st best route being from Router C (my second iBGP router)
Now on Router C, where I’m confused when I do show ip bgp for the same route I see.
Paths: (2 available, best #1, table Default-IP-Routing-Table)
Advertised to update-groups:
1
Both routes being from my two up streams on that router.
My confusion is when I do a show ip bgp sum <router B’s neighbor address> I see 5 routes under State/PfxRcd then after a minute or two they disappear.
Is this normal ibgp behavior? Are the router listed under State/PfxRcd only routes that are inserted in the routing table?