Skip to main content

BGP Neighbours -- Advertised, Received, and Learned

(2025-04-24)

What routes are we sending to a neighbor?

get router info bgp neighbors <neighbor IP> advertised-routes

What routes is the neighbor sending to us?

get router info bgp neighbors 10.56.240.2 received-routes

What routes have we accepted from the neighbor?

get router info bgp neighbors 10.56.240.2 route

Show the routing table for BGP-learned routes:

get router info routing-table bgp

(Source)