From a3fd74f7b0afa1feb57ad5e1d09581640a950c31 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 6 Sep 2019 20:36:28 -0400 Subject: [PATCH] doc: Add `show ip route summary` documentation Add a bit of doc for the `show ip route summary` command Signed-off-by: Donald Sharp --- doc/user/zebra.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 50c518d456..2b65f7acc5 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -374,6 +374,14 @@ commands in relationship to VRF. Here is an extract of some of those commands: This command will dump the routing tables within the vrf scope. If `vrf all` is executed, all routing tables will be dumped. +.. index:: show route summary [vrf VRF] [table TABLENO] [prefix] +.. clicmd:: show route summary [vrf VRF] [table TABLENO] [prefix] + + This command will dump a summary output of the specified VRF and TABLENO + combination. If neither VRF or TABLENO is specified FRR defaults to + the default vrf and default table. If prefix is specified dump the + number of prefix routes. + By using the :option:`-n` option, the *Linux network namespace* will be mapped over the *Zebra* VRF. One nice feature that is possible by handling *Linux network namespace* is the ability to name default VRF. At startup, *Zebra* -- 2.39.5