Configuring The Bandwidth And Delay For Informational Purposes - 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
Command
Step 5
show interface type slot/port
Example:
switch(config-router)# show interface
ethernet 1/4
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Use the no channel-group command to remove the port from the channel group. The port reverts to its
original configuration. You must reconfigure the IP addresses for this port.
Command
no channel-group
Example:
switch(config)# no channel-group
This example shows how to add a Layer 3 Ethernet interface 1/5 to channel group 6 in on mode:
switch# configure terminal
switch (config)# interface ethernet 1/5
switch(config-if)# no switchport
switch(config-if)# channel-group 6
This example shows how to create a Layer 3 port-channel interface and assign the IP address:
switch# configure terminal
switch(config)# interface port-channel 4
switch(config-if)# ip address 192.0.2.1/8

Configuring the Bandwidth and Delay for Informational Purposes

The bandwidth of the port channel is determined by the number of total active links in the channel.
You configure the bandwidth and delay on port-channel interfaces for informational purposes.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
OL-23435-03
configure terminal
interface port-channel channel-number
bandwidth value
delay value
exit
show interface port-channel channel-number
copy running-config startup-config
Purpose
(Optional) Displays interface information.
(Optional) Copies the running configuration to the
startup configuration.
Purpose
Removes the port from the channel group.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring Port Channels
6-21

Advertisement

Table of Contents
loading

Table of Contents