[ovs-discuss] RSPAN port mirroring with vxlan

2013-10-09 Thread Shyam Goud
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

Re: [ovs-discuss] port mirroring on openvswitch

2013-10-02 Thread Shyam Goud
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

[ovs-discuss] port mirroring on openvswitch

2013-10-01 Thread Shyam Goud
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 ?