Allied Telesis AT-S63 User Manual

Page 167

Advertising
background image

AT-S63 Management Software Command Line User’s Guide

Section I: Basic Operations

167

awplus(config-if)# speed auto

This example sets the wiring configuration for port 28 to MDI:

awplus> enable
awplus# configure terminal
awplus(config)# interface 28
awplus(config-if)# polarity mdi

This example activates backpressure on port 15:

awplus> enable
awplus# configure terminal
awplus(config)# interface 15
awplus(config-if)# flowcontrol backpressure on

This example activates flow control on ports 11 and 18:

awplus> enable
awplus# configure terminal
awplus(config)# interface 11,18
awplus(config-if)# flowcontrol receive on
awplus(config-if)# flowcontrol send on

This example sets the threshold for flow control and backpressure on ports
15 and 20 to 7000 cells:

awplus> enable
awplus# configure terminal
awplus(config)# interface 15,20
awplus(config-if)# bplimit 7000

This example performs a soft reset on ports 18 to 21:

awplus> enable
awplus# configure terminal
awplus(config)# interface 18-21
awplus(config-if)# softreset

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

Advertising