Shutting Down And Restarting The Port-Channel Interface - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

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 2
switch(config-if)
Step 3
bandwidth value
Example:
switch(config-if)# bandwidth 60000000
switch(config-if)#
Step 4
delay value
Example:
switch(config-if)# delay 10000
switch(config-if)#
Step 5
exit
Example:
switch(config-if)# exit
switch(config)#
Step 6
show interface port-channel
channel-number
Example:
switch(config-router)# show interface
port-channel 2
Step 7
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
This example shows how to configure the informational parameters of the bandwidth and delay for port
channel 5:
switch# configure terminal
switch (config)# interface port-channel 5
switch(config-if)# bandwidth 60000000
switch(config-if)# delay 10000
switch(config-if)#

Shutting Down and Restarting the Port-Channel Interface

You can shut down and restart the port-channel interface. When you shut down a port-channel interface,
no traffic passes and the interface is administratively down.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
6-22
Chapter 6
Purpose
Enters configuration mode.
Specifies the port-channel interface that you want to
configure, and enters the interface mode.
Specifies the bandwidth, which is used for
informational purposes. The range is from 1 to
80,000,000 kbs. The default value depends on the total
active interfaces in the channel group.
Specifies the throughput delay, which is used for
informational purposes. The range is from 1 to
16,777,215 tens of microseconds. The default value is
10 microseconds.
Prior to Cisco Release 4.2(1), the default delay
Note
value was 100 microseconds.
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.
Configuring Port Channels
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents