aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sr/sr_steering.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/sr/sr_steering.md')
-rw-r--r--src/vnet/sr/sr_steering.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/vnet/sr/sr_steering.md b/src/vnet/sr/sr_steering.md
deleted file mode 100644
index cf446f8171e..00000000000
--- a/src/vnet/sr/sr_steering.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Steering packets into a SR Policy {#srv6_steering_doc}
-
-To steer packets in Transit into an SR policy (T.Insert, T.Encaps and T.Encaps.L2 behaviors), the user needs to create an 'sr steering policy'.
-
- sr steer l3 2001::/64 via sr policy index 1
- sr steer l3 2001::/64 via sr policy bsid cafe::1
- sr steer l3 2001::/64 via sr policy bsid cafe::1 fib-table 3
- sr steer l3 10.0.0.0/16 via sr policy bsid cafe::1
- sr steer l2 TenGE0/1/0 via sr policy bsid cafe::1
-
-Disclaimer: The T.Encaps.L2 will steer L2 frames into an SR Policy. Notice that creating an SR steering policy for L2 frames will actually automatically *put the interface into promiscous mode*.