An access port on a Cisco switch running IEEE 802.1D Spanning Tree Protocol (STP) without PortFast enabled is connected to a workstation and experiences a link-up event. Arrange the operational STP port states in the exact sequential order that the interface undergoes from initial link activation until it actively processes and forwards user data traffic.
- 1Blocking state: The port discards user data frames, refrains from learning MAC addresses, and strictly processes incoming BPDUs to prevent initial switching loops.
- 2Listening state: The port discards user data frames and refrains from MAC address learning while actively transmitting and receiving BPDUs to determine port roles.
- 3Learning state: The port continues discarding user data frames but begins populating the MAC address table using the source addresses of incoming frames.
- 4Forwarding state: The port actively processes BPDUs, continues learning MAC addresses, and fully transmits as well as receives user data frames.
Answer
The correct operational sequence of 802.1D STP port states from link activation to active forwarding is: Blocking state, Listening state, Learning state, and Forwarding state.
IEEE 802.1D Spanning Tree Protocol transitions non-PortFast interfaces through a mandatory four-stage sequence: Blocking (loop prevention), Listening (BPDU exchange and port role determination), Learning (building MAC tables), and Forwarding (active user frame transmission).
Step-by-Step Solution
Key Concept
IEEE 802.1D STP Port State Transition Sequence