Allied Telesis AT-S63 User Manual
Page 545

AT-S63 Management Software Command Line User’s Guide
Section V: Spanning Tree Protocols
545
Description
These AlliedWare Plus commands are identical to the standard command.
Example
The following commands assign port 2 a port cost of 15 and a port priority
of 192 (increment 12):
awplus> enable
awplus# configure terminal
awplus(config)# interface 2
awplus(config-if)# spanning-tree path-cost 15
awplus(config-if)# spanning-tree priority 12
The following commands designate port 22 as an edge port:
awplus> enable
awplus# configure terminal
awplus(config)# interface 22
awplus(config-if)# spanning-tree edgeport
The following commands designate ports 17 and 23 as not edge ports:
awplus> enable
awplus# configure terminal
awplus(config)# interface 17,23
awplus(config-if)# no spanning-tree edgeport
The following commands designate ports 11 to 23 as point-to-point ports:
awplus> enable
awplus# configure terminal
awplus(config)# interface 11-23
awplus(config-if)# spanning-tree link-type point-to-point
The following commands designate ports 26 and 27 as not point-to-point
ports:
awplus> enable
awplus# configure terminal
awplus(config)# interface 26,27
awplus(config-if)# spanning-tree link-type shared