flow-control

Syntax

On all switches, except the 8325:

flow-control rx

[no] flow-control rx

On the 8325:

flow-control {rx | priority <PRIORITY>}

[no] flow-control [rx | priority <PRIORITY>]

Description

Enables negotiation of receive flow control on the current interface. The switch advertises rx support to the link partner. The final configuration is determined based on the capabilities of both partners.

Priority-based flow control (PFC) on the 3225 switch only takes effect after the configuration is saved to startup-config and the switch is restarted.

The no form of this command disables flow control support on the current interface.

Command context

config-if

Authority

Administrators

Parameters

rx

Enables the ability to cease and resume transmission when receiving IEEE 802.3x link-level pause frames on the current interface.

priority <PRIORITY>

Enables priority-based flow control on the current interface and sets the priority number. Range: 0 - 7.

Examples

Enable support for rx flow control:

switch(config)# interface 1/1/1
switch(config-if)# flow-control rx

Disable support for rx flow control:

switch(config)# interface 1/1/1
switch(config-if)# no flow-control rx

Enable support for priority flow control:

switch(config)# interface 1/1/1
switch(config-if)# flow-control priority 2

Disable support for priority flow control:

switch(config)# interface 1/1/1
switch(config-if)# no flow-control priority 2