From 8df39282ea64e2a65a7910012627f78d080833b1 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 24 Jun 2020 17:26:27 +0300 Subject: [PATCH] doc: Add some words about `bgp default show-[nexthop]-hostname` Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 36227db604..a6c29724b0 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) -- 2.39.5