Four switches—Switch-A, Switch-B, Switch-C, and Switch-D—are interconnected in a square physical ring topology using 1 Gbps Ethernet links (default STP path cost of 4). The switches are configured with standard IEEE 802.1D Spanning Tree Protocol using the following Bridge IDs:
- Switch-A: Priority 32768, MAC Address 00:11:22:33:44:AA
- Switch-B: Priority 32768, MAC Address 00:11:22:33:44:BB
- Switch-C: Priority 4096, MAC Address 00:11:22:33:44:CC
- Switch-D: Priority 32768, MAC Address 00:11:22:33:44:DD
Which TWO of the following statements regarding the resulting Spanning Tree Protocol (STP) topology and port roles are correct?
- Switch-C is elected as the Root Bridge because it has the lowest numerical Bridge Priority value.Cevap
- Switch-B transitions its interface connected to Switch-D into the Blocking state to eliminate the Layer 2 loop.Cevap
- CSwitch-A is elected as the Root Bridge because its MAC address is numerically lower than Switch-B, Switch-C, and Switch-D.
- DSwitch-B selects its interface connected to Switch-D as its Root Port because Switch-D presents a higher MAC address.
- EA native VLAN mismatch across the trunk link between Switch-B and Switch-C will force all switches to immediately reset their STP port states to Forwarding.
Cevap
The correct statements indicate that Switch-C becomes the Root Bridge due to having the lowest bridge priority (4096), and Switch-B places its interface connected to Switch-D into the Blocking state due to higher root path cost on that segment compared to Switch-D.
The election of the Root Bridge prioritizes the lowest Bridge Priority (4096 on Switch-C vs 32768 on others). On the segment between Switch-B and Switch-D, Switch-D advertises a lower Root Path Cost (4) to the Root Bridge than Switch-B (8), making Switch-D's port Designated and causing Switch-B to block its port to prevent loops.
Adım Adım Çözüm
Anahtar Kavram
STP Root Bridge Election and Port Role Determination