flow-control

Syntax

[no] flow-control [<mode>]

Description

Enables flow control on an interface. Each invocation of this command overrides the previous configuration.

NOTE:

On auto-negotiated ports, this configuration is used for the advertisement and the final configuration is resolved with the link partner capabilities. On non-auto-negotiated ports, this configuration is forced onto the port.

The no form of this command disables flow control on an interface.

Command context

config-if

Authority

Administrators

Parameters

mode

rx: Enable ability to receive flow control packets from remote device.

Examples

Enable rx mode:

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

Disable rx mode:

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

Disable any mode previously configured:

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