Hi All,

I am facing problems in port mirroring to other vlans.

In the same host machine:
br0 has 2 ports: vnet0 and vnet1 (both in vlan tag=9)
and 1 eth0 port. br0 has assigned ip:192.168.2.131
2 VMS have addr: (VM1)192.168.2.239 and (VM2)192.168.2.37

br1 has 2 ports: vnet0 and vnet1 (both in vlan tag=10)
2 VMS have addr: (VM3)192.168.2.73 and (VM4)192.168.2.99

I created a patch port between these two OVS using the below link:
http://blog.scottlowe.org/2012/11/27/connecting-ovs-bridges-with-patch-ports/

I created a port mirroring using:
# ovs-vsctl \
-- --id=@m create mirror name=m0 select-all=true select-vlan=10 \

output-vlan=9 \
-- set bridge br1 mirrors=@m

I tried to ping from VM3 and VM4. The ping was successful since in same
vlan.

Since I created a mirror port to output the frames to vlan 9, I did tcpdump
on vent0/vnet1 but didn't observe any ICMP packets.

Can anyone help me out in this issue??

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

Reply via email to