]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Document zebra table import command with additional mrib flag
authorNathan Bahr <nbahr@atcorp.com>
Tue, 29 Oct 2024 03:40:55 +0000 (03:40 +0000)
committerNathan Bahr <nbahr@atcorp.com>
Tue, 29 Oct 2024 20:17:59 +0000 (20:17 +0000)
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
doc/user/zebra.rst

index 74564c94b9c3c5498f51f29a82bbf6fab956e366..242d616a5fc6d0769157899893ba72fc9c7990b8 100644 (file)
@@ -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