Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- EX Series
- show spanning-tree interface
- Overview of Spanning-Tree Protocols
- M Series
- show spanning-tree bridge
- show spanning-tree interface
- MX Series
- show spanning-tree bridge
- show spanning-tree interface
- NFX Series
- show spanning-tree bridge
- show spanning-tree interface
- Overview of Spanning-Tree Protocols
- QFabric System
- Overview of Spanning-Tree Protocols
- QFX Series
- show spanning-tree bridge
- show spanning-tree interface
- Overview of Spanning-Tree Protocols
- T Series
- show spanning-tree bridge
- show spanning-tree interface
Configuring STP
The default spanning-tree protocol on the device is Rapid Spanning Tree Protocol (RSTP). RSTP provides faster convergence times than Spanning Tree Protocol (STP) does. However, some legacy networks require the slower convergence times of basic STP.
If your network includes 802.1D 1998 bridges, you can remove RSTP and explicitly configure STP. When you explicitly configure STP, the device uses the IEEE 802.1D 2004 specification, force version 0. This configuration runs a version of RSTP that is compatible with the classic, basic STP.
To configure STP using the CLI:
- Delete the RSTP configuration on the interface (here,
the interface is xe-0/0/5):
[edit]
user@switch# delete protocols rstp interface xe-0/0/5 - Configure STP on the interface:
[edit]
user@switch# set protocols stp interface xe-0/0/5 - Commit the configuration:
[edit]
user@switch# commit
Related Documentation
- EX Series
- show spanning-tree interface
- Overview of Spanning-Tree Protocols
- M Series
- show spanning-tree bridge
- show spanning-tree interface
- MX Series
- show spanning-tree bridge
- show spanning-tree interface
- NFX Series
- show spanning-tree bridge
- show spanning-tree interface
- Overview of Spanning-Tree Protocols
- QFabric System
- Overview of Spanning-Tree Protocols
- QFX Series
- show spanning-tree bridge
- show spanning-tree interface
- Overview of Spanning-Tree Protocols
- T Series
- show spanning-tree bridge
- show spanning-tree interface