Cisco 7604-RSP720C-R Configuration Manual page 179

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
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
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 2
switch(config-if)
Step 3
shutdown
Example:
switch(config-if)# shutdown
switch(config-if)#
no shutdown
Example:
switch(config-if)# no shutdown
switch(config-if)#
Step 4
exit
Example:
switch(config-if)# exit
switch(config)#
Step 5
show interface port-channel
channel-number
Example:
switch(config-router)# show interface
port-channel 2
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
This example shows how to bring up the interface for port channel 2:
switch# configure terminal
switch (config)# interface port-channel 2
switch(config-if)# no shutdown
OL-23435-03
configure terminal
interface port-channel channel-number
shutdown | no shutdown
exit
show interface port-channel channel-number
copy running-config startup-config
Purpose
Enters configuration mode.
Specifies the port-channel interface that you want to
configure, and enters the interface mode.
Shuts down the interface. No traffic passes and the
interface displays as administratively down. The
default is no shutdown.
Opens the interface. The interface displays as
administratively up. If there are no operational
problems, traffic passes. The default is no shutdown.
Exits the interface mode and returns to the
configuration mode.
(Optional) Displays interface information for the
specified port channel.
(Optional) Copies the running configuration to the
startup configuration.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring Port Channels
6-23

Advertisement

Table of Contents
loading

Table of Contents