Send document comments to nexus7k-docfeedback@cisco.com
6-32
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 6 Configuring Port Channels
Configuring Port Channels
DETAILED STEPS
Use the no lacp min-links command to restore the default port-channel min-links configuration.
This example shows how to configure port-channel interface min-links on module 3:
switch# configure terminal
switch (config)# lacp min-links 3
Configuring the LACP Port-Channel MaxBundle
With Cisco NX-OS Release 5.1, you can configure the LACP minlinks feature. Although minlinks and
maxbundles work only in LACP, you can enter the CLI commands for these features for non-LACP port
channels, but these commands are nonoperational.
BEFORE YOU BEGIN
Ensure that you are in the correct port-channel interface.
SUMMARY STEPS
1. configure terminal
2. interface port-channel number
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
interface port-channel number
Example:
switch(config)# interface port-channel 3
switch(config-if)
Specifies the interface to configure, and enters the
interface configuration mode.
Step 3
lacp min-links number
Example:
switch(config-if)# lacp min-links 3
Specifies the port-channel interface to configure
min-links, and enters the interface configuration mode.
The default value for port-channel min-links is 1. The
allowed range is 1 to 16.
Step 4
show running-config interface
port-channel number
Example:
switch(config-if)# show running-config
interface port-channel 3
(Optional) Displays the port-channel min-links
configuration.
Command Purpose
no lacp min-links
Example:
switch(config)# no lacp min-links
Restores the default port-channel min-links
configuration.