Adding A Port To An Etherchannel - Cisco AP775A - Nexus Converged Network Switch 5010 Configuration Manual

Cli software configuration guide
Hide thumbs Also See for AP775A - Nexus Converged Network Switch 5010:
Table of Contents

Advertisement

Adding a Port to an EtherChannel

Procedure
Step 1
Step 2
Step 3
This example shows how to create an EtherChannel:
switch# configure terminal
switch (config)# interface port-channel 1
Adding a Port to an EtherChannel
You can add a port to a new channel group or to a channel group that already contains ports. Cisco NX-OS
creates the EtherChannel associated with this channel group if the EtherChannel does not already exist.
If you want LACP-based EtherChannels, you need to enable LACP.
Note
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
118
Command or Action
switch# configure terminal
switch(config)# interface port-channel
channel-number
switch(config)# no interface
port-channel channel-number
Command or Action
switch# configure terminal
switch(config)# interface type
slot/port
switch(config-if)# switchport mode
trunk
switch(config-if)# switchport trunk
{allowed vlan vlan-id | native vlan
vlan-id}
switch(config-if)# channel-group
channel-number
switch(config-if)# no channel-group
Purpose
Enters configuration mode.
Specifies the port-channel interface to configure, and
enters the interface configuration mode. The range is
from 1 to 4096. Cisco NX-OS automatically creates
the channel group if it does not already exist.
Removes the EtherChannel and deletes the associated
channel group.
Purpose
Enters configuration mode.
Specifies the interface that you want to add to a channel
group and enters the interface configuration mode.
(Optional)
Configures the interface as a trunk port.
(Optional)
Configures necessary parameters for a trunk port.
Configures the port in a channel group and sets the
mode. The channel-number range is from 1 to 4096.
Cisco NX-OS creates the EtherChannel associated with
this channel group if the EtherChannel does not already
exist. This is called implicit EtherChannel creation.
(Optional)
Removes the port from the channel group. The port
reverts to its original configuration.
Configuring EtherChannels
OL-16597-01

Advertisement

Table of Contents
loading

Table of Contents