Allied Telesis AT-S63 User Manual
Page 168

Chapter 8: Port Parameter Commands
168
Section I: Basic Operations
awplus# configure terminal
awplus(config)# interface 3
awplus(config-if)# shutdown
This example enables port 5:
awplus> enable
awplus# configure terminal
awplus(config)# interface 5
awplus(config-if)# no shutdown
This example sets the head of line blocking threshold on port 9 to 5,000
cells:
awplus> enable
awplus# configure terminal
awplus(config)# interface 9
awplus(config-if)# holbplimit 5000
This example activates flow control on ports 18 to 21 and 24:
awplus> enable
awplus# configure terminal
awplus(config)# interface 18-21,24
awplus(config-if)# flowcontrol receive on
This example deactivates flow control on port 19:
awplus> enable
awplus# configure terminal
awplus(config)# interface 19
awplus(config-if)# flowcontrol receive off
This example activates backpressure on ports 4 and 8:
awplus> enable
awplus# configure terminal
awplus(config)# interface 4,8
awplus(config-if)# flowcontrol backpressure on
This example deactivates backpressure on ports 1 to 4:
awplus> enable
awplus# configure terminal
awplus(config)# interface 1-4
awplus(config-if)# flowcontrol backpressure off
This example performs a software reset on ports 7 and 8:
awplus> enable
awplus# configure terminal
awplus(config)# interface 7,8
awplus(config-if)# softreset