cilium-dbg bgp routes
List routes in the BGP Control Plane’s RIBs
Synopsis
List routes in the BGP Control Plane’s Routing Information Bases (RIBs)
cilium-dbg bgp routes <available | advertised> <afi> <safi> [vrouter <asn>] [peer|neighbor <address>] [flags]
Examples
Get all IPv4 unicast routes available:
cilium-dbg bgp routes available ipv4 unicast
Get all IPv6 unicast routes available for a specific vrouter:
cilium-dbg bgp routes available ipv6 unicast vrouter 65001
Get IPv4 unicast routes advertised to a specific peer:
cilium-dbg bgp routes advertised ipv4 unicast peer 10.0.0.1
Options
-h, --help help for routes
-o, --output string json| yaml| jsonpath='{}'
Options inherited from parent commands
--config string Config file (default is $HOME/.cilium.yaml)
-D, --debug Enable debug messages
-H, --host string URI to server-side API
--log-driver strings Logging endpoints to use (example: syslog)
--log-opt map Log driver options (example: format=json)
SEE ALSO
cilium-dbg bgp - Access to BGP control plane