beautypg.com

Show flowcontrol interface command – Allied Telesis AT-8100 Series User Manual

Page 191

background image

AT-8100 Switch Command Line User’s Guide

191

This example configures port 21 not to send pause packets during periods
of packet congestion:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.21
awplus(config-if)# speed 100
awplus(config-if)# duplex full
awplus(config-if)# flowcontrol send off

This example enables both the receive and send portions of flow control
on port 7:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.7
awplus(config-if)# flowcontrol receive on
awplus(config-if)# flowcontrol send on

For reference information, refer to “FLOWCONTROL” on page 216.

To disable flow control, use the NO FLOWCONTROL command in the
Port Interface mode. This example disables flow control on ports 22 and
23:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.22,port1.0.23
awplus(config-if)# no flowcontrol

To view the flow control settings on ports, use the SHOW
FLOWCONTROL INTERFACE command in the Privilege Exec mode.
Here is the format of the command:

show flowcontrol interface

port

You can view just one port at a time. This example displays the flow
control settings for port 4:

awplus# show flowcontrol interface port1.0.4

Here is an example of the information the command displays.

Figure 46. SHOW FLOWCONTROL INTERFACE Command

The columns in the table are described in “SHOW FLOWCONTROL
INTERFACE” on page 232.

Port

Send

Receive

RxPause

TxPause

admin

admin

-----

-------

-------

-------

-------

1.0.4

yes

yes

112

83