When a non-PortFast interface on a Cisco switch using classic IEEE 802.1D Spanning Tree Protocol (STP) comes up, it undergoes a specific sequence of port states to prevent Layer 2 loops before it begins processing user traffic. Place the following STP port states in the correct chronological order from link initialization to full data forwarding.
- 1Blocking State: Discards data frames and does not learn MAC addresses while receiving BPDUs.
- 2Listening State: Transmits and receives BPDUs to elect root bridge and port roles, but discards data frames without learning MAC addresses.
- 3Learning State: Prepares to forward traffic by populating the MAC address table, but still discards user data frames.
- 4Forwarding State: Actively sends and receives data frames, learns MAC addresses, and processes BPDUs.
Answer
The correct operational sequence of classic 802.1D STP port states is Blocking State, followed by Listening State, then Learning State, and finally Forwarding State.
Under standard IEEE 802.1D Spanning Tree Protocol operational rules, an interface transitions sequentially from Blocking (preventing loops) to Listening (participating in BPDU role election), then to Learning (building MAC table entries), and finally reaches Forwarding (processing and forwarding user traffic).
Step-by-Step Solution
Key Concept
IEEE 802.1D STP Port State Convergence Sequence
Estimated Time:45s