spanning-tree mode

Syntax

spanning-tree mode {mstp|rpvst}

Description

Sets the spanning tree mode that the switch runs as either MSTP mode (Multiple-instance Spanning Tree Protocol) or RPVST mode (Rapid Per VLAN Spanning Tree). If you want to change the spanning tree mode, you have to disable spanning tree first (use the no spanning-tree command) and then you can change the mode.

Command context

config

Parameters

mstp

Sets the mode to MSTP (Multiple-instance Spanning Tree Protocol), which applies the STP (spanning tree protocol) separately for each set of VLANs (called an MSTI - multiple spanning tree instance).

rpvst
Sets the mode to RPVST (Rapid Per VLAN Spanning Tree). RPVST commands are described in the RPVST section of the ArubaOS-CX Command Reference Guide.

Authority

Administrators

Examples

Enabling MSTP mode:

switch(config)# spanning-tree mode mstp

Enabling RPVST mode:

switch(config)# spanning-tree mode rpvst