Which MST configuration parameter must match across all switches in the same MST region?
These define the MST region.
Why this answer
In MST (Multiple Spanning Tree) protocol, switches in the same MST region must share the same region name, revision number, and VLAN-to-instance mapping. These parameters define the region boundary; if any differ, switches will treat each other as being in different regions, breaking MST interoperability and causing them to run separate spanning trees (e.g., PVST+).
Exam trap
Cisco often tests the misconception that bridge priority or root bridge must match across a region, but the trap here is that only the three region parameters (name, revision, VLAN mapping) must be identical; other spanning-tree parameters are per-instance or per-switch and do not define region membership.
How to eliminate wrong answers
Option A is wrong because port cost is a per-port parameter used for path selection within a spanning tree instance, not a region-wide parameter that must match across switches. Option B is wrong because the root bridge is dynamically elected per MST instance (or per spanning tree) and does not need to be configured identically across switches in the same region. Option D is wrong because bridge priority is a per-switch value used in root bridge election and can differ among switches in the same MST region without affecting region membership.