Setup Guide

Table Of Contents
To view the bridge priority, use the show config command from PROTOCOL MSTP mode.
R3(conf-mstp)#msti 2 bridge-priority 0
1d2h51m: %RPM0-P:RP2 %SPANMGR-5-STP_ROOT_CHANGE: MSTP root changed for instance 2. My
Bridge ID: 0:0001.e809.c24a Old Root: 32768:0001.e806.953e New Root: 0:0001.e809.c24a
R3(conf-mstp)#show config
!
protocol spanning-tree mstp
no disable
MSTI 1 VLAN 100
MSTI 2 VLAN 200,300
MSTI 2 bridge-priority 0
Interoperate with Non-Dell Bridges
Dell EMC Networking OS supports only one MSTP region.
A region is a combination of three unique qualities:
Name is a mnemonic string you assign to the region. The default region name is null.
Revision is a 2-byte number. The default revision number OS is 0.
VLAN-to-instance mapping is the placement of a VLAN in an MSTI.
For a bridge to be in the same MSTP region as another, all three of these qualities must match exactly. The default values for
the name and revision number must match on all Dell EMC Networking OS devices. If there are non-Dell devices that participate
in MSTP, ensure these values match on all devices.
NOTE:
Some non-Dell devices may implement a non-null default region name. SFTOS, for example, uses the Bridge ID,
while others may use a MAC address.
Changing the Region Name or Revision
To change the region name or revision, use the following commands.
Change the region name.
PROTOCOL MSTP mode
name name
Change the region revision number.
PROTOCOL MSTP mode
revision number
To view the current region name and revision, use the show spanning-tree mst configuration command from EXEC
Privilege mode.
DellEMC(conf-mstp)#name my-mstp-region
DellEMC(conf-mstp)#exit
DellEMC(conf)#do show spanning-tree mst config
MST region name: my-mstp-region
Revision: 0
MSTI VID
1 100
2 200-300
Modifying Global Parameters
The root bridge sets the values for forward-delay, hello-time, max-age, and max-hops and overwrites the values set on other
MSTP bridges.
Forward-delay the amount of time an interface waits in the Listening state and the Learning state before it transitions
to the Forwarding state.
Hello-time the time interval in which the bridge sends MSTP bridge protocol data units (BPDUs).
Multiple Spanning Tree Protocol (MSTP)
499