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 ta
On 02/10/13 01:22, Ben Pfaff wrote:
Please don't drop the list.
On Tue, Oct 01, 2013 at 09:44:28PM +0530, Shyam Goud wrote:
'qvo5271d2db-df' port is attached to my Service VM's eth0.
- I am able to see traffic on mirrored ovs-port 'qvo5271d2db-df'
- But I failed
Hello,
I am trying to do port mirroring b/w two Virtual Machine using Openvswitch.
I configured port mirroring, and able to see the packets coming on
corresponding ovs-port. But I am unable to check the same on the VM's
corresponding interface.
Please help me, what needs to be configured ?