Allied Telesis AT-S63 User Manual
Page 161

AT-S63 Management Software Command Line User’s Guide
Section I: Basic Operations
161
To set the wiring configuration on a port, you must disable Auto-
Negotiation and set the speed and duplex mode manually.
This example assigns the name “printer22” to port 15:
awplus> enable
awplus# configure terminal
awplus(config)# interface 15
awplus(config-if)# description printer22
The description of a port cannot contain spaces.
This example disables port 3:
awplus> enable
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 backpressure 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