Local Area Network design/Rapid Spanning Tree Protocol

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous page
Spanning Tree Protocol
Local Area Network design Next page
Quality of service in IEEE 802 LANs
Rapid Spanning Tree Protocol

Rapid Spanning Tree Protocol (RSTP), standardized as IEEE 802.1w (2001), is characterized by a greater convergence speed with respect to STP in terms of:

Port roles and states[edit | edit source]

RSTP defines new port roles and states:

  • discarding state: the port does not forward frames and it discards the received ones (except for Configuration BPDUs), unifying disabled, blocking and listening states;
  • alternate role: the port, in discarding state, is connected to the same link as a designated port of another bridge, representing a fast replacement for the root port;
  • backup role: the port, in discarding state, is connected to the same link as a designed port of the same bridge, representing a fast replacement for the designated port;
  • edge role: just hosts can be connected to the port, being aimed to reduce, with respect to the classical STP, disservices experienced by users in connecting their hosts to the network.
Port roles and states in RSTP.
port state port role receive frames? receive and process CBPDUs? generate and propagate CBPDUs? update filtering database? forward frames?
discarding alternate yes yes no no no
backup yes yes no no no
designated[1] yes yes yes no no
learning designated yes yes yes yes no
root yes yes no yes no
forwarding designated yes yes yes yes yes
root yes yes no yes yes
edge yes yes no yes yes

Configuration BPDU format[edit | edit source]

Configuration BPDU has the following format:

Configuration BPDU format (35 bytes) in RSTP.
1 2 4 6 7 8 12 16 24 32
Protocol ID (0) Version (2) BPDU Type (2)
TC P R S A TCA Root Priority STP Instance
Root MAC Address
Root Path Cost
Bridge Priority STP Instance
Bridge MAC Address
Port Priority Port Number Message Age
Max Age Hello Time
Forward Delay

where there are some changes with respect to BPDUs in the classical STP:

  • Version field (1 byte): it identifies RSTP as version number 2 (in STP it was 0);
  • BPDU Type field (1 byte): it identifies the Configuration BPDU always as type 2 (in STP it was 0), since Topology Change Notification BPDUs do no longer exist;[2]
  • 6 new flags: they handle the proposal/agreement mechanism:
    • Proposal (P) and Agreement (A) flags (1 bit each one): they specify whether the port role is being proposed by a bridge (P = 1) or has been accepted by the other bridge (A = 1);
    • 2 flags in Role field (R) (2 bits): they encode the proposed or accepted port role (00 = unknown, 01 = alternate/backup, 10 = root, 11 = designated);
    • 2 flags in State field (S) (2 bits): they specify whether the port which the role is being proposed or has been accepted for is in learning (10) or forwarding (01) state;
  • Root Identifier and Bridge Identifier fields (8 bytes each one): RSTP includes technical specifications from IEEE 802.1t (2001) which change the format of Bridge Identifier:
    • Bridge Priority field (4 bits, default value = 8);
    • STP Instance field (12 bits, default value = 0): used in Virtual LANs to enable multiple protocol instances within the same physical network: Local Area Network design/Virtual LANs#PVST;
    • Bridge MAC Address field (6 bytes): unchanged from IEEE 802.1D-1998;
  • Root Path Cost field (4 bytes): RSTP includes technical specifications from IEEE 802.1t (2001) which change the recommended values for Port Path Cost including new port speeds (up to 10 Tb/s);
  • Max Age and Forward Delay fields (2 bytes each one): they are altogether unused in RSTP, but they have been kept for compatibility reasons.

Changes in the network topology[edit | edit source]

Recomputing spanning tree[edit | edit source]

RSTP is characterized by a greater topology convergence speed with respect to the classical STP: in fact it switches from 50 seconds to less than 1 second (order of about 10 ms) if, as was the norm by then when RSTP was standardized, there are just full-duplex point-to-point links (therefore without hubs).

Detection of a link fault[edit | edit source]

When a link fault occurs, its detection by RSTP is faster than the classical STP thanks to a more efficient BPDU handling.

Non-root bridges do not just propagate BPDUs generated by the root bridge: each bridge generates every Hello Time (default: 2 s) a BPDU, with the current root bridge as Root Identifier, even if it has not received the BPDU from the root bridge. If BPDUs have not been received for 3 Hello Time periods, the current BPDU is declared obsolete and a fault is assumed to be occurred on the link which the root port is connected to.

This faster aging of information is useless on modern networks:

  • in older networks with hubs, a bridge can not detect at the physical layer a fault between the hub and another bridge → the only way to detect it is realizing that the 'keep-alive' BPDU messages stopped being received;
  • in newer networks which are pure switched, a bridge can immediately detect a link fault at the physical layer without waiting 3 Hello Times periods.

Once a bridge detected a link fault, it starts generating its own BPDUs → every neighbor bridge, as soon as it receives on its root port a BPDU from the bridge which is claiming to be the root bridge, instead of discarding it because it is worse than the current one, accepts the new BPDU forgetting the one previously stored, because it means that something bad happened on its path toward the root bridge. At this point:

  • if its Bridge Identifier is worse than the one in the BPDU, the bridge starts generating BPDUs on its designated ports with the new Root Identifier;
  • if its Bridge Identifier is better than the one in the BPDU, the bridge starts generating its own BPDUs claiming to be the root bridge.

Recovery from a link fault[edit | edit source]

Once a fault is detected, some ports can directly turn to the forwarding state without transitioning across the learning state.

Alternate ports

In case the root port faults, the alternate port provides an alternative path between the bridge and the root bridge:

Backup ports

In case a designed port faults, the backup port provides an alternative path between the bridge and the link:

Insertion of a new link[edit | edit source]

The proposal/agreement sequence is an algorithm for fast synchronization on the port role between two bridges.

When a new link is inserted between two bridges:

  1. each of the two bridges puts into discarding state its port connected to the new link, as well as all its possible other root and designated ports connected on other links, to prevent creation of possible loops during the transient;
  2. each of the two bridges proposes its port as designated for the link by sending a BPDU to the new link with the Proposal flag set;
  3. the worse bridge accepts the proposal from the other bridge by sending back a BPDU with the Agreement flag set, and puts its port into the proper role (root, alternate, or backup) according to spanning tree algorithm criteria;
  4. the best bridge receives the acceptance BPDU and puts its port as designated for the link;
  5. each of the two bridges repeats the sequence for the other ports which at the beginning it put into discarding state.

Cooperation between the two bridges through BPDU sending is faster with respect to the timer-based mechanism in the classical STP, and more efficient since it does not stop the whole network for a while but from time to time just a bridge neighborhood. The new link must be full-duplex so that BPDUs can be exchanged in both ways: the proposal BPDU along one direction and the acceptance BPDU along the other one.

Filtering database update[edit | edit source]

Detecting topology changes[edit | edit source]

RSTP is aimed to be less invasive with respect to the classical STP as regards filtering database updates following topology changes: in fact it avoids cleaning filtering databases from old entries, resulting in a considerably increased traffic sent in flooding, when it is not needed.

Moving to discarding state

When a port moves to the discarding state, it does not trigger a filtering database update:

  • if the removed link was not belonging to a loop, that is alternative paths do not exist, then stations in the other network segment are no longer reachable and entries associated to them are no longer valid, but this is not considered as a problem to be solved immediately: if a frame is sent to one of those stations, it will arrive at the bridge which was connected to the removed link and will be discarded, until the entry will expire naturally and will be cleaned by the bridge without having to touch other entries;
  • if the removed link was belonging to a loop, that is an alternative path exists through a port in discarding state, then it will be the latter port which will trigger a filtering database update when moving to the forwarding state according RSTP mechanisms.
Moving to forwarding state

Only when a non-edge port moves to the forwarding state, it triggers a filtering database update:

  • if the new link does not create a loop, then a filtering database update should not be triggered because no stations become unreachable, but please remember that a bridge does not have knowledge of the global network topology;
  • if the new link creates a loop, then a port moving to the forwarding state results in another port along the loop moving to the discarding state according to RSTP mechanisms → stations which have been reachable through that port now are reachable through another path, and therefore entries associated to them should be updated.

Announcing topology changes[edit | edit source]

When a bridge detects a topology change requiring a filtering database update:

  1. the bridge which detected the topology change generates on all its root and designated ports a BPDU with the Topology Change flag set;[3]
  2. every bridge, when receiving the BPDU:
    1. it discards all the entries in its filtering database associated to all its root and designated ports, but the one which it received the BPDU from;
    2. it propagates the BPDU on all its root and designated ports, but the one which it received the BPDU from.[3]

Behaviour of edge ports[edit | edit source]

When a host connects to an edge port, the port immediately becomes designated and turns to the forwarding state without transitioning across the learning state → 30 seconds (2 times the Forward Delay) should not be waited anymore before having the port fully operational.

In addition, edge ports never trigger filtering database updates neither on moving to the forwarding state (host connection) or on moving to the discarding state (host disconnection) → the user does not experience anymore a network slowdown due to the increased traffic sent in flooding, and the first broadcast frame which the host will send will update filtering databases according to the usual learning algorithms of bridges.

An edge port still keeps listening to BPDUs coming from possible bridges wrongly connected to it, so as to be ready to immediately exit the edge role and take one of the other roles in order to protect the network against possible loops.

Issues[edit | edit source]

Coexistence of STP and RSTP[edit | edit source]

If a bridge not supporting RSTP is introduced into the network, on receiving Configuration BPDUs with Type equal to 0 they are able to automatically switch to STP mode, but this has some side effects:

  • because of a single bridge not supporting RSTP, the whole network goes into STP mode and thus fast convergence times are lost;
  • if the single bridge not supporting RSTP faults or is disconnected from the network, the other bridges keep working in STP mode, and explicit manual configuration should be taken on every single bridge.

A bridge can be configured so as to work in RSTP mode on some ports, and in STP mode on other ports → the network is split in two portions working with different spanning tree protocol versions. However this may lead to network instability because of transient loops due to the fact that the RSTP portion enables the forwarding of data frames earlier than the STP portion.

For a seamless coexistence of RSTP and non-RSTP bridges within the same network, Multiple Spanning Tree Protocol, standardized as IEEE 802.1s (2002), should be used: the network portions working with RSTP and the ones working with STP are separated in different domains.

Physical layer reliability[edit | edit source]

RSTP works perfectly when links at the physical layer are reliable. If instead a link goes up and down frequently because of a dirty connector (optical fibers are quite sensitive), RSTP re-configures the network at every change of status of the link → the network will stay in a transient instable state most of the time, because of the too fast RSTP reactivity.

The 'antiflapping' Cisco's proprietary mechanism puts the port into 'error disabled' state when it detects a link flapping.

References[edit | edit source]

  1. A designated port is in discarding state during the proposal/agreement sequence.
  2. From now on Configuration BPDUs will be referred simply as BPDUs.
  3. a b The bridge keeps generating/propagating BPDUs until the TC While timer expires after a time equal to twice the Hello Time.
Previous page
Spanning Tree Protocol
Local Area Network design Next page
Quality of service in IEEE 802 LANs
Rapid Spanning Tree Protocol