DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Selects an LACP port channel interface.
interface port-channel group-number
Example:
Device(config)# interface port-channel 10
Step 3
Configures the minimum number of bundle ports in
the EtherChannel for the port channel interface to
transition to the link-up state. Default is one.
lacp min-bundle number
Example:
Device(config-if)# lacp min-bundle 2
Step 4
Exits configuration mode.end
Example:
Device(config-if)# end
Step 5
Displays the port channel configuration.
show running-config interface port-channel group-number
Example:
Device# show running-config interface port-channel
1
Step 6
show interfaces port-channelgroup-number
Step 7
Example:
Device(config)# show interfaces port-channel 1
Although the EtherChannel Min-Links feature works correctly when configured only on one end of an
EtherChannel, for best results, configure the same number of minimum links on both ends of the
EtherChannel.
Note
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
359
Configuring IEEE 802.3ad Link Bundling
Configuring the EtherChannel Min-Links Feature