I have a stack of two SummitX690 with firmware 22.4.1.4 and i want to use spanning tree for LoopProtection.
To get new Vlans automatically add to stp "S0" i started the intended script "ezspantree.py" from Master. Unfortunately, this does not really work.
Show the CLI Output:
Slot-1 V9350013.1 # run script ezspantree.py start
Spanning Tree Easy Setup
- Configures spanning tree s0 mode to MSTP/CIST
- Scans all VLANs
if a VLAN is not connected to spanning tree, it is added to s0
if a VLAN is already connected to spanning tree s0, it is updated
VLANs connected to spanning tree(s) other than s0 are not affected
- Starts a VLAN monitoring process for any new VLANS
newly created VLANS are automatically added to spanning tree s0
Do you wish to proceed? [y/N] y
STP s0 is already configured for MSTP
Enabling STP s0
ezspantree started
Scanning all VLANs
VLANs not connected to STP will be automatically added to s0
.........................................................
Slot-1 V9350013.2 #
Slot-1 V9350013.2 # run script ezspantree.py show
ezspantree Version: 2.0.0.1 process is not running
VLANs are not automatically added to spanning tree s0
Slot-1 V9350013.3 # sh process ezspantree
Card Process Name Version Restart State Start Time Group
-------------------------------------------------------------------------------------
Slot-1 ezspantree User 0 Ready Wed Mar 14 08:50:31 2018 Other
Slot-2 ezspantree Unknown 0 Init Unknown Other
Slot-1 V9350013.4 #
The same problem occurs in a mixed stack (X690/X870).
The script works well with same firmware if the switches are standalone.
Have anyone experiences regarding the script use in the stack?