mst-config-create
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-create
instance-id id |
Specify an ID for the MST configuration. |
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 create a MST configuration on the switch.
Examples To create a MST configuration with the ID 10, VLANs 12-15, and bridge-priority of 4096, use the following syntax:
CLI (network-admin@switch) > mst-config-create instance-id 10 vlans 12-15 bridge-priority 4096