port-channel min-links
To define the minimum number of LACP ports that must be bundled in the link-up state and bundled in the
EtherChannel in order that a port channel becomes active, use the
port-channel min-links
command in
interface configuration mode. To return to the default setting, use the
no
form of this command.
port-channel min-links min_links_number
no port-channel min-links
Syntax Description
The minimum number of active LACP ports in the port channel. The range
is 2 to 8. The default is 1.
min_links_number
Command Default
None
Command Modes
Interface configuration
Command History
Modification
Release
This command was introduced.
Cisco IOS XE 3.3SE
Usage Guidelines
An LACP channel group can have up to 16 Ethernet ports of the same type. Up to eight ports can be active,
and up to eight ports can be in hot-standby mode. When there are more than eight ports in an LACP channel
group, the controller on the controlling end of the link uses port priorities to determine which ports are bundled
into the channel and which ports are put in hot-standby mode. Port priorities on the other controller (the
noncontrolling end of the link) are ignored.
The
port-channel min-links
command must specify a number a less than the number specified by the
lacp
max-bundle
command.
Use the
show etherchannel summary
privileged EXEC command to see which ports are in the hot-standby
mode (denoted with an H port-state flag in the output display).
Examples
This example shows how to specify a minimum of three active LACP ports before port channel 2 becomes
active:
Controller(config)#
interface port-channel 2
Controller(config-if)#
port-channel min-links 3
Layer 2/3 Command Reference, Cisco IOS XE Release 3E (Cisco WLC 5700 Series)
42
OL-32323-01
Layer 2/3 Commands
port-channel min-links