Cisco 7604-RSP720C-R Configuration Manual page 44

Nx-os interfaces
Table of Contents

Advertisement

Configuring the Basic Interface Parameters
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 4
interface ethernet slot/port
Example:
switch(config)# interface ethernet 3/1
switch(config)#
Step 5
rate-mode dedicated
Example:
switch(config-if)# rate-mode dedicated
switch(config-if)#
Step 6
no shutdown
Example:
switch(config-if)# no shutdown
Step 7
show interface ethernet slot/port capabilities
Example:
switch(config)# show interface ethernet 3/1
Step 8
exit
Example:
switch(config-if)# exit
switch(config)#
Step 9
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
This example shows how to configure the dedicated mode for Ethernet port 4/17 in the group that
includes ports 4/17, 4/19, 4/21, and 4/23:
switch# configure terminal
switch(config)# interface ethernet 4/17, ethernet 4/19, ethernet 4/21, ethernet 4/23
switch(config-if)# shutdown
switch(config-if)# interface ethernet 4/17
switch(config-if)# rate-mode dedicated
switch(config-if)# no shutdown
switch(config-if)#
Sharing the Bandwidth Among a Port Group
You can share 10 Gb of bandwidth among a group of ports (four ports) on a 32-port 10-Gigabit Ethernet
module. To share the bandwidth, you must bring the dedicated port administratively down, specify the
ports that are to share the bandwidth, change the rate mode to shared, and then bring the ports
administratively up.
BEFORE YOU BEGIN
All ports in the same group must belong to the same VDC.
SUMMARY STEPS
1.
2.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
2-20
configure terminal
interface ethernet slot/port
Chapter 2
Configuring Basic Interface Parameters
Purpose
Specifies the first Ethernet interface in a
group of interfaces.
Dedicates the full bandwidth of 10 Gb to
one port. When you dedicate the
bandwidth, all subsequent commands for
the port are for dedicated mode.
Brings the port administratively up.
Displays the interface information
including the current rate mode.
Exits the interface mode.
(Optional) Copies the running
configuration to the startup configuration.
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents