Hi Ilya.
the autobind works for untagged vlans/ports also
the autobind works for tagged vlans/ports also
there is also very nice XOS application called ezSpanningtre =
https://github.com/extremenetworks/EXOS_Apps/tree/master/EZ_SpanningTree
it will autobind newly created vlan automatically = you do not have to remember it everytime you create new vlan...
here is my config regardless of the port-to-vlan assignment. I do not care if you have 10 ports or 3000 ports
🙂
configure vlan untagged-ports auto-move inform
create vlan ONE tag 100
configure vlan "ONE" add ports 7-8 un
configure vlan "ONE" add ports 11-12 tagged
disable s0 auto-bind "Default"
configure stpd s0 delete vlan "Default" ports all
configure mstp region region1
configure stpd s0 mode mstp cist
enable s0 auto-bind vlan "Default"
enable s0 auto-bind vlan "ONE"
configure s0 ports link-type edge 1-10 edge-safeguard enable recovery-timeout 60 bpdu-restrict
enable s0
If I connect any port to any port it does work
🙂
Good luck
🙂
Z.
log example:
01/28/2017 09:02:28.54
Toggling AdminState on Port 7 with pif 0x5c3a4001/28/2017 09:02:28.53 Toggling AdminState on Port 8 with pif 0x5c4b08
01/28/2017 09:02:28.53 Port (7) is re-enabled as the disable time out has expired.
01/28/2017 09:02:28.53 Port (8) is re-enabled as the disable time out has expired.
01/28/2017 09:01:28.56 Port 7 link down
01/28/2017 09:01:28.54 Port 8 link down
01/28/2017 09:01:28.52 Toggling AdminState on Port 7 with pif 0x5c3a40
01/28/2017 09:01:28.52 Toggling AdminState on Port 8 with pif 0x5c4b08
01/28/2017 09:01:28.52 BPDU Restrict Port (7) has received a bpdu and will be shutdown.
01/28/2017 09:01:28.52 BPDU Restrict Port (8) has received a bpdu and will be shutdown.
01/28/2017 09:01:26.89 Port 8 link UP at speed 1 Gbps and full-duplex
01/28/2017 09:01:26.87 Port 7 link UP at speed 1 Gbps and full-duplex
Regards
Zdeněk Pala