Poland
GRANDMETRIC Sp. z o.o.
ul. Metalowa 5, 60-118 Poznań, Poland
NIP 7792433527
+48 61 271 04 43
info@grandmetric.com
Sweden
Drottninggatan 86
111 36 Stockholm
+46 762 041 514
info@grandmetric.com
UK
Grandmetric LTD
Office 584b
182-184 High Street North
London
E6 2JA
+44 20 3321 5276
info@grandmetric.com
US Region
Grandmetric LLC
Lewes DE 19958
16192 Coastal Hwy USA
EIN: 98-1615498
+1 302 691 94 10
info@grandmetric.com
Technology: Switching
Area: RSTP
Vendor: Cisco
Software: 12.X , 15.X
Platform: Catalyst platforms
Rapid Spanning Tree Protocol also known as IEEE 802.1w is a newer version of STP that provides faster convergence than its predecessor. RSTP retain backward compatibility. Moreover, the terminology remains the same as the original 802.1D terminology, as well as most parameters, remained unchanged. The same spanning tree algorithm is used in both RSTP and STP, which allow us to determine port roles and topology. Configuration of RSTP should quite easy for those, who understand original STP technology.
You can check what version of STP you are running with the following command:
Switch#show spanning-tree summary
Switch is in rapid-pvst mode
To change the STP mode use the global configuration command:
Switch(config)#spanning-tree mode ?
mst Multiple spanning tree mode
pvst Per-Vlan spanning tree mode
rapid-pvst Per-Vlan rapid spanning tree mode
Switch(config)#spanning-tree mode rapid-pvst
That’s it.
It’s worth to mention that RSTP increases the speed of the recalculation of the spanning tree in a case when the network topology of Layer 2 changes. As we mentioned in the beginning, RSTP offers much faster convergence in a correctly configured networks – in just a few hundred milliseconds. If the port is configured as an alternate port, it does not need to wait for network coverage, instead, it changes immediately to the forwarding state.
Please note that the Rapid PVST+ is a per-VLAN-based Cisco RSTP implementation. This means that an independent RSTP instance works for each VLAN.
The main differences between RSTP (802.1w) and the legacy STP(802.1d) are: