From 4e853678009ce2be22fb6a6c0ae6efcce9083055 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 3 Aug 2020 10:33:03 -0400 Subject: [PATCH] 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 --- doc/user/bgp.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5