Send document comments to nexus7k-docfeedback@cisco.com
6-40
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 6 Configuring Port Channels
Configuring Port Channels
This example shows how to disable LACP individual port suspension on a port channel:
switch# configure terminal
switch (config)# interface port-channel 1
switch(config-if)# shutdown
switch(config-if)# no lacp suspend-individual
switch(config-if)# no shutdown
Reenabling LACP Suspend Individual
You can reenable the default LACP individual port suspension.
SUMMARY STEPS
1. configure terminal
2. interface port-channel number
3. shutdown
4. lacp suspend-individual
5. no shutdown
6. copy running-config startup-config
DETAILED STEPS
Step 4
no lacp suspend-individual
Example:
switch(config-if)# no lacp
suspend-individual
Disables LACP individual port suspension behavior on
the port channel.
Step 5
no shutdown
Example:
switch(config-if) no shutdown
Brings the port channel administratively up.
Step 6
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
(Optional) Copies the running configuration to the
startup configuration.
Command Purpose
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 1
switch(config-if)
Specifies the port channel interface to configure, and
enters the interface configuration mode.