summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index d07bb65035..3bf21a6ef5 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -2932,7 +2932,7 @@ BGP Extended Communities in Route Map
``CO:COLOR``
This is a format to define colors value. ``CO`` part is always 00 (default),
- it can be used to support the requirements of Color-Only steering when using
+ it can be used to support the requirements of Color-Only steering when using
a Null Endpoint in the SR-TE Policy as specified in Section 8.8 of [RFC9256].
The below shows in detail what the different combinations of ``CO`` bits can
match on to for the purpose of determining what type of SR-TE Policy Tunnel
@@ -4630,7 +4630,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.
@@ -4638,6 +4638,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.