From 46677ed266632a95e50b812404eb412f3a55fe1f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 6 May 2019 22:51:45 -0400 Subject: [PATCH] doc: Add a couple of missed `show zebra ...` comamnds to doc Noticed that a couple of the `show zebra ...` commands are missing from the zebra documentation that I use a bunch. Let's add them in. Signed-off-by: Donald Sharp --- doc/user/zebra.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index bb3d6e491..51ada8bc6 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -738,6 +738,22 @@ zebra Terminal Mode Commands Display various statistics related to the installation and deletion of routes, neighbor updates, and LSP's into the kernel. +.. index:: show zebra client [summary] +.. clicmd:: show zebra client [summary] + + Display statistics about clients that are connected to zebra. This is + useful for debugging and seeing how much data is being passed between + zebra and it's clients. If the summary form of the command is choosen + a table is displayed with shortened information. + +.. index:: show zebra router table summary +.. clicmd:: show zebra router table summary + + Display summarized data about tables created, their afi/safi/tableid + and how many routes each table contains. Please note this is the + total number of route nodes in the table. Which will be higher than + the actual number of routes that are held. + .. index:: show zebra fpm stats .. clicmd:: show zebra fpm stats -- 2.39.2