diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-06-24 17:26:27 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-07-13 16:35:30 +0300 |
| commit | 7d981695d9057c69cff5c9d83ec955ed597e4add (patch) | |
| tree | 08b80efa3889b46cda95856e834788e3e161dd9b | |
| parent | 939a97f485eb6a2f5b69213940078efb9abfd260 (diff) | |
doc: Add some words about `bgp default show-[nexthop]-hostname`
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | doc/user/bgp.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 8b56834d80..bb968735b9 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1366,6 +1366,19 @@ Configuring Peers on by default or not. This command defaults to on and is not displayed. The `no bgp default ipv4-unicast` form of the command is displayed. +.. index:: [no] bgp default show-hostname +.. clicmd:: [no] bgp default show-hostname + + This command shows the hostname of the peer in certain BGP commands + outputs. It's easier to troubleshoot if you have a number of BGP peers. + +.. index:: [no] bgp default show-nexthop-hostname +.. clicmd:: [no] bgp default show-nexthop-hostname + + This command shows the hostname of the next-hop in certain BGP commands + outputs. It's easier to troubleshoot if you have a number of BGP peers + and a number of routes to check. + .. index:: [no] neighbor PEER advertisement-interval (0-600) .. clicmd:: [no] neighbor PEER advertisement-interval (0-600) |
