]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Add `show ip nht..` documentation 10910/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 28 Mar 2022 12:45:32 +0000 (08:45 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 8 Apr 2022 12:18:39 +0000 (08:18 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
doc/user/zebra.rst

index cd220a4141683b10f0e72daf2a9d6f8f58c5f1ea..4f04e8616c1af7fa219420e205f7c2c8ab4f4e3f 100644 (file)
@@ -283,6 +283,17 @@ the default route.
    Allow IPv6 nexthop tracking to resolve via the default route. This parameter
    is configured per-VRF, so the command is also available in the VRF subnode.
 
+.. clicmd:: show ip nht [vrf NAME] [A.B.C.D|X:X::X:X] [mrib]
+
+   Show nexthop tracking status for address resolution.  If vrf is not specified
+   then display the default vrf.  If ``all`` is specified show all vrf address
+   resolution output.  If an ipv4 or ipv6 address is not specified then display
+   all addresses tracked, else display the requested address.  The mrib keyword
+   indicates that the operator wants to see the multicast rib address resolution
+   table.  An alternative form of the command is ``show ip import-check`` and this
+   form of the command is deprecated at this point in time.
+
+
 Administrative Distance
 =======================