From 8476d11c49c286c035b3a6ae7c0a777ceeb0dea7 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Fri, 7 Oct 2022 15:14:06 -0400 Subject: [PATCH] doc: add new `show bgp vni ...` command to docs Add new `show bgp vni ...` command to docs. This command is used to show the per-VNI EVPN tables in BGP. Signed-off-by: Stephen Worley --- doc/user/bgp.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index f136ea4ae1..da3718fce2 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3750,6 +3750,10 @@ structure is extended with :clicmd:`show bgp [afi] [safi]`. EVPN prefixes can also be filtered by EVPN route type. +.. clicmd:: show bgp vni [vtep VTEP] [type ] [] + + Display per-VNI EVPN routing table in bgp. Filter route-type, vtep, or VNI. + .. clicmd:: show bgp [afi] [safi] [all] summary [json] Show a bgp peer summary for the specified address family, and subsequent -- 2.39.5