F Commands
This chapter describes the Cisco NX-OS quality of service (QoS) commands that begin with F.
flowcontrol
To enable IEEE 802.3x link-level flow control for the selected interface, use the flowcontrol command.
flowcontrol [ receive { on | off }] [ send { on | off }]
Syntax Description
Command Default
Command Modes
Command History
|
|
|
Usage Guidelines
You can use this command on the following interfaces:
Note
Use the no switchport command to configure an interface as a Layer 3 interface.
Examples
This example shows how to enable flow control for traffic received on an interface:
switch# configure terminal
switch(config)# interface ethernet 1/2
switch(config-if)# flowcontrol receive on
Related Commands
|
|
|
|---|---|
Displays the detailed listing of the flow control settings on all interfaces. |
Feedback