Question

Difficulty: HardSTP Port States and PortFast Benefits

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.

  1. 1Blocking state: The port discards user data frames, refrains from learning MAC addresses, and strictly processes incoming BPDUs to prevent initial switching loops.
  2. 2Listening state: The port discards user data frames and refrains from MAC address learning while actively transmitting and receiving BPDUs to determine port roles.
  3. 3Learning state: The port continues discarding user data frames but begins populating the MAC address table using the source addresses of incoming frames.
  4. 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

1
Identify the initial default safety state upon link bring-up in classic IEEE 802.1D STP.
The port enters the Blocking state immediately upon physical link detection.
Default 802.1D STP behavior forces a non-PortFast interface into Blocking to prevent immediate Layer 2 loop creation.
2
Determine the state where active BPDU negotiation and role determination occur.
The port transitions from Blocking to the Listening state for a duration of 15 seconds.
In Listening, the switch transmits and processes BPDUs to determine active topology roles, while suppressing MAC table learning and user data frame forwarding.
3
Identify the state dedicated to populating switch address tables prior to data forwarding.
The port transitions from Listening to the Learning state for a duration of 15 seconds.
In Learning, the port populates its MAC address table from incoming frame source MACs to prevent unnecessary unicast flooding when data forwarding starts.
4
Identify the final fully functional operational state.
The port transitions from Learning into the Forwarding state.
After the total 30-second convergence delay (2 x 15-second Forward Delay timers) completes without topology conflicts, the interface begins normal frame forwarding.

Key Concept

IEEE 802.1D STP Port State Transition Sequence
Rate this question