It's little said about STP Blocking State.
"The Switch Ports will go into a blocking state
at the time of election process, when a switch receives a BPDU on a port that indicates a better path to the Root Bridge, and if a port is not a Root Port or a Designated Port."
Spanning Tree Port States, Blocking, Listening, Learning, Forwarding, Disabled
And here some passage from CCNP Switch Simplified is, which says:
- Receives BPDUs and directs them to the system module
-
Does not transmit BPDUs received from the system module
And some excerpt from CCNP Switch OCG:
- In the Blocking State... Instead, a port is allowed to
receive only BPDUs so that the switch can
hear from other neighboring switches.
One more excerpt:
- After a port initializes, it begins in the Blocking State...
I have a question. if after a port initializes, it begins in the Blocking State.. and doesn't send BPDUs (just receive it), how can it participate in Root Bridge Election (without sending BPDUs) ?
Thanks.