OcNOS-SP : Layer 2 Guide : Layer 2 Command Reference : Link Aggregation Commands : lacp timeout
lacp timeout
Use this command to set either a short or long timeout value on a port. The timeout value is the number of seconds before invalidating a received LACP data unit (DU).
Command Syntax
lacp timeout (short|long)
Parameters
short
LACP short timeout. 3 seconds.
long
LACP long timeout. 90 seconds.
Note: Short: With this mode, BPDU will be sent at Fast_Periodic_Time of 1 second interval. It will timeout, before invalidating received LACPDU, after 3xFast_Periodic_Time(3seconds),

Long: With this mode, BPDU will be sent at Slow_Periodic_Time of 30 seconds intervals. It will timeout, before invalidating received LACPDU, after 3xSlow_Periodic_Time(90seconds)
Default
By default, lacp timeout is long.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following sets the LACP short timeout on a port.
#configure terminal
(config)#interface eth0
(config-if)#lacp timeout short
 
#configure terminal
(config)#interface eth0
(config-if)#lacp timeout long
 
Last modified date: 07/06/2023