DGS-6604
m
spanning-tree mst priority
CLI Reference Guide
871
spanning-tree mst priority
Use this command to configure the bridge priority value for the selected MSTP
instance. Use the no form of the command to return the setting to the default
setting.
spanning-tree mst
INSTANCE-ID
priority
PRIORITY
no spanning-tree mst
INSTANCE
-
ID
priority
Default
PRIORITY
: 32768
Command Mode
Global configuration
Usage Guideline
The number of supported MSTP instances is project dependent.
This priority has same definition as the “spanning-tree priority” on page 873
within the STP command set, but it can specify different priorities for each distinct
MSTP instance.
Example
This example shows how to configure bridge priority for the MSTP instance 2.
Verify the settings by entering the
show spanning-tree mst
command.
Syntax Description
INSTANCE-ID
Specifies the MSTP instance identifier. Valid values are from 0 to 63. The
number of supported MSTP instances is project dependent. Instance 0
represents the default instance, CIST.
PRIORITY
Specifies the bridge priority. The priority value must be divisible by 4096 and the
range is from 0 to 61440.
Switch# configure terminal
Switch(config)#spanning-tree mst 2 priority 0
Switch(config)# end