10-20
Cisco Catalyst Blade Switch 3130 for Dell Software Configuration Guide
OL-13270-01
Chapter10 Configuring Interface Characteristics
Configuring Ethernet Interfaces
This example shows how to set the interface speed to 100 Mb/s and the duplex mode to half on an
external 10/100/1000 Mb/s port:
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/17
Switch(config-if)# speed 10
Switch(config-if)# duplex half
This example shows how to set the interface speed to 100 Mb/s on an externa l 10 /100 /1 000 M b/s p ort:
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/17
Switch(config-if)# speed 100
Configuring IEEE 802.3x Flow Control
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 ca nnot
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 Switch 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 requ ired to b ut can sen d flo w-con trol pack ets.
These rules apply to flow control settings on the device:
receive on (or desired): The port cannot send pause frames but can operate with an attached de v ice
that is required to or can send pause frames; the port can receive pause frames.
receive off: Flow control does not operate in ei ther 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 flow control resolution on local and remote ports,
see the flowcontrol interface configuration command in the command reference for this release.
Beginning in privi leged EXEC mode, fol l ow these steps to configure flow control on an interface:
Command Purpose
Step1 configure terminal Enter global configuration mode
Step2 interface interface-id Specify the physical interface to be configured, and enter
interface configuration mode.
Step3 flowcontrol {receive} {on | off | desired} Configure the flow control mode for the port.
Step4 end Return to privileged EXEC mode.
Step5 show interfaces interface-id Verify the interface flow control settings.
Step6 copy running-config startup-config (Optional) Save your entries in the configuration file.