Re: [ovs-discuss] vswitchd restart and bond interfaces

2016-09-20 Thread my_ovs_discuss
Waiting for any suggestions on this. -Thanks   Sent from Yahoo Mail. Get the app From: "my_ovs_disc...@yahoo.com" To: Ben Pfaff ; "discuss@openvswitch.org" Sent: Friday, September 16, 2016 12:43 PM Subject: Re: [ovs-discuss] vswitchd restart and bond interfaces Some more observat

Re: [ovs-discuss] Multiple sFlow instances in Open vSwitch

2016-09-20 Thread Syed Faraz Ali
Thanks for the suggestion on sampling and polling interval. And the mininet dashboard looks great, will definitely try in a couple of days. Thanks a lot. On Tue, Sep 20, 2016 at 11:39 PM, Peter Phaal wrote: > It looks like you are using Mininet. You might find following real-time > dashboard u

Re: [ovs-discuss] Multiple sFlow instances in Open vSwitch

2016-09-20 Thread Syed Faraz Ali
Thanks a lot. Just tested and both sFlow collectors are receiving the traffic. On Tue, Sep 20, 2016 at 9:06 PM, Peter Phaal wrote: > > > On Sep 20, 2016, at 11:18 AM, Ben Pfaff wrote: > > > > On Tue, Sep 20, 2016 at 08:06:19PM +0200, Syed Faraz Ali wrote: > >> Is there a way to configure multip

Re: [ovs-discuss] Multiple sFlow instances in Open vSwitch

2016-09-20 Thread Peter Phaal
> On Sep 20, 2016, at 11:18 AM, Ben Pfaff 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=\"19

Re: [ovs-discuss] Get rid of immortal ARP

2016-09-20 Thread Justin Pettit
> On Sep 20, 2016, at 9:21 AM, Warsang wrote: > > Thank you for your answer. I am talking about adding a TTL like field. I have > visibility on the switches from start and the end hosts at first arp request > they send. So what you are suggesting is using an STP like protocol just on > ARP br

Re: [ovs-discuss] Multiple sFlow instances in Open vSwitch

2016-09-20 Thread Ben Pfaff
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 > \" header=128 samp

[ovs-discuss] Multiple sFlow instances in Open vSwitch

2016-09-20 Thread Syed Faraz Ali
Hello All, 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 \" header=128 sampling=1 polling=1 -- set bridge s1 sflow=@sflow* However, the

Re: [ovs-discuss] Get rid of immortal ARP

2016-09-20 Thread Warsang
Thank you for your answer. I am talking about adding a TTL like field. I have visibility on the switches from start and the end hosts at first arp request they send. So what you are suggesting is using an STP like protocol just on ARP broadcast? -Warsang On 09/20/16 19:57, Justin Pettit wrot

Re: [ovs-discuss] Does ovs send FlowRemoved message to controller?

2016-09-20 Thread Zhao Jun
Solved. Thanks. Zhao Jun > Date: Mon, 19 Sep 2016 08:06:18 -0700 > From: b...@ovn.org > To: zhaoju...@mails.tsinghua.edu.cn > CC: discuss@openvswitch.org > Subject: Re: [ovs-discuss] Does ovs send FlowRemoved message to controller? > > On Mon, Sep 19, 2016 at 10:39:28PM +0800, Zhao Jun wrote: >

Re: [ovs-discuss] Get rid of immortal ARP

2016-09-20 Thread Justin Pettit
> On Sep 20, 2016, at 2:34 AM, Warsang wrote: > > Hello everyone, I am simulating a fat tree topology with ECMP. When one of my > host sends an ARP request in broadcast, the packet is broadcasted through all > switches which creates more and more traffic because I have no STP. My > question i

[ovs-discuss] Get rid of immortal ARP

2016-09-20 Thread Warsang
Hello everyone, I am simulating a fat tree topology with ECMP. When one of my host sends an ARP request in broadcast, the packet is broadcasted through all switches which creates more and more traffic because I have no STP. My question is simple. What is the best way to get rid of these immorta