2025. 4. 24. 10:28ㆍCS/CCNA
RSTP
* Spanning Tree Versions
IEEE | Cisco |
Spanning Tree Protocol (802.1D) - All VLANs share one STP instance - cannot load balance |
Per-VLAN Spanning Tree Plus(PVST+) - Each VLAN has its own STP instance - can load balance |
Rapid Spanning Tree Protocol (RSTP, 802.1w) - much faster than 802.1D - All VLANs share one STP instance - cannot load balance |
Rapid Per-VLAN Spanning Tree Plus(Rapid PVST+) - Each VLAN has its own STP instance - can load balance |
Multiple Spanning Tree Protocol (MSTP, 802.1s) - use modified RSTP mechanics - Can group multiple VLANs into diff instance (vlan 1-5 in inst 1, vlan 6-10 in inst 2) to perform load balancing |
X |
Similarities btw STP and RSTP:
- blocking specific ports prevent L2 loops
- RSTP elects RB, R, D
States of RSTP
- Discarding (Blocking + Disabled)
- Learning
- Forwarding
- Listening
Roles of RSTP
- Root port
- Designated port
- Non-designated port :
- Alternate: (= blocking), backup to the root port. Immediately move its best alternate port
- Backup: (only happend via hub), discarding port receives superior BPDU from another inf
c.f) built in RSTP (not coved in CCNA)
- UplinkFast: RP failed, move its alternate port
- BackboneFast: Indirect failure occurs, immediately switch to forwarding state
** RSTP's BPDU type: 2 (classic 0)
Link Types of RSTP
- Edge: directly forwards w/ negotiation (= portfast)
>> spanning-tree portfast (same as classic STP)
- Point-to-point: direct connection btw two switches (full-duplex mode)
>> spanning-tree link-type point-to-point
- Shared: connection to a hub. (half-duplex mode)
>> spanning-tree link-type shared
'CS > CCNA' 카테고리의 다른 글
<Jeremy's IT Lab> Day 24: Dynamic Routing (0) | 2025.04.26 |
---|---|
<Jeremy's IT Lab> Day 23: Ethernet Channel (1) | 2025.04.25 |
<Jeremy's IT Lab> Day 21: STP (Part 2) (0) | 2025.04.06 |
<Jeremy's IT Lab> Day 20: STP (Part 1) (0) | 2025.04.05 |
CCNA 200-301 Exam Topic (0) | 2025.04.01 |