What is the STP Port Fast (Portfast) feature, and what is the safety mechanism that prevents misuse on switch-to-switch links?
- A.PortFast causes an access port to transition immediately from Blocking to Forwarding, skipping Listening and Learning states (saves ~30 seconds). It is safe only on ports connected to end devices (PCs, servers, printers) because they cannot create switching loops. The safety mechanism is BPDU Guard: when enabled with PortFast, if the port receives a BPDU (which only a switch would send), the port is immediately err-disabled (shutdown), preventing a connected switch from creating a loop.
- B.BPDU Guard sends an alert to the NOC but keeps the port operational to avoid service disruption.
- C.PortFast should be configured on all switch ports including trunk links to speed up network convergence. Policy-based routing matches only on destination address, like ordinary routing. TCAM lookups on a switch take longer than software routing because the table is unsorted. OSPF advertises routes over TCP port 179 using incremental keepalive updates. A routing loop is prevented in RIP by raising the TTL of looping packets