Send document comments to nexus7k-docfeedback@cisco.com
2-31
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 2 Configuring Basic Interface Parameters
Configuring the Basic Interface Parameters
DETAILED STEPS
This example shows how to set Ethernet port 3/1 to send flow control pause frames:
switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-if)# flowcontrol send on
switch(config-if)#
Configuring the MTU Size
You can configure the maximum transmission unit (MTU) size for Layer 2 and Layer 3 Ethernet
interfaces. For Layer 3 interfaces, you can configure the MTU to be between 576 and 9216 bytes (even
values are required). For Layer 2 interfaces, you can configure the MTU to be either the system default
MTU (1500 bytes) or the system jumbo MTU size (which has the default size of 9216 bytes).
Command Purpose
Step 1
configure terminal
Example:
switch# config terminal
switch(config)#
Enters configuration mode.
Step 2
interface ethernet slot/port
Example:
switch(config)# interface ethernet 3/1
switch(config-if)#
Specifies an Ethernet interface to
configure by its slot number and port
number, and enters the interface
configuration mode.
Step 3
flowcontrol {send | receive} {desired | on | off}
Example:
switch(config-if)# flowcontrol send on
switch(config)-if#
Specifies the flow-control setting for
ports. You can set the send setting for
only the ports running at 1000 Mb/s or
faster. You can set the receive setting for
ports running at any speed.
Step 4
show interface ethernet slot/port
Example:
switch(config)# show interface ethernet 3/1
switch(config)
Displays the interface status, which
include the flow control parameters.
Step 5
show interface flowcontrol
Example:
switch(config)# show interface flowcontrol
switch(config)
Displays the flow control status for all
Ethernet ports.
Step 6
exit
Example:
switch(config-if)# exit
switch(config)#
Exits the interface mode.
Step 7
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
(Optional) Copies the running
configuration to the startup
configuration.