lacp min-linksNEW!

Configures or resets the minimum number of active member links required for the port-channel to be operationally UP.

Syntax

lacp min-links min-link-number
no lacp min-links min-link-number

Parameters

min-links min-link-number
Specifies the minimum number of active member links required for the port-channel to be operationally UP. The range is 1 through 64. The default value is 1.

Modes

Interface config mode

Usage Guidelines

This command is available only to users with the admin role.

The no form of the command resets the minimum LACP threshold to the default value 1.

Examples

The following example configures the minimum LACP threshold.

device# configure terminal 
device(config)# interface port-channel 1 
device(config-if-po-1)# lacp min-links 3
device(config-if-po-1)# end 

device# show running-configuration
interface port-channel 1
lacp  min-links 3
no shutdown