lacp rate

Syntax

lacp rate {fast | slow}
no lacp rate

Description

Sets an LACP heartbeat request time to fast or slow.

The no form of the command sets an LACP rate to slow.

Command context

config-lag-if

Parameters

fast

Specifies the heartbeat request to every second, and the timeout period is a three-consecutive heartbeat loss that is 3 seconds.

slow

Specifies the heartbeat request to every 30 seconds. The timeout period is three-consecutive heartbeat loss that is 90 seconds. Default setting.

Authority

Administrators

Examples

Setting the LACP heartbeat request time to fast:

switch(config)# interface lag 1
switch(config-lag-if)# lacp rate fast
Resetting the LACP heartbeat request time to the default, which is slow:
switch(config)# interface lag 1
switch(config-lag-if)# no lacp rate