All,

Like RSPAN with vlan below, is there any way to configure the same for vxlan traffic on openvswitch ?

   *ovs-vsctl add-br br0*
   *       ovs-vsctl add-port br0 eth0*
   *       ovs-vsctl add-port br0 tap0 *
   *       ovs-vsctl add-port br0 tap1 tag=10*
   *       -- --id=@p get port tap0 \*
   *       ovs-vsctl \*
   *       -- --id=@m create mirror name=m0 select-all=true select-vlan=10 \*
   *                                    output-port=@p \*
   *   -- set bridge br0 mirrors=@m*

Thanks,
Shyam.

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to