192
Cisco Nexus 5500 Series NX-OS Layer 2 Interfaces Command Reference
OL-27880-02
Chapter L Commands
lacp graceful-convergence
lacp graceful-convergence
To configure port channel Link Aggregation Control Protocol (LACP) graceful convergence, use the
lacp graceful-convergence
command. To disable graceful convergence on a port channel interface, use
the
no
form of this command.
lacp graceful-convergence
no lacp graceful-convergence
Syntax Description
This command has no arguments or keywords.
Command Default
Enabled
Command Modes
Interface configuration mode
Command History
Usage Guidelines
You can use this command only on a port channel interface that is in an administratively down state. You
cannot configure (or disable) LACP graceful convergence on a port chanel that is in an administratively
up state. If you do so, you will see the following error message:
ERROR: Cannot set/reset lacp graceful-convergence for port-channel10 that is admin up
Note
To avoid port suspension, we recommend that you disable graceful convergence on LACP ports on a peer
switch that is not running Cisco NX-OS.
This command does not require a license.
Examples
This example shows how to enable LACP graceful convergence on a port channel:
switch#
configure terminal
switch(config)#
interface port-channel 100
switch(config-if)#
shutdown
switch(config-if)#
lacp graceful-convergence
switch(config-if)#
This example shows how to disable LACP graceful convergence on a port channel:
switch#
configure terminal
switch(config)#
interface port-channel 100
switch(config-if)#
no lacp graceful-convergence
switch(config-if)#
Release
Modification
5.2(1)N1(1)
This command was introduced.