An enterprise network deployment uses Per-VLAN Spanning Tree Plus (PVST+) across three interconnected Layer 2 switches (SW1, SW2, and SW3). The switches are configured with the following parameters:
- SW1: Base bridge priority set to , MAC address `00:11:22:33:44:55`
- SW2: Base bridge priority set to , MAC address `00:AA:BB:CC:DD:EE`
- SW3: Base bridge priority set to , MAC address `00:AA:BB:CC:DD:11`
No explicit per-VLAN priority override commands have been configured for VLAN 100. Which switch is elected as the Spanning Tree Protocol (STP) Root Bridge for VLAN 100, and what is its calculated priority field within its Bridge Identifier (BID)?
- SW3 is elected as the Root Bridge with a total BID priority of 28772.Cevap
- BSW3 is elected as the Root Bridge with a total BID priority of 28672.
- CSW2 is elected as the Root Bridge with a total BID priority of 28772.
- DSW1 is elected as the Root Bridge with a total BID priority of 32868.
Cevap
SW3 is elected as the Root Bridge for VLAN 100 with a total BID priority of 28772.
The Spanning Tree Protocol (STP) Root Bridge election evaluates the 8-byte Bridge Identifier (BID), which consists of a 2-byte Priority field and a 6-byte MAC address. In PVST+, the 2-byte Priority field is divided into a 4-bit Priority multiplier (in increments of 4096) and a 12-bit System ID Extension representing the VLAN ID. For VLAN 100, the effective priorities are: SW1 = , SW2 = , and SW3 = . SW2 and SW3 tie with the lowest priority value of 28772. To break the tie, the MAC addresses are compared. Comparing `00:AA:BB:CC:DD:EE` (SW2) and `00:AA:BB:CC:DD:11` (SW3), SW3 has the lower MAC address because hexadecimal `11` is smaller than `EE`. Thus, SW3 becomes the Root Bridge for VLAN 100 with a total BID priority of 28772.
Adım Adım Çözüm
Anahtar Kavram
PVST+ System ID Extension and Root Bridge Election Priority/MAC Tiebreaker