Есть вопрос по MSTP
Суть проблемы:
Есть сеть (на картинке только один сегмент ее), которую начал переводить с RSTP на MSTP

Сеть построена след. образом - есть корень (DES-3528), подключенный к Cisco 3750G, а в Cisco подключены сегменты сети, в которых есть избыточные связи.
Столкнулся с тем, что часть свичей не видит даже корневого свича сегмента (в данном случае 3200-28)
Хотя в другом сегменте где цепочка:

все свичи, в том числе и DES-1228/ME видят корневой свич сегмента DGS-3200-10
а в регионе CIST и корневой 3528
Настройки инстансов одинаковые на всех свичах
3200-28:
config stp version mstp
config stp maxage 10 maxhops 20 forwarddelay 7 txholdcount 6 fbpdu enable
config stp nni_bpdu_addr dot1d
config stp priority 16384 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1
config stp priority 16384 instance_id 1
create stp instance_id 2
config stp instance_id 2 add_vlan 2-4094
config stp priority 16384 instance_id 2
config stp mst_config_id name mst-all-vlan revision_level 777
config stp ports 1-28 externalCost auto hellotime 1 edge auto p2p auto state enable
config stp ports 1-28 hellotime 1
config stp mst_ports 1-28 instance_id 0 internalCost auto priority 128
config stp ports 1-23 fbpdu disable
config stp ports 1-23 restricted_role true
config stp ports 1-23 restricted_tcn true
config stp loop_guard ports 1-28 state disable
config stp ports 24-28 fbpdu enable
config stp ports 24-28 restricted_role false
config stp ports 24-28 restricted_tcn false
config stp mst_ports 1-28 instance_id 1 internalCost auto priority 128
config stp mst_ports 1-28 instance_id 2 internalCost auto priority 128
enable stp
1228 (172.30.0.42):
# STP
config stp version mstp
config stp maxage 10 maxhops 20 forwarddelay 7 txholdcount 6 fbpdu enable
config stp priority 24576 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1
config stp priority 24576 instance_id 1
create stp instance_id 2
config stp instance_id 2 add_vlan 2-4094
config stp priority 24576 instance_id 2
config stp mst_config_id name mst-all-vlan revision_level 777
config stp ports 1-28 externalCost auto hellotime 1 edge auto p2p auto state enable
config stp ports 1-28 hellotime 1
config stp mst_ports 1-28 instance_id 0 internalCost auto priority 128
config stp ports 1-24 fbpdu disable
config stp ports 1-24 restricted_role true
config stp ports 1-24 restricted_tcn true
config stp loop_guard ports 1-28 state disable
config stp ports 25-28 fbpdu enable
config stp ports 25-28 restricted_role false
config stp ports 25-28 restricted_tcn false
config stp mst_ports 1-28 instance_id 1 internalCost auto priority 128
config stp mst_ports 1-28 instance_id 2 internalCost auto priority 128
config stp trap new_root enable topo_change enable
enable stp
1228 (172.30.0.46):
# STP
config stp version mstp
config stp maxage 10 maxhops 20 forwarddelay 7 txholdcount 6 fbpdu enable
config stp priority 24576 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1
config stp priority 20480 instance_id 1
create stp instance_id 2
config stp instance_id 2 add_vlan 2-4094
config stp priority 20480 instance_id 2
config stp mst_config_id name mst-all-vlan revision_level 777
config stp ports 1-28 externalCost auto hellotime 1 edge auto p2p auto state enable
config stp ports 1-28 hellotime 1
config stp mst_ports 1-28 instance_id 0 internalCost auto priority 128
config stp ports 1-24 fbpdu disable
config stp ports 1-24 restricted_role true
config stp ports 1-24 restricted_tcn true
config stp loop_guard ports 1-28 state disable
config stp ports 25-28 fbpdu enable
config stp ports 25-28 restricted_role false
config stp ports 25-28 restricted_tcn false
config stp mst_ports 1-28 instance_id 1 internalCost auto priority 128
config stp mst_ports 1-28 instance_id 2 internalCost auto priority 128
config stp trap new_root enable topo_change enable
enable stp
=======================================================================
Проблема в том что даже в этом маленьком сегменте свичи 1228 не видят 3200-28 вообще,
хотя 3200-28 видит корневой 3528 в регионе CIST (это из-за того что Cisco пока еще работает в режиме Rapid-PVST)
Конфиги вышлю при необходимости