A network administrator configures Cisco STP PortFast globally on an access switch (`spanning-tree portfast default`) to streamline host initialization. To evaluate the impact of this command on switch behavior and topology stability, which TWO statements accurately describe the operational characteristics and benefits of enabling PortFast on an access switch interface?
- The interface transitions immediately from the Blocking state to the Forwarding state upon link up, completely bypassing the Listening and Learning states.Cevap
- Link status transitions on the PortFast-enabled port do not generate Topology Change Notifications (TCNs) across the Spanning Tree domain.Cevap
- CThe switch suppresses the transmission of outbound Bridge Protocol Data Units (BPDUs) on the port once PortFast reaches the operational state.
- DThe interface ignores incoming BPDUs and remains permanently locked in the Forwarding state regardless of downstream device changes.
Cevap
PortFast enables immediate transition from Blocking to Forwarding by skipping Listening and Learning states, and it prevents link flaps on edge ports from generating Topology Change Notifications (TCNs).
Enabling PortFast allows access ports connected to end devices to bypass the classic 802.1D Listening and Learning states (saving 30 seconds of convergence delay) and move straight to Forwarding. Furthermore, PortFast suppresses Topology Change Notification (TCN) generation when the port flaps, preventing unnecessary MAC address table flushing across the switch network.
Adım Adım Çözüm
Anahtar Kavram
STP PortFast operational mechanics: Immediate Forwarding state bypass and TCN suppression.