srv6-ad-flow: SRv6 Per-Flow Dynamic Proxy
[vpp.git] / src / plugins / srv6-ad-flow / ad_flow_plugin_doc.md
1 # SRv6 endpoint to SR-unaware appliance via per-flow dynamic proxy {#srv6_ad_flow_plugin_doc}
2
3 ## Overview
4
5 TBD
6
7 ## CLI configuration
8
9 The following command instantiates a new End.AD.Flow segment that sends the inner
10 packets on interface `IFACE-OUT` towards an appliance at address `S-ADDR` and
11 restores the encapsulation headers of the packets coming back on interface
12 `IFACE-IN`.
13
14 ```
15 sr localsid address SID behavior end.ad.flow nh S-ADDR oif IFACE-OUT iif IFACE-IN
16 ```
17
18 For example, the below command configures the SID `1::A1` with an End.AD.Flow
19 function for sending traffic on interface `GigabitEthernet0/8/0` to the
20 appliance at address `A1::`, and receiving it back on interface
21 `GigabitEthernet0/9/0`.
22
23 ```
24 sr localsid address 1::A1 behavior end.ad.flow nh A1:: oif GigabitEthernet0/8/0 iif GigabitEthernet0/9/0
25 ```