Difference between revisions of "Changing LACP timeout"

From Lsdf
Line 3: Line 3:
 
To change the the LACP timeout from 3 sec to 30 sec as requested be the NET deparment at SCC:
 
To change the the LACP timeout from 3 sec to 30 sec as requested be the NET deparment at SCC:
   
  +
<pre>
   
[root@hpssmvr04 ]# cd /etc/sysconfig/network-scripts/
+
1. [root@hpssmvr04 ]# cd /etc/sysconfig/network-scripts/
  +
[root@hpssmvr04 network-scripts]# grep -i lacp ifcfg-bond0
 
  +
2. [root@hpssmvr04 network-scripts]# grep -i lacp ifcfg-bond0
 
 
 
BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer3+4 lacp_rate=1 miimon=100
 
BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer3+4 lacp_rate=1 miimon=100
   
set lacp_rate=0
+
3. set lacp_rate=0
  +
  +
4. Restart Netzwerk-Interface.
   
  +
</pre>
Restart Netzwerk-Interface.
 

Revision as of 16:51, 28 October 2014

How to change the LACP Timeout?

To change the the LACP timeout from 3 sec to 30 sec as requested be the NET deparment at SCC:


1. [root@hpssmvr04 ]# cd /etc/sysconfig/network-scripts/

2. [root@hpssmvr04 network-scripts]# grep -i lacp ifcfg-bond0
 
BONDING_OPTS="mode=802.3ad xmit_hash_policy=layer3+4 lacp_rate=1 miimon=100

3. set lacp_rate=0 

4. Restart Netzwerk-Interface.