From 4b96361fcba53df1c97bc5eff33c9f730f11ae58 Mon Sep 17 00:00:00 2001 From: aapostoliuk <108394744+aapostoliuk@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:21:38 +0300 Subject: 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. --- docs/configuration/system/ip.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst index a422388f..27b0870c 100644 --- a/docs/configuration/system/ip.rst +++ b/docs/configuration/system/ip.rst @@ -27,6 +27,20 @@ System configuration commands Use this command to use Layer 4 information for IPv4 ECMP hashing. +.. cfgcmd:: set system ip import-table + + Use this command to immport the table, by given table id, into the main RIB. + +.. cfgcmd:: set system ip import-table distance + + Use this command to override the default distance when importing routers + from the alternate table. + +.. cfgcmd:: set system ip import-table 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3