mst-config-show
Multiple Spanning Tree Protocol as defined in IEEE802.1s or IEEE802.1Q-2005 provides the ability to manage multiple VLANs from a single MST instance. MST allows the formation of MST regions that can run multiple MST instances (MSTIs). Multiple regions, and other STP bridges are interconnected using one single Common Spanning Tree (CST).
Syntax mst-config-show
instance-id id |
Specify an ID for the MST configuration. This is a number between 0, and 63. |
vlans vlan-list |
Specify the list of VLANs associated with the MST configuration. |
bridge-priority bridge-priority-number |
Specify the bridge priority for the MST configuration. The bridge priority is a value from 0 to 65536, with a default value of 0. The value increments by 4096 each time. So for example, values can be 0, 4096, 8192, up to 65536. |
Defaults None
Access CLI
History
Version 2.4 |
Command introduced. |
Usage This command is used to display a MST configuration on the switch.
Examples To display a MST configuration with the ID 10, VLANs 13-16, and bridge-priority of 4096, use the following syntax:
CLI (network-admin@switch) > mst-config-show
switch instance-id vlans bridge-priority
------ ----------- ------------ ---------------
Leaf1 0 21-4093,4095 32768
Leaf1 10 1-20 32768
Leaf1 64 4094 32768