I am trying to setup multiple ERSPAN tunnels: SW-A -> SW-C & SW-B ->SW-C.
SW-A: 192.168.1.10
SW-B: 192.168.1.20
SW-C: 192.168.1.30

OvS: 3.3.2

SW-A & SW-C Tunnel
ovs-vsctl add-port data at_erspan0 --  set int at_erspan0 type=erspan 
options:key=1 options:remote_ip=192.168.1.30 options:erspan_ver=1 
options:erspan_idx=1
ovs-vsctl add-port data at_erspan0 --  set int at_erspan0 type=erspan 
options:key=1 options:remote_ip=192.168.1.10 options:erspan_ver=1 
options:erspan_idx=1


SW-B & SW-C Tunnel;
ovs-vsctl add-port data at_erspan1 --  set int at_erspan1 type=erspan 
options:key=2 options:remote_ip=192.168.1.30 options:erspan_ver=1 
options:erspan_idx=2
ovs-vsctl add-port data at_erspan1 --  set int at_erspan1 type=erspan 
options:key=2 options:remote_ip=192.168.1.20 options:erspan_ver=1 
options:erspan_idx=2


When I bring up the first tunnel pair it works fine. However, when I bring up 
both sets, then I get instability and the OvS OS locks up and needs to be 
rebooted.
Dennis Heim | Technical Solutions Architect



INTERNAL


INTERNAL
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to