Configuring Ieee 802.3Z Flow Control - Cisco 6500 Series Software Configuration Manual

Hide thumbs Also See for 6500 Series:
Table of Contents

Advertisement

Configuring Optional Interface Features
This example shows how to configure the MTU size on Gigabit Ethernet port 1/2:
Router# configure terminal
Router(config)# interface gigabitethernet 1/2
Router(config-if)# mtu 9216
Router(config-if)# end
This example shows how to verify the configuration:
Router# show interface gigabitethernet 1/2
GigabitEthernet1/2 is administratively down, line protocol is down
Hardware is C6k 1000Mb 802.3, address is 0030.9629.9f88 (bia 0030.9629.9f88)
MTU 9216 bytes, BW 1000000 Kbit, DLY 10 usec,
<...Output Truncated...>
Router#
Configuring the Global LAN Port MTU Size
To configure the global LAN port MTU size, perform this task:
Command
Step 1
Router(config)# system jumbomtu mtu_size
Router(config)# no system jumbomtu
Step 2
Router(config)# end

Configuring IEEE 802.3Z Flow Control

Gigabit Ethernet and 10-Gigabit Ethernet ports on the Catalyst 6500 series switches use flow control to
stop the transmission of frames to the port for a specified time; other Ethernet ports use flow control to
respond to flow-control requests.
If a Gigabit Ethernet or 10-Gigabit Ethernet port receive buffer becomes full, the port transmits an
IEEE 802.3Z pause frame that requests remote ports to delay sending frames for a specified time. All
Ethernet ports (10 Gbps, 1 Gbps, 100 Mbps, and 10 Mbps) can receive and respond to IEEE 802.3Z
pause frames from other devices.
To configure flow control on an Ethernet port, perform this task:
Command
Step 1
Router(config)# interface type
Step 2
Router(config-if)# flowcontrol {receive | send}
{desired | off | on}
Router(config-if)# no flowcontrol {receive |
send}
Step 3
Router# show interfaces [type
flowcontrol
1.
type = ethernet, fastethernet, gigabitethernet, or tengigabitethernet
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
6-14
Purpose
Configures the global LAN port MTU size.
Reverts to the default global LAN port MTU size (9216
bytes).
Exits configuration mode.
Purpose
1
Selects the port to configure.
slot/port
Configures a port to send or respond to pause frames.
Reverts to the default flow control settings.
1
Displays the flow-control configuration for all ports.
slot/port]
Chapter 6
Configuring Interfaces
78-14099-04

Advertisement

Table of Contents
loading

Table of Contents