[ovs-discuss] Multiple sFlow instances in Open vSwitch

Syed Faraz Ali farazali86 at gmail.com
Tue Sep 20 19:23:03 UTC 2016


Thanks a lot.
Just tested and both sFlow collectors are receiving the traffic.

On Tue, Sep 20, 2016 at 9:06 PM, Peter Phaal <peter.phaal at inmon.com> wrote:

>
> > On Sep 20, 2016, at 11:18 AM, Ben Pfaff <blp at ovn.org> wrote:
> >
> > On Tue, Sep 20, 2016 at 08:06:19PM +0200, Syed Faraz Ali wrote:
> >> Is there a way to configure multiple sFlow instances running on the OVS?
> >> I configured an instance below:
> >>
> >> *ovs-vsctl -- --id=@sflow create sflow agent=eth0 target=\"
> 192.168.1.1:6343
> >> <http://192.168.1.1:6343>\" header=128 sampling=1 polling=1 -- set
> bridge
> >> s1 sflow=@sflow*
> >>
> >> However, the instance gets overwritten if i configure another instance
> >> (though with a different IP and port).
> >>
> >> Multiple sFlow instances are not supported by OVS?
> >
> > Each bridge can have one sFlow instance.
>
> You can send sFlow from the single instance to multiple destinations:
>
> sudo ovs-vsctl -- --id=@sflow create sflow agent=eth0 target=[\"
> 10.0.0.70:6343\",\”10.0.0.72:6343\"] header=128 sampling=10 polling=10 --
> set bridge s1 sflow=@sflow
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20160920/57e84162/attachment-0002.html>


More information about the discuss mailing list