diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-09-09 19:44:17 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 17:13:43 +0200 |
commit | da3ef85b22060081cd137a74db42e79d5402fb0e (patch) | |
tree | d71a6a8984a8646ce2e298c0c4133a60dbfaef75 /doc | |
parent | zebra: Fallback to default ns if nhg vrf lookup fails (diff) | |
download | frr-da3ef85b22060081cd137a74db42e79d5402fb0e.tar.xz frr-da3ef85b22060081cd137a74db42e79d5402fb0e.zip |
doc: Add docs for new nexthop group commands
Add some doc information for the new nexthop group commands. Also
had to add some for ones that were missing, which we are adding
additional commands to.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index af465f6fd..2099dfdd6 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -839,11 +839,22 @@ zebra Terminal Mode Commands .. index:: show ipv6 route .. clicmd:: show ipv6 route -.. index:: show interface [{vrf VRF|brief}] -.. clicmd:: show interface [{vrf VRF|brief}] +.. index:: show [ip|ipv6] route [PREFIX] [nexthop-group] +.. clicmd:: show [ip|ipv6] route [PREFIX] [nexthop-group] -.. index:: show interface [{vrf all|brief}] -.. clicmd:: show interface [{vrf all|brief}] + Display detailed information about a route. If [nexthop-group] is + included, it will display the nexthop group ID the route is using as well. + +.. index:: show interface [NAME] [{vrf VRF|brief}] [nexthop-group] +.. clicmd:: show interface [NAME] [{vrf VRF|brief}] [nexthop-group] + +.. index:: show interface [NAME] [{vrf all|brief}] [nexthop-group] +.. clicmd:: show interface [NAME] [{vrf all|brief}] [nexthop-group] + + Display interface information. If no extra information is added, it will + dump information on all interfaces. If [NAME] is specified, it will display + detailed information about that single interface. If [nexthop-group] is + specified, it will display nexthop groups pointing out that interface. .. index:: show ip prefix-list [NAME] .. clicmd:: show ip prefix-list [NAME] @@ -900,3 +911,8 @@ zebra Terminal Mode Commands Reset statistics related to the zebra code that interacts with the optional Forwarding Plane Manager (FPM) component. +.. index:: show nexthop-group [ID] [vrf NAME] [ip|ipv6] +.. clicmd:: show nexthop-group [ID] [vrf NAME] [ip|ipv6] + + Display nexthop groups created by zebra. + |