Understanding show ip bgp x.x.x.x output

Hey Major,

  • Q1: Honestly, not sure. Might be related to which routing table it is working on if you have VRFs? I’ve never looked in to it before.
  • Q2: Those three values in order stand for next hop IP, source router IP, and source router ID. So that tells me that the route to 2.2.2.2/32 is being advertised to you by the BGP neighbor 10.1.21.2, and the route is being advertised in to BGP by that same neighbor, so it is locally connected to that router. The router ID happens to match the route, but BGP does not require that the router ID be routable.
  • Q3: I answered this in another post.
  • Q4: When BGP advertises routes out to neighbors, it has to generate a different update per neighbor. Update groups allow you to group neighbors that are similar together so BGP only needs to generate a single update and send it to all devices in the update group.
1 Like