Добрый день. Ситуация следующая:
Есть Edge Core ES4612, ядро L3, терминирует и роутит вланы, на нем висит кольцо из 13 штук 3526, поднят MSTP, работает нормально. Меняю один из ближних 3526 на 3028 - начинаются чудеса, постоянно перестраивается кольцо и весь сегмент начинает лагать. Настройки mstp везде одинаковые.
конфиг 4612:
Код:
spanning-tree MST-configuration
MST 1 VLAN 1001-1200
MST 2 VLAN 1-1000
MST 3 VLAN 1201-3200
MST 4 VLAN 4001-4094
MST 0 priority 16384
MST 1 priority 16384
MST 2 priority 16384
MST 3 priority 16384
MST 4 priority 16384
name "abc"
revision 1
spanning-tree priority 16384
конфиг 3526:
Код:
# STP
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 1001-1200
config stp priority 32768 instance_id 1
create stp instance_id 2
config stp instance_id 2 add_vlan 1-1000
config stp priority 32768 instance_id 2
create stp instance_id 3
config stp instance_id 3 add_vlan 1201-3200
config stp priority 32768 instance_id 3
create stp instance_id 4
config stp instance_id 4 add_vlan 4001-4094
config stp priority 32768 instance_id 4
config stp mst_config_id name abc revision_level 1
enable stp
config stp ports 1-24 externalCost auto hellotime 2 edge true p2p auto state disable
config stp ports 1-24 fbpdu disable
config stp ports 1-26 restricted_role false
config stp ports 1-26 restricted_tcn false
config stp mst_ports 1-26 instance_id 0 internalCost auto priority 128
config stp ports 25-26 externalCost auto hellotime 2 edge false p2p auto state enable
config stp ports 25-26 fbpdu enable
config stp mst_ports 1-26 instance_id 1 internalCost auto priority 128
config stp mst_ports 1-26 instance_id 2 internalCost auto priority 128
config stp mst_ports 1-26 instance_id 3 internalCost auto priority 128
config stp mst_ports 1-26 instance_id 4 internalCost auto priority 128
конфиг 3028:
Код:
# STP
enable stp
config stp version mstp
config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 6 fbpdu enable lbd enable lbd_recover_timer 60
config stp priority 32768 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1001-1200
config stp priority 32768 instance_id 1
create stp instance_id 2
config stp instance_id 2 add_vlan 1-1000
config stp priority 32768 instance_id 2
create stp instance_id 3
config stp instance_id 3 add_vlan 1201-3200
config stp priority 32768 instance_id 3
create stp instance_id 4
config stp instance_id 4 add_vlan 4001-4094
config stp priority 32768 instance_id 4
config stp mst_config_id name abc revision_level 1
config stp trap new_root enable topo_change enable
config stp ports 1-24,27-28 externalCost auto hellotime 2 edge true p2p auto state disable lbd disable
config stp ports 1-28 hellotime 2
config stp mst_ports 1-28 instance_id 0 internalCost auto priority 128
config stp ports 1-24,27-28 fbpdu disable
config stp ports 1-24,27-28 restricted_role true
config stp ports 1-24,27-28 restricted_tcn true
config stp ports 25-26 externalCost auto hellotime 2 edge false p2p auto state enable lbd enable
config stp ports 25-26 fbpdu enable
config stp ports 25-26 restricted_role false
config stp ports 25-26 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 mst_ports 1-28 instance_id 3 internalCost auto priority 128
config stp mst_ports 1-28 instance_id 4 internalCost auto priority 128
ingress checking на 3028 выключен. В чем может быть проблема? Может я что-то упустил?