On 2017. February 20. 15:43:05 Aaron Conole wrote: > 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.
Could you please give an example config? For example there is eth1 and eth2 in promisc mode where there is incomming traffic and mirror those ports all traffic to eth3. But want to see both traffic on eth3 only, not mix eth1 traffic with eth2 on eth1 or eth2. Thanks, Laszlo > > > 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
