OcNOS-RON : Layer 2 Guide : Layer 2 Command Reference : Spanning Tree Protocol Commands : spanning-tree link-type
spanning-tree link-type
Use this command to enable or disable point-to-point or shared link types.
RSTP has a backward-compatible STP mode, spanning-tree link-type shared. An alternative is the spanning-tree force-version 0.
Use the no parameter with this command to disable rapid transition.
Command Syntax
spanning-tree link-type auto
spanning-tree link-type point-to-point
spanning-tree link-type shared
no spanning-tree link-type
Parameters
auto
Sets to either point-to-point or shared based on duplex state.
point-to-point
Enables rapid transition.
shared
Disables rapid transition.
Default
By default, spanning-tree link-type is enabled.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#spanning-tree link-type point-to-point
 
(config-if)#no spanning-tree link-type
 
Last modified date: 07/13/2023