An administrator connects a switch access port to a user workstation without enabling Cisco PortFast. Place the standard IEEE 802.1D Spanning Tree Protocol (STP) port states in the chronological sequence that the interface transitions through from initial physical link up to active user data forwarding.
- 1Blocking state: The port discards user frame traffic and learns no MAC addresses, but receives BPDUs to monitor for bridge loops.
- 2Listening state: The port discards user frame traffic and does not learn MAC addresses, but actively transmits and receives BPDUs to determine active topology roles.
- 3Learning state: The port continues to discard user data frames, but begins inspecting ingress frames to populate the switch MAC address table.
- 4Forwarding state: The port actively transmits and receives user data frames, updates MAC address tables, and processes BPDUs.
Answer
The correct chronological sequence of IEEE 802.1D STP port state transitions is: Blocking state, Listening state, Learning state, and Forwarding state.
In classic IEEE 802.1D Spanning Tree Protocol (STP), an edge port not configured with PortFast undergoes a strict 30-second convergence timer sequence: Blocking (initial loop prevention) -> Listening (15s, BPDU exchange and role selection) -> Learning (15s, MAC table population without data forwarding) -> Forwarding (active data packet processing).
Step-by-Step Solution
Key Concept
IEEE 802.1D STP Port State Transitions
Estimated Time:1m 15s