diff options
| author | Russ White <russ@riw.us> | 2025-02-11 08:44:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 08:44:43 -0500 |
| commit | b040b83c35d3c91666b300a8ee65d16cf0159a64 (patch) | |
| tree | 32706daba75ad67a8c14f7d868ac51951115fe9a /doc | |
| parent | 5518a8c916493a67dbaaef21bf9cbefd3d64d86b (diff) | |
| parent | 1d6925e02f821fbc27f7ba217ae011dc3c6ba01e (diff) | |
Merge pull request #17870 from opensourcerouting/fix/bgp_show_ip_bgp_cmd_internal
bgpd: Show internal data for BGP routes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bgp.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 42f7ca84dd..a1dd799392 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -4647,7 +4647,7 @@ incoming/outgoing directions. If ``json`` option is specified, output is displayed in JSON format. -.. clicmd:: show [ip] bgp [afi] [safi] [all] detail-routes +.. clicmd:: show [ip] bgp [afi] [safi] [all] detail-routes [internal] Display the detailed version of all routes. The same format as using ``show [ip] bgp [afi] [safi] PREFIX``, but for the whole BGP table. @@ -4655,6 +4655,9 @@ incoming/outgoing directions. If ``all`` option is specified, ``ip`` keyword is ignored and, routes displayed for all AFIs and SAFIs. + ``internal`` option is used to display internal data additionally. JSON + output is not supported with this option. + If ``afi`` is specified, with ``all`` option, routes will be displayed for each SAFI in the selected AFI. |
