[an error occurred while processing this directive] [an error occurred while processing this directive]

Configuring STP (CLI Procedure)

The default spanning-tree protocol for EX-series switches is Rapid Spanning Tree Protocol (RSTP). RSTP provides faster convergence times than Spanning Tree Protocol (STP). 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 EX-series switches use 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:

  1. Delete the RSTP configuration on the interface (here, the interface is ge-0/0/5):
    [edit]
    user@switch# delete protocols rstp interface ge-0/0/5
  2. Configure STP on the interface:
    [edit]
    user@switch# set protocols stp interface ge-0/0/5
  3. Commit the configuration:
    [edit]
    user@switch# commit

[an error occurred while processing this directive]