Laszlo Fekete <[email protected]> writes: > Hello! > > > > I have 8 separate ports where have some incomming traffic (not related to > that interface so using > promisc) and want to mirror these traffics to 1 port. But not bridge together > the 8 incomming ports, is it > possible to create like this with ovs?
It should be possible to construct by setting the select_dst_port and select_src_port elements of the mirror to the set of Port entries you wish to monitor. > Tried put all 8 ports in a bridge and set monitor to a 9th port but in this > case on 1st port see other 7 > ports traffic too, i want to see separately the 8 ports traffic and 1 > aggregated traffic for all 8 ports, it is > possible? See above > Regards, Laszlo _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
