> On Sep 20, 2016, at 11:18 AM, Ben Pfaff <b...@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 _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss