From 25901edde4f3f1ca66c65445e857c3d9e7136d00 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 20 Feb 2020 09:18:40 +0100 Subject: [PATCH] doc: update show nhrp support for json add support for nhrp support with json. Signed-off-by: Philippe Guibert --- doc/user/nhrpd.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/user/nhrpd.rst b/doc/user/nhrpd.rst index 95ef9cb7ee..8d3bea7c94 100644 --- a/doc/user/nhrpd.rst +++ b/doc/user/nhrpd.rst @@ -199,6 +199,31 @@ NHRP Events Configure the Unix path for the event socket. +.. _show-nhrp: + +Show NHRP +========== + +.. index:: show [ip|ipv6] nhrp cache [json] +.. clicmd:: show [ip|ipv6] nhrp cache [json] + + Dump the cache entries. + +.. index:: show [ip|ipv6] nhrp opennhrp [json] +.. clicmd:: show [ip|ipv6] nhrp opennhrp [json] + + Dump the cache entries with opennhrp format. + +.. index:: show [ip|ipv6] nhrp nhs [json] +.. clicmd:: show [ip|ipv6] nhrp nhs [json] + + Dump the hub context. + +.. index:: show dmvpn [json] +.. clicmd:: show dmvpn [json] + + Dump the security contexts. + Configuration Example ===================== -- 2.39.5