<div><div dir="auto">Thank you, I’ll try it.</div><br><div class="gmail_quote"><div>On Mon, Mar 5, 2018 at 11:58 AM Ben Pfaff &lt;<a href="mailto:blp@ovn.org">blp@ovn.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Mar 04, 2018 at 12:34:53PM -0500, Chris Boley wrote:<br>
&gt; Hi,<br>
&gt; I worked on this more and found that this worked. If anyone is actually<br>
&gt; interested.<br>
&gt;<br>
&gt; sudo touch /etc/network/if-up.d/vbond0_tune<br>
&gt; sudo nano /etc/network/if-up.d/vbond0_tune<br>
&gt;<br>
&gt; ##Pasted this in###<br>
&gt;<br>
&gt; ovs-vsctl set port vbond0 other_config:lacp-system-priority=50<br>
&gt; other_config:bond-rebalance-interval=5000 other_config:<br>
&gt; bond-detect-mode=miimon other_config:bond-miimon-interval=100<br>
&gt; other_config:bond_updelay=200 other_config:bond_downdelay=200<br>
&gt; exit<br>
&gt;<br>
&gt; ##save file and exit##<br>
&gt;<br>
&gt; sudo chmod a+x /etc/network/if-up.d/vbond0_tune<br>
&gt;<br>
&gt; modify interfaces file to look this way:<br>
&gt; allow-vbridge0 vbond0<br>
&gt; iface vbond0 inet manual<br>
&gt;        ovs_bridge vbridge0<br>
&gt;        ovs_type OVSBond<br>
&gt;        ovs_bonds eth1 eth2<br>
&gt;        ovs_options bond_mode=balance-slb lacp=active<br>
&gt;        post-up /etc/network/if-up.d/vbond0_tune<br>
&gt;<br>
&gt; After that I could run:<br>
&gt; foo@VMHOST:~$ sudo ovs-vsctl list port vbond0<br>
&gt;<br>
&gt; And I could see all the &quot;other_options&quot;<br>
&gt;<br>
&gt; The ovs-appctl bond/show vbond0 isn&#39;t really reflecting my up and down<br>
&gt; delay. I&#39;m not sure though if that&#39;s because the Cisco Switch ports are<br>
&gt; taking priority or what&#39;s going on.<br>
<br>
bond_updelay and bond_downdelay are columns rather than keys within<br>
other_config, so you should be able to just remove &quot;other_config:&quot; from<br>
those settings to make them work.<br>
</blockquote></div></div>