Send document comments to nexus7k-docfeedback@cisco.com
6-37
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 6 Configuring Port Channels
Configuring Port Channels
BEFORE YOU BEGIN
Enable LACP.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. configure terminal
2. interface port-channel number
3. shutdown
4. no lacp graceful-convergence
5. no shutdown
6. copy running-config startup-config
DETAILED STEPS
This example shows how to disable LACP graceful convergence on a port channel:
switch# configure terminal
switch (config)# interface port-channel 1
switch(config-if)# shutdown
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.
Step 3
shutdown
Example:
switch(config-if) shutdown
Administratively shuts down the port channel.
Step 4
no lacp graceful-convergence
Example:
switch(config-if)# no lacp
graceful-convergence
Disables LACP graceful convergence 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.