flow-control
Syntax
flow-control rxtx
[no] flow-control rxtx
Description
Enables negotiation of IEEE 802.3x link-level flow control on the current interface. The switch advertises link-level flow-control support to the link partner. The final configuration is determined based on the capabilities of both partners.
The no form disables flow control support on the current interface.
Command context
config-if
Authority
Administrators or local user group members with execution rights for this command.
Parameters
rxtx
Enables the ability to respect and generate IEEE 802.3x link-level pause frames on the current interface.
Examples
Enable support for rxtx flow control:
switch(config)# interface 1/1/1 switch(config-if)# flow-control rxtx
Disable support for rxtx flow control:
switch(config)# interface 1/1/1 switch(config-if)# no flow-control rxtx