On Mon, Nov 11, 2013 at 01:18:38PM -0800, terryxing wrote: > Port mirroring is a good way and I did that. But, I can not create multiple > port mirroring on a single bridge. For example, H1 packet will be > duplicated to H4 port, and H3 packet will be duplicated to H5 port. Based > on my understanding, port mirroring policy can not be set on a single > bridge with multiple times. I tried and found the second policy will flush > and replace the first one. That means, I can only forward the packets
Open vSwitch does have a fairly small limit on port mirroring policies, but the limit is higher than 1. I think the limit is 32 or 64. So, I think you must have a mistake in how you are configuring it. > What is more, sometime, I want the packet to be duplicated and forward to > an VM on other host. That means a port on the other OVS. How OVS1 know, for > example, port x on OVS2 ? OK, yes, that requires some additional work. (You could use tunnels, for example.) > In my openstack environment, all OVS brige (br-int) are connected through a > layer 2 gre tunnel. Thus, use mac is also working. do you have any idea on > how to implement that ? > > I know using the openflow controller can probably do that but if the ovs > CLI can do that, that would be greatly awesome and save a lot of time. I haven't configured an OpenStack environment myself so I don't have enough knowledge to give you a direct answer. Perhaps someone else will step up. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss