A network engineer executes the command `spanning-tree portfast trunk` on interface GigabitEthernet0/1 of a Cisco Catalyst switch. This interface acts as an active 802.1Q trunk link connected to another switch. Which operational risk is introduced by enabling PortFast on this trunk interface?
- The interface immediately transitions to the Forwarding state upon link setup, creating a risk of transient Layer 2 loops.Answer
- BThe switch stops transmitting and receiving BPDUs on the interface, permanently suppressing Spanning Tree Protocol operation.
- CThe connected switch automatically adjusts its Bridge Priority by subtracting increments of 4096 to claim Root Bridge status.
- DThe interface terminates all broadcast traffic and converts the single broadcast domain into isolated collision domains per VLAN.
Answer
The interface immediately transitions to the Forwarding state upon link setup, creating a risk of transient Layer 2 loops.
Enabling PortFast forces a switch port to bypass the 802.1D Listening and Learning states (30 seconds total default delay) and immediately enter the Forwarding state when the link becomes active. When applied to switch-to-switch interswitch connections, this behavior exposes the network to temporary bridging loops and broadcast storms during interface startup.
Step-by-Step Solution
Key Concept
STP PortFast operational behavior and interswitch configuration risk