Command Line Interface
4-108
4
Example
The following example configures Ethernet port 5 capabilities to 10 0half, 100full and
flow control.
Related Commands
negotiation (4-106)
speed-duplex (4-105)
flowcontrol (4-108)
flowcontrol
This command enables flow control. Use the no form to disable flow control.
Syntax
[no] flowcontrol
Default Setting
Flow control enabled
Command Mode
Interface Configuration (Ethernet, Port Channel)
Command Usage
Flow control can eliminate frame loss by “blocking” traffic from en d stations or
segments connected directly to the switch when its buffers fill. When enabled,
back pressure is used for half-duplex operation and IEEE 802.3x for
full-duplex operation.
To force flow control on or off (with the flowcontrol or no flowcontrol
command), use the no negotiation command to disable auto-negotiat ion on
the selected interface.
When using th e negotiation command to enable auto-negotiation, the
optimal settings will be determined by the capabilities command. To enable
flow control under auto-negotiation, “flowcontrol” must be included in the
capabilities list for any port
Avoid using flow contr ol on a port connected to a hub unless it is actually
required to solve a problem. Otherwise back pressure jamming signa ls may
degrade overall performance for the segment attached to the hub.
Console(config)#interface ethernet 1/5
Console(config-if)#capabilities 100half
Console(config-if)#capabilities 100full
Console(config-if)#capabilities flowcontrol
Console(config-if)#