diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-07 02:36:28 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-11 14:16:18 +0200 |
commit | a3fd74f7b0afa1feb57ad5e1d09581640a950c31 (patch) | |
tree | 27961146d6e4fe554a0617c5b26e83009ce2df68 /doc/user | |
parent | zebra: Modify `show ip route summary` to allow you to specify a table (diff) | |
download | frr-a3fd74f7b0afa1feb57ad5e1d09581640a950c31.tar.xz frr-a3fd74f7b0afa1feb57ad5e1d09581640a950c31.zip |
doc: Add `show ip route summary` documentation
Add a bit of doc for the `show ip route summary` command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/zebra.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 50c518d45..2b65f7acc 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 <ip|ipv6> route summary [vrf VRF] [table TABLENO] [prefix] +.. clicmd:: show <ip|ipv6> 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* |