lacp rate

To configure the LACP rate, use the command lacp rate in Interface Configuration Mode. This command is a standardized implementation of the existing command lacp timeout. It operates similar to the existing command. The no form of the command resets the LACP rate to its default value.

lacp rate

lacp rate { {normal } { | fast} }

no lacp rate

Parameters

Parameter Type Description
normal   Enter to configure to ingress the LACP control packets at normal rate. That is, LACP PDU should be received every 30 seconds and the timeout value (no packet is received from peer) is set as 90 seconds. This is the default.
fast   Enter to configure to ingress the LACP control packets at fast rate. That is, LACP PDU should be received every 1 second and the timeout value is set as 3 seconds.

Mode

Interface Configuration Mode

Prerequisites

This command executes successfully, only if
  • the LA functionality is started and enabled in the switch.
  • This configuration takes effect only on the interface that is configured for LACP.

Examples

iS5Comm(config)# interface gi 0/9

iS5Comm(config-if)# lacp rate fast