Question

Difficulty: MediumSTP Port States and PortFast Benefits

A network administrator is optimizing a Cisco Catalyst switch that connects desktop computers and IP phones across access ports. The administrator enables Cisco STP PortFast on these access interfaces. Which two operational behaviors or benefits occur on a PortFast-enabled access interface when a device connects to it? (Select two.)

  1. The interface transitions immediately from the Blocking state to the Forwarding state, bypassing the Listening and Learning states.Answer
  2. The switch suppresses Spanning Tree Topology Change Notification (TCN) messages when the interface state changes.Answer
  3. C
    The interface disables Spanning Tree loop detection so that it can be safely used on inter-switch trunk links without risk of transient loops.
  4. D
    The switch lowers its STP bridge priority by a standard increment of 4096 whenever the port becomes active to protect root bridge status.

Answer

PortFast immediately transitions an access port to the Forwarding state by bypassing the Listening and Learning states, and it prevents the switch from issuing Topology Change Notifications (TCNs) when edge interfaces flap.
Enabling Cisco STP PortFast on edge ports provides two primary operational behaviors: first, it bypasses the 802.1D Listening and Learning states so the port enters the Forwarding state immediately upon link up. Second, it prevents the switch from generating Topology Change Notifications (TCNs) when the link toggles, protecting the network from frequent, unnecessary MAC table flushes.

Step-by-Step Solution

1
Analyze the function of STP PortFast on edge ports.
PortFast is intended for edge ports connected to end hosts, allowing immediate transition to Forwarding.
By skipping the 15-second Listening and 15-second Learning timer delays (30 seconds total convergence delay in 802.1D STP), end devices avoid DHCP and application initialization timeouts.
2
Evaluate the impact of PortFast on switch topology updates.
No TCN BPDUs are generated when a PortFast-enabled interface changes link state.
Link state changes on user workstations occur frequently and should not cause the rest of the network to flush MAC address tables.

Key Concept

STP PortFast Benefits and Operational Behavior
Rate this question