Cisco Systems ME3400G2CSA Switch User Manual


 
9-17
Cisco ME 3400 Ethernet Access Switch Software Configuration Guide
78-17058-01
Chapter 9 Configuring Interface Characteristics
Configuring Ethernet Interfaces
Configuring IEEE 802.3x Flow Control
IEEE 802.3x flow control enables connected Ethernet ports to control traffic rates during congestion by
allowing congested nodes to pause link operation at the other end. If one port experiences congestion
and cannot receive any more traffic, it notifies the other port by sending a pause frame to stop sending
until the condition clears. Upon receipt of a pause frame, the sending device stops sending any data
packets, which prevents any loss of data packets during the congestion period.
Note Ports can receive, but not send, pause frames.
You use the flowcontrol interface configuration command to set the interface’s ability to receive pause
frames to on, off, or desired. The default state is off.
When set to desired, an interface can operate with an attached device that is required to send
flow-control packets or with an attached device that is not required to but can send flow-control packets.
These rules apply to IEEE 802.3x flow control settings on the device:
receive on (or desired): The port cannot send pause frames but can operate with an attached device
that is required to or can send pause frames; the port can receive pause frames.
receive off: IEEE 802.3x flow control does not operate in either direction. In case of congestion, no
indication is given to the link partner, and no pause frames are sent or received by either device.
Note For details on the command settings and the resulting IEEE 802.3x flow control resolution on local and
remote ports, see the flowcontrol interface configuration command in the command reference for this
release.
Beginning in privileged EXEC mode, follow these steps to configure IEEE 802.3x flow control on an
interface:
To disable IEEE 802.3x flow control, use the flowcontrol receive off interface configuration command.
This example shows how to enable IEEE 802.3x flow control on a port:
Switch# configure terminal
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# flowcontrol receive on
Switch(config-if)# end
Command Purpose
Step 1
configure terminal Enter global configuration mode
Step 2
interface interface-id Specify the physical interface to be configured, and enter
interface configuration mode.
Step 3
no shutdown Enable the port, if necessary. By default, UNIs are disabled, and
NNIs are enabled.
Step 4
flowcontrol {receive} {on | off | desired} Configure the IEEE 802.3x flow control mode for the port.
Step 5
end Return to privileged EXEC mode.
Step 6
show interfaces interface-id Verify the interface IEEE 802.3x flow control settings.
Step 7
copy running-config startup-config (Optional) Save your entries in the configuration file.