In a network where the majority of the switches are running MST but a select few are still running PVST+, how can the PVST+ switch be configured to be the root of the spanning tree? Topology below:
+--------+ +---------+
| +-------------+ |
| SW1 | | SW2 |
+---+----+ +--+--+---+
| | |
| MST | |
| | |
| | |
| +----------+ | |
+-----+ +----+ |
| SW3 | |
+--+-------+ |
| |
| |
| PVST |
| |
| +--------+-+
+------+ |
| SW4 |
+----------+
The PVST+ switch has the following configuration:
spanning-tree vlan 1-4094 priority 0
However the MST switch logs a message that PVSTSIM is failing:
%SPANTREE-2-PVSTSIM_FAIL: Blocking root port
Why is it behaving like this and what needs to be done to make the PVST+ side root?