Adding A Layer 2 Port To A Port Channel - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Chapter 6
Configuring Port Channels
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface port-channel channel-number
Example:
switch(config)# interface port-channel 1
switch(config-if)
Step 3
show port-channel summary
Example:
switch(config-router)# show port-channel
summary
Step 4
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Use the no interface port-channel command to remove the port channel and delete the associated
channel group.
Command
no interface port-channel channel-number
Example:
switch(config)# no interface port-channel
1
This example shows how to create a port channel:
switch# configure terminal
switch (config)# interface port-channel 1
See the
changes when you delete the port channel.

Adding a Layer 2 Port to a Port Channel

You can add a Layer 2 port to a new channel group or to a channel group that already contains Layer 2
ports. The software creates the port channel associated with this channel group if the port channel does
not already exist.
BEFORE YOU BEGIN
Enable LACP if you want LACP-based port channels.
OL-23435-03
"Compatibility Requirements" section on page 6-5
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Purpose
Enters configuration mode.
Specifies the port-channel interface to configure, and
enters the interface configuration mode. The range is
from 1 to 4096. The Cisco DC-OS software
automatically creates the channel group if it does not
already exist.
(Optional) Displays information about the port
channel.
(Optional) Copies the running configuration to the
startup configuration.
Purpose
Removes the port channel and deletes the
associated channel group.
for details on how the interface configuration
Configuring Port Channels
6-17

Advertisement

Table of Contents
loading

Table of Contents