Allied Telesis AT-9000/28POE Switch User Manual


  Open as PDF
of 1480
 
AT-9000 Switch Command Line User’s Guide
151
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 176.
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 42. SHOW FLOWCONTROL INTERFACE Command
The columns in the table are described in “SHOW FLOWCONTROL
INTERFACE” on page 191.
Port Send Receive RxPause TxPause
admin admin
----- ------- ------- ------- -------
1.0.4 yes yes 112 83