summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-10-31 13:28:57 -0400
committerGitHub <noreply@github.com>2024-10-31 13:28:57 -0400
commit66feece071301c1ab6c0fd26c693860617a2feda (patch)
treeaef8f1eacd881243ae4dd5e1f6a4171866423cd2 /doc
parent35dbbacc3b7fb31f095a2382af3ef469f417dc19 (diff)
parent180e1a0d77a2041e9d0ad70cc3a182ff6ed0c1fd (diff)
Merge pull request #17281 from nabahr/mrib-import
Add support to import alternate URIB tables into the main MRIB
Diffstat (limited to 'doc')
-rw-r--r--doc/user/zebra.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst
index 74564c94b9..242d616a5f 100644
--- a/doc/user/zebra.rst
+++ b/doc/user/zebra.rst
@@ -1287,6 +1287,25 @@ IPv6 example for OSPFv3.
Set the delay before any route-maps are processed in zebra. The
default time for this is 5 seconds.
+
+.. _zebra-table-import:
+
+zebra Table Import
+==================
+
+Zebra supports importing an alternate routing table into the main unicast RIB (URIB).
+An imported table will continously sync all changes to the main URIB as routes are
+added or deleted from the alternate table.
+Zebra also supports importing into the main multicast RIB (MRIB) which can be used
+to affect how multicast RPF lookups are performed as described in :ref: `_pim-multicast-rib`.
+
+.. clicmd:: ip import-table (1-252) [mrib] [distance (1-255)] [route-map RMAP_NAME]
+
+ Import table, by given table id, into the main URIB (or MRIB). Optional distance can override
+ the default distance when importing routes from the alternate table. An optional route map
+ can be provided to filter routes that are imported into the main table.
+
+
.. _zebra-fib-push-interface:
zebra FIB push interface