diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-04-10 21:59:02 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-04-13 21:06:34 +0200 |
commit | 4c92d8188c75151b5ced96f5d307089640b646d3 (patch) | |
tree | 7e28cf2feed07bd7511709c530342566a6bcab11 /doc | |
parent | bgpd: Add `show bgp json detail` command (diff) | |
download | frr-4c92d8188c75151b5ced96f5d307089640b646d3.tar.xz frr-4c92d8188c75151b5ced96f5d307089640b646d3.zip |
doc: Add `show bgp json detail` command to print more verbose JSON output
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index adb87d386..6c3a2f7be 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3115,11 +3115,11 @@ daemon project, while :clicmd:`show bgp` command is the new format. The choice has been done to keep old format with IPv4 routing table, while new format displays IPv6 routing table. -.. clicmd:: show ip bgp [all] [wide|json] +.. clicmd:: show ip bgp [all] [wide|json [detail]] .. clicmd:: show ip bgp A.B.C.D [json] -.. clicmd:: show bgp [all] [wide|json] +.. clicmd:: show bgp [all] [wide|json [detail]] .. clicmd:: show bgp X:X::X:X [json] @@ -3148,6 +3148,9 @@ displays IPv6 routing table. If ``json`` option is specified, output is displayed in JSON format. + If ``detail`` option is specified after ``json``, more verbose JSON output + will be displayed. + Some other commands provide additional options for filtering the output. .. clicmd:: show [ip] bgp regexp LINE |