Send document comments to nexus7k-docfeedback@cisco.com
6-41
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 reenable the LACP individual port suspension on a port channel:
switch# configure terminal
switch (config)# interface port-channel 1
switch(config-if)# shutdown
switch(config-if)# lacp suspend-individual
switch(config-if)# no shutdown
Step 3
shutdown
Example:
switch(config-if) shutdown
Administratively shuts down the port channel.
Step 4
lacp suspend-individual
Example:
switch(config-if)# lacp
suspend-individual
Enables 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