diff options
author | Russ White <russ@riw.us> | 2019-07-30 17:18:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 17:18:10 +0200 |
commit | 0cd8c0ff11b5f55aa633624cf3fe0f42cf810c15 (patch) | |
tree | 695b732333db2e3f537b986d4d865b963a526b4c /doc | |
parent | Merge pull request #4750 from dslicenc/bgp-remove-replace-as (diff) | |
parent | doc: add information about 'show ip route [vrf VRF] tables command (diff) | |
download | frr-0cd8c0ff11b5f55aa633624cf3fe0f42cf810c15.tar.xz frr-0cd8c0ff11b5f55aa633624cf3fe0f42cf810c15.zip |
Merge pull request #4650 from pguibert6WIND/show_ip_route_table_all
zebra: add show ip route all command to dump all unicast tables
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index eefc5802a..2744cb66e 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -361,6 +361,12 @@ commands in relationship to VRF. Here is an extract of some of those commands: will dump the routing table ``TABLENO`` of the *Linux network namespace* ``VRF``. +.. index:: show ip route vrf VRF tables +.. clicmd:: show ip route vrf VRF tables + + This command will dump the routing tables within the vrf scope. If `vrf all` + is executed, all routing tables will be dumped. + 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* |