Skip to content

Commit 4b96361

Browse files
authored
zebra: T7349: Added FRR ip import-table x feature (#1643)
Added FRR ip import-table x feature to import routes from non-main kernel table.
1 parent fcbe40c commit 4b96361

File tree

1 file changed

+14
-0
lines changed
  • docs/configuration/system

1 file changed

+14
-0
lines changed

docs/configuration/system/ip.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ System configuration commands
2727

2828
Use this command to use Layer 4 information for IPv4 ECMP hashing.
2929

30+
.. cfgcmd:: set system ip import-table <table-id>
31+
32+
Use this command to immport the table, by given table id, into the main RIB.
33+
34+
.. cfgcmd:: set system ip import-table <table-id> distance <distance>
35+
36+
Use this command to override the default distance when importing routers
37+
from the alternate table.
38+
39+
.. cfgcmd:: set system ip import-table <table-id> route-map <route-map>
40+
41+
Use this command to filter routes that are imported into the main table
42+
from alternate table using route-map.
43+
3044
Zebra/Kernel route filtering
3145
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3246

0 commit comments

Comments
 (0)