flow-control
This command sets the flow control mode of the Ethernet interface.
Syntax
flow-control { auto | disabled }
flow-control { auto | disabled | tx | rx | full }
Parameters
auto- For interfaces that support autonegotiation, performs standard IEEE 802.3 autonegotiation for flow control. This setting is the default value.
disabled- Disables flow control. The interface does not send flow control
PAUSEframes and ignores receivedPAUSEframes.Note: Do not select this option unless you are working with IBM® Support. tx- Enables transmit mode. The interface transmits flow control
PAUSEframes but ignores the receivedPAUSEframes. rx- Enables receive mode. The interface honors received flow control
PAUSEframes but does not transmitPAUSEframes. full- Enables full flow control. The interface transmits flow control
PAUSEframes and honors the receivedPAUSEframes.
Guidelines
The flow-control command specifies the flow control mode of the Ethernet interface. Disable flow control only at the direction of IBM Support.
Example
Set the flow control mode of Ethernet
interface
eth20 to disabled.
# interface eth20
Interface configuration mode (eth20)
(config-if[eth20]) # flow-control disabled