An enterprise layer 2 network topology consists of four switches (Switch-1, Switch-2, Switch-3, and Switch-4) connected in a full mesh loop redundancy layout running IEEE 802.1D Spanning Tree Protocol (STP). The switches have the following Bridge ID configurations:
- Switch-1: Priority `32768`, MAC `00-0A-00-00-00-01`
- Switch-2: Priority `8192`, MAC `00-0B-00-00-00-01`
- Switch-3: Priority `32768`, MAC `00-0C-00-00-00-01`
- Switch-4: Priority `4096`, MAC `00-0D-00-00-00-01`
Link speeds and path costs between the switches are established as follows:
- Switch-4 to Switch-1: 1 Gbps link (Cost = )
- Switch-4 to Switch-2: 10 Gbps link (Cost = )
- Switch-2 to Switch-3: 10 Gbps link (Cost = )
- Switch-1 to Switch-3: 1 Gbps link (Cost = )
- Switch-1 to Switch-2: 1 Gbps link (Cost = )
Based on STP operational rules after convergence, which of the following statements are correct regarding root bridge election and port role calculations? (Select TWO.)
- Switch-4 is elected as the STP Root Bridge for the topology because it possesses the lowest numerical Bridge Priority value.Cevap
- The interface on Switch-3 connected directly to Switch-1 will transition to the Blocking state.Cevap
- CSwitch-2 is elected as the Root Bridge because it has the highest bandwidth link (10 Gbps) directly attached to the network backbone.
- DSwitch-3 selects its interface toward Switch-1 as its Root Port because Switch-1 has a lower MAC address than Switch-2.
- ENative VLAN traffic on trunk links will bypass STP port state restrictions and remain forwarding on all paths.