summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarmine Scarpitta <cscarpit@cisco.com>2024-12-24 09:22:52 +0100
committerCarmine Scarpitta <cscarpit@cisco.com>2025-02-03 22:21:16 +0100
commit478550efc404332cf44ed05905aecec8c9c3eaba (patch)
treebdf5524b1f013f348663e751bbda96d90fbeccfe /doc
parent39613ec8be65240f1dfd4ec623c259076062b91c (diff)
doc: Add documentation for SRv6 IPv4 traffic steering
Add an example of how to steer IPv4 traffic over an SRv6 SID list. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/static.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/user/static.rst b/doc/user/static.rst
index 5bf5004a66..0ce6e2107e 100644
--- a/doc/user/static.rst
+++ b/doc/user/static.rst
@@ -177,6 +177,20 @@ multiple segments instructions.
[..]
S>* 2005::/64 [1/0] is directly connected, ens3, seg6 2001:db8:aaaa::7,2002::4,2002::3,2002::2, weight 1, 00:00:06
+STATIC also supports steering of IPv4 traffic over an SRv6 SID list, as shown in the example below.
+
+.. code-block:: frr
+
+ ip route A.B.C.D <A.B.C.D|nexthop> segments U:U::U:U/Y:Y::Y:Y/Z:Z::Z:Z
+
+::
+
+ router(config)# ip route 10.0.0.0/24 sr0 segments fcbb:bbbb:1:2:3:fe00::
+
+ router# show ip route
+ [..]
+ S>* 10.0.0.0/24 [1/0] is directly connected, sr0, seg6 fcbb:bbbb:1:2:3:fe00::, weight 1, 00:00:06
+
SRv6 Static SIDs Commands
=========================