OcNOS-RON : Layer 2 Guide : Layer 2 Command Reference : Spanning Tree Protocol Commands : bridge te-msti vlan
bridge te-msti vlan
Use this command to enable or disable a Multiple Spanning Tree Instance (MSTI). When an MSTI is shutdown (disabled) each VLAN in the MSTI is set to the forwarding state on all bridge ports which the VLAN as a member of. When and MSTI is enabled (no shutdown), normal MSTP operation is started for the MSTI.
The te-msti always refers to the MST instance indexed by the pre-defined macro constant MSTP_TE_MSTID internally. This is the only MST instance which supports the disabling of spanning trees. All VLANs that do not want spanning tree topology computation need to be assigned to this te-msti instance.
This command is intended for supporting Traffic Engineering (TE) Ethernet tunnels. All VLANs allocated for traffic engineering should be assigned to one MSTI. That MSTI can in turn shutdown the spanning tree operation so that each VLAN path through the network can be manually provisioned.
Use the no form of this command to remove the configuration.
Command Syntax
bridge (<1-32>) te-msti vlan <1-4094>
no bridge (<1-32>) te-msti vlan <1-4094>
Parameters
<1-32>
Specify the bridge group ID.
vlan
Specify a VLAN.
<1-4094>
Specify a VLAN identifier to be associated.
Note: This designated instance is defined in 802.1Qay clause 8.9 to be 0xFFE.
Default
By default, te-msti vlan is vlan1.
Command Mode
TE-MSTI Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#spanning-tree te-msti configuration
(config-te-msti)#bridge 2 te-msti vlan 10
(config-te-msti)#no bridge 2 te-msti vlan 10
Last modified date: 07/13/2023