diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-07-31 22:14:00 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-07-31 22:14:00 +0300 |
| commit | 986b0fc389a356ccf6befb73371ab3fd03a97dc7 (patch) | |
| tree | 9de6b4cc412a298a1ac7e137c1575f7063770719 | |
| parent | b6c86dc1971294183a6c69529524c3a11af8d152 (diff) | |
doc: Add wide option for show bgp commands
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | doc/user/bgp.rst | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index d776b32a88..c6ac4fd298 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2612,17 +2612,17 @@ 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. -.. index:: show ip bgp -.. clicmd:: show ip bgp +.. index:: show ip bgp [wide] +.. clicmd:: show ip bgp [wide] -.. index:: show ip bgp A.B.C.D -.. clicmd:: show ip bgp A.B.C.D +.. index:: show ip bgp A.B.C.D [wide] +.. clicmd:: show ip bgp A.B.C.D [wide] -.. index:: show bgp -.. clicmd:: show bgp +.. index:: show bgp [wide] +.. clicmd:: show bgp [wide] -.. index:: show bgp X:X::X:X -.. clicmd:: show bgp X:X::X:X +.. index:: show bgp X:X::X:X [wide] +.. clicmd:: show bgp X:X::X:X [wide] These commands display BGP routes. When no route is specified, the default is to display all BGP routes. @@ -2638,6 +2638,12 @@ displays IPv6 routing table. Total number of prefixes 1 + If _wide_ option is specified, then the prefix table's width is increased + to fully display the prefix and the nexthop. + + This is especially handy dealing with IPv6 prefixes and + if :clicmd:`[no] bgp default show-nexthop-hostname` is enabled. + Some other commands provide additional options for filtering the output. .. index:: show [ip] bgp regexp LINE |
