diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2019-09-11 17:34:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 17:34:07 +0200 |
commit | e25352de4a340c42ab4b26959e5d63f24a7358c9 (patch) | |
tree | 119f2ab195de3bafa4f1044817de2f6dfc4338cd /doc | |
parent | Merge pull request #4954 from qlyoung/yang-interface-ref (diff) | |
parent | doc: Add `show ip route summary` documentation (diff) | |
download | frr-e25352de4a340c42ab4b26959e5d63f24a7358c9.tar.xz frr-e25352de4a340c42ab4b26959e5d63f24a7358c9.zip |
Merge pull request #4950 from donaldsharp/table_summary
Table summary
Diffstat (limited to 'doc')
-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 d54ca2a81..b7283d83d 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -430,6 +430,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* |