Use this command to display the flow control state for one or more ports.
port-string | (Optional) Displays flow control state for specific port(s). |
If port-string is not specified, flow control information for all ports will be displayed.
All command modes.
This example shows how to display the port flow control state for port range ge.1.1-5:
System(rw)->show port flowcontrol ge.1.1-5 Port TX Admin TX Oper RX Admin RX Oper TX Pause Count RX Pause Count ------------ -------- -------- -------- -------- -------------- -------------- ge.1.1 enabled disabled enabled disabled 0 0 ge.1.2 enabled disabled enabled disabled 0 0 ge.1.3 enabled enabled enabled enabled 0 0 ge.1.4 enabled disabled enabled disabled 0 0 ge.1.5 enabled disabled enabled disabled 0 0
show port flow control Output Details provides an explanation of the command output.
Output... | What it displays... |
---|---|
Port | Port designation. |
TX Admin | Whether or not the port is administratively enabled or disabled for sending flow control frames. |
TX Oper | Whether or not the port is operationally enabled or disabled for sending flow control frames. |
RX Admin | Whether or not the port is administratively enabled or disabled for acknowledging received flow control frames. |
RX Oper | Whether or not the port is operationally enabled or disabled for acknowledging received flow control frames. |
TX Pause Count | Number of Pause frames transmitted. |
RX Pause Count | Number of Pause frames received. |