summaryrefslogtreecommitdiff
path: root/docs/configuration/system
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-13 21:22:26 +0200
committerChristian Breunig <christian@breunig.cc>2023-04-13 21:22:26 +0200
commitb14b62d91dbb74a34f72a9aa9dfbfc8ffa2d2983 (patch)
treee316b1a91e354f8317df1bc75cf1c3e1e6fbc5c5 /docs/configuration/system
parent035853c8e7d7e4d99bca0afe839348e06f66e24a (diff)
downloadvyos-documentation-b14b62d91dbb74a34f72a9aa9dfbfc8ffa2d2983.tar.gz
vyos-documentation-b14b62d91dbb74a34f72a9aa9dfbfc8ffa2d2983.zip
T5150: Kernel/Zebra route-map support
Diffstat (limited to 'docs/configuration/system')
-rw-r--r--docs/configuration/system/ip.rst15
-rw-r--r--docs/configuration/system/ipv6.rst15
2 files changed, 30 insertions, 0 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst
index 29f46ae9..0f45b7ca 100644
--- a/docs/configuration/system/ip.rst
+++ b/docs/configuration/system/ip.rst
@@ -27,6 +27,21 @@ System configuration commands
Use this command to use Layer 4 information for IPv4 ECMP hashing.
+Zebra/Kernel route filtering
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Zebra supports prefix-lists and Route Mapss to match routes received from
+other FRR components. The permit/deny facilities provided by these commands
+can be used to filter which routes zebra will install in the kernel.
+
+.. cfgcmd:: set system ip protocol <protocol> route-map <route-map>
+
+ Apply a route-map filter to routes for the specified protocol. The following
+ protocols can be used: any, babel, bgp, connected, eigrp, isis, kernel,
+ ospf, rip, static, table
+
+ .. note:: If you choose any as the option that will cause all protocols that
+ are sending routes to zebra.
Operational commands
--------------------
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst
index 0b9f9cc8..076efdae 100644
--- a/docs/configuration/system/ipv6.rst
+++ b/docs/configuration/system/ipv6.rst
@@ -23,6 +23,21 @@ System configuration commands
Use this command to user Layer 4 information for ECMP hashing.
+Zebra/Kernel route filtering
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Zebra supports prefix-lists and Route Mapss to match routes received from
+other FRR components. The permit/deny facilities provided by these commands
+can be used to filter which routes zebra will install in the kernel.
+
+.. cfgcmd:: set system ipv6 protocol <protocol> route-map <route-map>
+
+ Apply a route-map filter to routes for the specified protocol. The following
+ protocols can be used: any, babel, bgp, connected, isis, kernel, ospfv3,
+ ripng, static, table
+
+ .. note:: If you choose any as the option that will cause all protocols that
+ are sending routes to zebra.
Operational commands
--------------------