Configuring The Speed And Duplex Settings For A Port Channel Interface - Cisco Nexus 1000V Configuration Manual

For vmware vsphere
Hide thumbs Also See for Nexus 1000V:
Table of Contents

Advertisement

Configuring Port Channels
Step 4
This example shows how to configure the source IP load-balancing method for port channels on module 5:
switch# configure terminal
switch# interface port channel 2
switch# port-channel load-balance ethernet source-ip module 5

Configuring the Speed and Duplex Settings for a Port Channel Interface

You can configure the speed and duplex settings for a port channel interface.
Before You Begin
• Log in to the CLI in EXEC mode.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Command or Action
switch(config)# copy running-config
startup-config
Command or Action
switch# configure terminal
switch(config)# interface port-channel
channel-number
switch(config-if)# speed {10 | 100 |
1000 | auto}
switch(config-if)# duplex {auto | full |
half}
switch(config-if)# show interface
port-channel channel-number
switch(config-if)# copy running-config
startup-config
Cisco Nexus 1000V for VMware vSphere Interface Configuration Guide, Release 5.x
Configuring the Speed and Duplex Settings for a Port Channel Interface
Purpose
(Optional)
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
Purpose
Enters global configuration mode.
Specifies the port channel interface that you want to
configure and enters the interface mode.
Allowable channel numbers are from 1 to 4096.
Sets the speed for the port channel interface. The
default is auto for autonegotiation.
Sets the duplex mode for the port channel interface.
The default is auto for autonegotiation.
(Optional)
Displays interface information for the specified port
channel.
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to the
startup configuration.
77

Advertisement

Table of Contents
loading

Table of Contents