summaryrefslogtreecommitdiffstats
path: root/doc/user/nhrpd.rst
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2020-02-20 09:18:40 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2020-03-13 16:58:14 +0100
commit25901edde4f3f1ca66c65445e857c3d9e7136d00 (patch)
treec1e6fb16ed8383f5bc88629d3c872559f1d2b88c /doc/user/nhrpd.rst
parentnhrpd: add json support to show nhrp vty commands (diff)
downloadfrr-25901edde4f3f1ca66c65445e857c3d9e7136d00.tar.xz
frr-25901edde4f3f1ca66c65445e857c3d9e7136d00.zip
doc: update show nhrp support for json
add support for nhrp support with json. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'doc/user/nhrpd.rst')
-rw-r--r--doc/user/nhrpd.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/user/nhrpd.rst b/doc/user/nhrpd.rst
index 95ef9cb7e..8d3bea7c9 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
=====================