mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
doc: Add show bgp json detail
command to print more verbose JSON output
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
f280c93b11
commit
4c92d8188c
@ -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
|
has been done to keep old format with IPv4 routing table, while new format
|
||||||
displays IPv6 routing table.
|
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 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]
|
.. 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 ``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.
|
Some other commands provide additional options for filtering the output.
|
||||||
|
|
||||||
.. clicmd:: show [ip] bgp regexp LINE
|
.. clicmd:: show [ip] bgp regexp LINE
|
||||||
|
Loading…
Reference in New Issue
Block a user