An administrator executes the following command on a Cisco Catalyst switch port connected to an unmanaged access switch:
`Switch(config-if)# spanning-tree portfast`
Shortly after, a transient Layer 2 loop brings down the network segment before STP can converge. Which operational characteristic of Cisco PortFast directly allowed this loop to form?
- PortFast transitions the interface immediately from Blocking to Forwarding, bypassing the Listening and Learning states that normally detect loops.Cevap
- BPortFast suppresses the transmission and reception of Bridge Protocol Data Units (BPDUs) across the configured interface.
- CPortFast forces the local switch interface to alter its bridge priority calculation to 0, ensuring it becomes the Root Bridge for that segment.
- DPortFast automatically disables 802.1Q encapsulation on the port, causing frames from different VLANs to merge into a single broadcast domain.
Cevap
PortFast transitions the interface immediately from Blocking to Forwarding, bypassing the Listening and Learning states that normally detect loops.
Enabling PortFast on an access port allows it to immediately transition from Blocking directly into the Forwarding state, bypassing the 15-second Listening state and 15-second Learning state. When connected to another switch (even an unmanaged one), this immediate transition to Forwarding creates a transient or permanent Layer 2 loop before STP has the chance to listen for BPDUs and move redundant ports into the Blocking state.
Adım Adım Çözüm
Anahtar Kavram
Cisco PortFast operational mechanism and misconfiguration risks on switch interconnects.