Skip to content

Commit

Permalink
doc: Add missing show ip route summ command
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed May 20, 2024
1 parent 31da224 commit d284e22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/user/zebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,15 @@ zebra Terminal Mode Commands
Display detailed information about a route. If [nexthop-group] is
included, it will display the nexthop group ID the route is using as well.

.. clicmd:: show [ip|ipv6] route summary

Display summary information about routes received from each protocol.
This command displays the entries received from each route and as such
this total can be more than the actual number of FIB routes. Finally
due to the way that linux supports local and connected routes the FIB
total may not be exactly what is shown in the equivalent `ip route show`
command to see the state of the linux kernel.

.. clicmd:: show interface [NAME] [{vrf VRF|brief}] [json]

.. clicmd:: show interface [NAME] [{vrf all|brief}] [json]
Expand Down

0 comments on commit d284e22

Please sign in to comment.