From 08f782417a3a1e5af1d2eede5ee7501fbf979ee1 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 17 Mar 2021 16:26:49 -0400 Subject: [PATCH] doc: Add doc for new rpki commands `show bgp [afi] [safi] A.B.C.D rpki ` `show bgp [afi] [safi] rpki ` commands need to be documented Signed-off-by: Donald Sharp --- doc/user/rpki.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index 01705f607c..d496d437d3 100644 --- a/doc/user/rpki.rst +++ b/doc/user/rpki.rst @@ -206,6 +206,14 @@ Displaying RPKI Display all configured cache servers, whether active or not. +.. clicmd:: show bgp [afi] [safi] rpki + + Display for the specified prefix or address the bgp paths that match the given rpki state. + +.. clicmd:: show bgp [afi] [safi] rpki + + Display all prefixes that match the given rpki state. + RPKI Configuration Example -------------------------- -- 2.39.5