mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
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.
This commit is contained in:
parent
fcbe40c5d2
commit
4b96361fcb
@ -27,6 +27,20 @@ System configuration commands
|
|||||||
|
|
||||||
Use this command to use Layer 4 information for IPv4 ECMP hashing.
|
Use this command to use Layer 4 information for IPv4 ECMP hashing.
|
||||||
|
|
||||||
|
.. cfgcmd:: set system ip import-table <table-id>
|
||||||
|
|
||||||
|
Use this command to immport the table, by given table id, into the main RIB.
|
||||||
|
|
||||||
|
.. cfgcmd:: set system ip import-table <table-id> distance <distance>
|
||||||
|
|
||||||
|
Use this command to override the default distance when importing routers
|
||||||
|
from the alternate table.
|
||||||
|
|
||||||
|
.. cfgcmd:: set system ip import-table <table-id> route-map <route-map>
|
||||||
|
|
||||||
|
Use this command to filter routes that are imported into the main table
|
||||||
|
from alternate table using route-map.
|
||||||
|
|
||||||
Zebra/Kernel route filtering
|
Zebra/Kernel route filtering
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user