1. Juniper Networks TechLibrary, Junos OS Documentation, "Understanding MSTP": This document explains that the switch with the lowest bridge ID (which includes priority) becomes the root bridge for an MSTI. The default priority is 32,768. The configured priority of 4096 (4k) for MSTI 1 makes Switch1 the root.
2. Juniper Networks TechLibrary, Junos OS Documentation, "Example: Configuring MSTP for VLAN Load Balancing on EX Series Switches": This configuration example demonstrates a typical load-balancing scenario. One switch is configured with a low priority (e.g., 4096) for one MSTI and a higher priority (e.g., 8192) for a second MSTI. A second switch is configured with the priorities reversed. This confirms the design intent and the failover behavior where the switch with the 8192 priority acts as the backup root and takes over if the primary root fails.
3. Juniper Networks TechLibrary, Junos OS Documentation, bridge-priority (MSTP): This page details the bridge-priority statement within the [edit protocols mstp msti] hierarchy. It confirms that the range is 0 through 61440 in increments of 4096, and a lower value increases the likelihood of becoming the root bridge. This supports the analysis that 4k is a root priority and 8k is a backup root priority.