show qos flowcontrol interface

Displays the configured flow control information for a specific interface, port channel, or all interfaces on the device.

Syntax

show qos flowcontrol interface { all | ethernet slot/port | port-channel number }

Parameters

all
Displays the flow control information on all interfaces.
ethernet slot/port
Displays the flow control information on the specified interface.
port-channel number
Displays the flow control information on the interface for the specified port channel.

Modes

Privileged EXEC mode

Usage Guidelines

This command displays the flow control mode, generation (Tx) and reception (Rx) status, and Tx and Rx PAUSE frame counts.

Examples

The following example displays the flow control information for all interfaces.

device# show qos flowcontrol interface all 
Interface Ethernet 1/1
  Mode Off
Interface Ethernet 1/2
  Mode Off
Interface Ethernet 1/3
  Mode Off
Interface Ethernet 1/4
  Mode Off
...
Interface Ethernet 3/18
  Mode 802.3x
     TX    RX         TX Output Paused    RX
  Admin Admin     Frames  512 BitTimes     Frames
  -----------------------------------------------
     Off   On          0                        0

The following example displays the flow control information on a specific interface.

device# show qos flowcontrol interface ethernet 3/18
Interface Ethernet 3/18
  Mode 802.3x
     TX    RX         TX Output Paused    RX
  Admin Admin     Frames  512 BitTimes     Frames
  -----------------------------------------------
     Off   On          0                        0