Question

Difficulty: HardSTP Port States and PortFast Benefits

A network engineer configures Cisco STP PortFast on access layer switch interfaces connected to end-user workstations. Which two statements correctly describe the operational impacts and characteristics of enabling PortFast on these interfaces? (Select TWO.)

  1. The interface immediately transitions from the Blocking state to the Forwarding state upon linkup, completely bypassing the Listening and Learning states.Answer
  2. The switch suppresses the generation of Topology Change Notifications (TCNs) when the link state on the PortFast-enabled port transitions up or down.Answer
  3. C
    The interface automatically disables BPDU transmission and reception, ensuring that attached devices cannot participate in Spanning Tree Protocol elections.
  4. D
    The switch dynamically increases the bridge priority value of the interface by an increment of 4096 to protect the Root Bridge placement.

Answer

PortFast allows an access port to immediately enter the Forwarding state by bypassing the Listening and Learning states, and it suppresses Topology Change Notifications (TCNs) when the port link state changes.
Enabling PortFast on an access interface allows it to bypass the traditional 15-second Listening and 15-second Learning states, transitioning immediately to the Forwarding state. Additionally, PortFast suppresses Topology Change Notifications (TCNs) when the link flaps, preventing unnecessary network-wide MAC address table aging.

Step-by-Step Solution

1
Analyze STP state transitions with PortFast
Standard 802.1D transitions through Blocking (20s max age) -> Listening (15s) -> Learning (15s) -> Forwarding. PortFast immediately places access ports into Forwarding mode upon linkup.
This bypasses the 30-second forward delay, allowing end devices to acquire DHCP IP addresses without timing out.
2
Evaluate Topology Change Notification (TCN) behavior
Link flaps on PortFast-enabled ports do not cause the switch to generate TCN BPDUs toward the Root Bridge.
Prevents unnecessary flooding and shortening of MAC table aging timers across the switch network when user PCs power on or off.
3
Evaluate BPDU handling and security misconceptons
PortFast ports continue to transmit and receive BPDUs unless BPDU Guard or BPDU Filter features are added.
A common misconception is that PortFast disables BPDUs; connecting a switch to a PortFast port without BPDU Guard can lead to transient switching loops.

Key Concept

STP PortFast Operational Characteristics and TCN Suppression
Rate this question