Hi Justin,
I have the same question with Girish, so i only find the following
descriptin in vsctl manual page:
*Port Mirroring*
*Mirror all packets received o r sent on eth0 or eth1 onto eth2, assuming
that all of those ports exist on*
*bridge br0 (as a side-effect this causes any packets receive
What have you tried? The ovs-vsctl man page provides an example of setting up
a port mirror. From this, you should be able to extrapolate how to configure a
VLAN mirror based on the documentation in the ovs-vswitchd.conf.db man page.
--Justin
On Jun 1, 2012, at 2:38 AM, Girish Kumar Yerra wr
Hi All,
We have a problem where we have two machines running OVS instances. And, we
are trying to configure a mirror port using RSPAN to mirror packets
captured from OVS port on source machine to OVS port on target machine.
We are unable to configure the port mirroring using RSPAN. Please give us