Command Reference MSTP Commands
restore the default setting.
instance instance-id vlan vlan-range
no instance instance-id { vlan vlan-range }
Instance ID, in the range from 0 to 64
VLAN range, in the range from 1 to 4094.
The default is instance 0.
instance instance-id vlan vlan-range: Add VLAN to MST instance. Instance-ID is in the range from 0
to 64 and VLAN is in the range from 1 to 4094. Use commas to separate VLAN IDs and use hyphen
to indicate VLAN range, e.g., instance 10 vlan 2,3,6-9, which adds VLAN 2, 3, 4, 5, 6, 7, 8, 9 to
instance 10. By default, all VLANs are in instance 0. Use the no form of this command to remove
VLAN from instance 1-64.
If you create 64 instances by stacking on a Ruijie device with a small memory (e.g., 64M), the
memory may be undersized. It is recommended to limit stacking instance number.
This example enters MST mode and maps VLAN 3 and 5-10 to MST instance1.
Ruijie(config)# spanning-tree mst configuration
Ruijie(config-mst)# instance 1 vlan 3, 5-10
Ruijie(config-mst)# show spanning-tree mst configuration
Multi spanning tree protocol : Enable
Name :
Revision : 0
Instance Vlans Mapped
---------- ---------------------
0 1-2,4,11-4094
1 3,5-10
-----------------------------------
Ruijie(config-mst)# exit
Ruijie(config)#
The following example removes VLAN3 from instance 1.
Ruijie(config-mst)# no instance 1 vlan 3
The following example removes instance 1.
Ruijie(config-mst)# no instance 1