Spanning-tree link-type – Allied Telesis AT-8100 Series User Manual
Page 845
AT-8100 Switch Command Line User’s Guide
845
SPANNING-TREE LINK-TYPE
Syntax
spanning-tree link-type point-to-point|shared
Parameters
point-to-point
Allows for rapid transition of a port to the forwarding state during
the convergence process of the spanning tree domain.
shared
Disables rapid transition of a port. You may want to set link type to
shared if a port is connected to a hub with multiple switches
connected to it.
Mode
Port Interface mode
Description
Use this command to designate point-to-point ports and shared ports.
Confirmation Command
“SHOW RUNNING-CONFIG” on page 170
Examples
This example designates ports 11 to 23 as point-to-point ports:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.11-port1.0.23
awplus(config-if)# spanning-tree link-type point-to-point
This example designates the links on ports 26 and 27 as shared links:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.26,port1.0.27
awplus(config-if)# spanning-tree link-type shared