Hi All,


                 I am trying to use ovs switch for decaping the ERSPAN
header(GRE+ERSPAN removal).



The ovs version 2.10 has support to ERSPAN termination, but currently it
works only for ERSPAN type 2.



I am not able to make it work for ERSPAN type 3.


Below is the command i used to strip ERSPAN type 3 header.


ovs-vsctl add-port br0 at_erspan0 -- \
        set int at_erspan0 type=erspan options:key=1 \
        options:remote_ip=172.31.1.1 \
        options:erspan_ver=2 options:erspan_dir=1 \
        options:erspan_hwid=4



Awaiting your valuable reply.



Regards,

Ramkumar N.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to