Send document comments to nexus7k-docfeedback@cisco.com
6-26
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 set port channel 2 to 100 Mb/s:
switch# configure terminal
switch (config)# interface port-channel 2
switch(config-if)# speed 100
Configuring Flow Control
You can enable or disable the capability of the port-channel interfaces that run at 1 Gb or higher to send
or receive flow-control pause packets. For port-channel interfaces that run at lower speeds, you can
enable or disable only the capability of the port-channel interfaces to receive pause packets.
Note The settings have to match at both the local and remote ends of the link so that flow control can work
properly.
SUMMARY STEPS
1. configure terminal
2. interface port-channel channel-number
3. flowcontrol {receive | send} {desired | off | on}
4. exit
5. show interface port-channel channel-number
6. copy running-config startup-config
Step 6
show interface port-channel
channel-number
Example:
switch(config-router)# show interface
port-channel 2
(Optional) Displays interface information for the
specified port channel.
Step 7
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
(Optional) Copies the running configuration to the
startup configuration.
Command Purpose