Доброго времени суток,
настраиваю резервный линк между 2-мя удаленными зданиями. Кольцо предотвращается при помощи MSTP. Топология:

На обоих коммутаторах STP включен только на аплинках между оными. Глобально STP
выключен. При выполении команды на des-3550
Код:
config stp instance 1 add_vlan 1,2,3,...
которая включает управляющий влан 17, данный коммутатор перестает отвечать на пинги, недоступен по телнету и http, как для нижестоящих коммутаторов (на аплинках к которым отключен STP), так и для вышестоящего DGS-3627. При этом коммутация не страдает.
Если выполнить команду без включения в параметры управляющего влана (или отменить команду, подключившись по консоли), все возвращается к норме.
Конфигурация STP, DGS-3627
# STP DGS-3627
config stp version mstp
config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 3 fbpdu disable lbd enable lbd_recover_timer 60
config stp priority 4096 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1
config stp instance_id 1 add_vlan 2
config stp instance_id 1 add_vlan 3
config stp instance_id 1 add_vlan 4
config stp instance_id 1 add_vlan 5
config stp instance_id 1 add_vlan 6
config stp instance_id 1 add_vlan 7
config stp instance_id 1 add_vlan 8
config stp instance_id 1 add_vlan 9
config stp instance_id 1 add_vlan 10
config stp instance_id 1 add_vlan 13
config stp instance_id 1 add_vlan 14
config stp instance_id 1 add_vlan 17
config stp instance_id 1 add_vlan 18
config stp instance_id 1 add_vlan 19
config stp instance_id 1 add_vlan 50
config stp instance_id 1 add_vlan 55
config stp instance_id 1 add_vlan 78
config stp instance_id 1 add_vlan 250
config stp instance_id 1 add_vlan 2500
config stp instance_id 1 add_vlan 2510
config stp priority 4096 instance_id 1
config stp mst_config_id name eu_vlan_all revision_level 1
disable stp
config stp ports 1-20,23-27 externalCost auto edge false p2p auto state disable lbd disable
config stp ports 1-27 hellotime 2
config stp mst_ports 1-20,22-27 instance_id 0 internalCost auto priority 128
config stp ports 1-27 fbpdu disable
config stp ports 21-22 externalCost auto edge false p2p auto state enable lbd disable
config stp mst_ports 21 instance_id 0 internalCost auto priority 112
config stp mst_ports 1-20,22-27 instance_id 1 internalCost auto priority 128
config stp mst_ports 21 instance_id 1 internalCost auto priority 112
Конфигурация STP, DGS-3627
# STP DES-3550
config stp version mstp
config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 6 fbpdu enable
config stp priority 32768 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1-10,13-14,18-19,50,55,78,250,2500,2510
config stp priority 32768 instance_id 1
config stp mst_config_id name eu_vlan_all revision_level 1
disable stp
config stp ports 1-48 externalCost auto hellotime 2 edge false p2p auto state disable
config stp ports 1-50 fbpdu disable
config stp ports 1-50 restricted_role false
config stp ports 1-50 restricted_tcn false
config stp mst_ports 1-50 instance_id 0 internalCost auto priority 128
config stp ports 49-50 externalCost auto hellotime 2 edge false p2p auto state enable
config stp mst_ports 1-48,50 instance_id 1 internalCost auto priority 128
config stp mst_ports 49 instance_id 1 internalCost auto priority 112
Баг, фича или я чего-то не знаю и как бороться?
Спасибо