From: Donald Sharp Date: Mon, 3 Aug 2020 14:33:03 +0000 (-0400) Subject: doc: Add documentation for the new cli X-Git-Tag: base_7.5~136^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F6844%2Fhead;p=mirror%2Ffrr.git doc: Add documentation for the new cli Document the `show bgp ipv4 uni neighbors 192.168.161.2 bestpath-routes` command. Signed-off-by: Donald Sharp --- diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index d776b32a88..b2929521a7 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1393,6 +1393,15 @@ Configuring Peers peer in question. This number is between 0 and 600 seconds, with the default advertisement interval being 0. +Displaying Information about Peers +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. index:: show bgp neighbors WORD bestpath-routes [json] [wide] +.. clicmd:: show bgp neighbors WORD bestpath-routes [json] [wide] + + For the given neighbor, WORD, that is specified list the routes selected + by BGP as having the best path. + .. _bgp-peer-filtering: Peer Filtering