diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-07 04:51:45 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-07 04:51:45 +0200 |
commit | 46677ed266632a95e50b812404eb412f3a55fe1f (patch) | |
tree | 8c4603575fe94bbe41e21a9b2b89578ebac75a1e /doc | |
parent | Merge pull request #4266 from vishaldhingra/lcomm_dyn (diff) | |
download | frr-46677ed266632a95e50b812404eb412f3a55fe1f.tar.xz frr-46677ed266632a95e50b812404eb412f3a55fe1f.zip |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 16 |
1 files changed, 16 insertions, 0 deletions
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 |