350-401 · Question #225
Refer to the exhibit. Which two commands ensure that DSW1 becomes root bridge for VLAN 10 and 20?
The correct answer is B. spanning-tree mst 1 root primary E. spanning-tree mst 1 priority 4096. Explanation In Multiple Spanning Tree (MST), VLANs are mapped to MST instances, so if VLANs 10 and 20 are mapped to MST Instance 1, you configure priority on that instance - not on the VLANs directly. Option B (spanning-tree mst 1 root primary) automatically sets the priority to
Question
Refer to the exhibit. Which two commands ensure that DSW1 becomes root bridge for VLAN 10 and 20?
Exhibits
Options
- Aspanning-tree mst 1 priority 1
- Bspanning-tree mst 1 root primary
- Cspanning-tree mstp vlan 10,20 root primary
- Dspanning-tree mst vlan 10,20 priority root
- Espanning-tree mst 1 priority 4096
How the community answered
(39 responses)- A5% (2)
- B82% (32)
- C10% (4)
- D3% (1)
Explanation
Explanation
In Multiple Spanning Tree (MST), VLANs are mapped to MST instances, so if VLANs 10 and 20 are mapped to MST Instance 1, you configure priority on that instance - not on the VLANs directly. Option B (spanning-tree mst 1 root primary) automatically sets the priority to 24576 (or lower if needed) to win root election for MST instance 1, and Option E (spanning-tree mst 1 priority 4096) manually sets a low priority value (4096 is a valid multiple of 4096 and low enough to win), both correctly targeting MST instance 1.
Why the distractors are wrong:
- A is incorrect because
priority 1is not a valid priority value - MST priorities must be multiples of 4096 (e.g., 0, 4096, 8192). - C is incorrect because
mstpis not valid IOS syntax, and MST does not usevlanin the command - you reference the instance number. - D is incorrect because
priority rootis not valid syntax; the correct form is eitherroot primaryor a numeric priority value.
Memory Tip: Think "MST = Instances, not VLANs" - always configure MST spanning-tree commands using the instance number, and remember priorities must be multiples of 4096 (0, 4096, 8192...).
Topics
Community Discussion
No community discussion yet for this question.

