Rapid Spanning Tree (RSTP)

Done
SpeedSTP CostRSTP Cost
10 Mbps1002,000,000
100 Mbps19200,000
1000 Mbps420,000
10G22,000
100GX200
1 TbpsX20

UplinkFast is built-in to RSTP that moves an Alternate Port immediately from discarding into forwarding

BackboneFast allows its previously discarding port to move directly to forwarding state when it starts receiving Hello BPDUs from a inferior root bridge candidate, meaning it has lost its previous root port and now it thinks it is a root bridge. So the switch with the discarding port expires the age timers of its interface and moves directly to forwarding state, forwarding the superior BPDUs to the switch that lost the root port (inferior root bridge candidate). This function is also built-in RSTP.

💡
IMPORTANT: In the classical STP, only the Root Bridge originates BPDUs, while in RSTP all switches send BPDUs from their designated ports.

Link Types

  1. Edge
    1. Connected to the end hosts, it functions the same as a PortFast enabled interface
  1. Point-to-Point
    1. Connects switches directly
    1. Full-Duplex
  1. Shared
    1. Connects switches via Hub
    1. Half-Duplex
configure terminal
interface g0/1
spanning-tree link-tryp {point-to-point/shared}
configure terminal
interface g0/1
spanning-tree portfast