This example shows how to set port channel 2 to 100 Mbps:
switch# configure terminal
switch(config)# interface port channel 2
switch(config-if)# speed 100
Restoring the Default Load-Balancing Method
You can restore the default load-balancing method.
Before You Begin
Log in to the CLI in EXEC mode.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Restores the default load-balancing method, which
is the source MAC address.
switch(config)# no port-channel
load-balance ethernet
Step 2
(Optional)
Displays the port channel load-balancing method.
switch(config)# show interface
port-channel load balance
Step 3
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to the
startup configuration.
switch(config)# copy running-config
startup-config
Step 4
This example shows how to restore the default load-balancing method:
switch# configure terminal
switch(config)# no port-channel load-balance ethernet
switch(config)# show port-channel load-balance
Configuring an LACP Port Channel
You can configure the following requirements for LACP:
•
Enable LACP support for port channels.
•
Configure the individual port channel links so that they are allowed to operate with LACP.
•
Configure a system uplink port profile for LACP.
Before You Begin
•
Log in to the CLI in EXEC mode.
•
Know that the default port channel mode is on.
Cisco Nexus 1000V for VMware vSphere Interface Configuration Guide, Release 5.x
78
Configuring Port Channels
Restoring the Default Load-Balancing Method