During a network maintenance audit on a Cisco Catalyst switch running legacy IEEE 802.1D Spanning Tree Protocol (STP), an engineer observes an access port bringing up a new link without Cisco PortFast configured. Place the standard 802.1D STP port states in chronological sequence, starting from the moment physical link protocol comes UP until full Layer 2 data frame transmission begins.
- 1Blocking state: Discards user data frames and drops MAC address updates while processing incoming BPDUs to prevent Layer 2 loops.
- 2Listening state: Processes and transmits BPDUs to determine Root Bridge and port roles, but drops user data frames and does not populate the MAC table.
- 3Learning state: Populates the switch MAC address table from incoming data frames and processes BPDUs, but continues dropping user data frames.
- 4Forwarding state: Actively forwards user data frames, processes BPDUs, and updates the MAC address table during normal operational traffic.
Answer
The correct chronological sequence of 802.1D STP port states from link initialization to full frame transmission is Blocking state, Listening state, Learning state, and Forwarding state.
Under standard IEEE 802.1D STP operation without PortFast, an access interface experiences a total convergence delay of 30 seconds across standard state transitions. The interface moves sequentially through Blocking (loop detection), Listening (path calculation/BPDU processing for 15 seconds), Learning (MAC address table population for 15 seconds), and finally Forwarding (active user frame transmission).
Step-by-Step Solution
Key Concept
802.1D Spanning Tree Protocol Port State Transition Sequence