Существует проблема постоянного перестроения кольца MST.
Два Dlink 3526 и Cisco 3750 включены в кольцо.
Конфиг STP 3526
config stp version mstp
config stp maxage 20 maxhops 30 forwarddelay 30 txholdcount 6 fbpdu enable
config stp priority 40960 instance_id 0
create stp instance_id 1
config stp instance_id 1 add_vlan 1000-1999
config stp priority 40960 instance_id 1
create stp instance_id 2
config stp instance_id 2 add_vlan 2000-2999
config stp priority 40960 instance_id 2
create stp instance_id 3
config stp instance_id 3 add_vlan 3000-3899
config stp priority 40960 instance_id 3
create stp instance_id 4
config stp instance_id 4 add_vlan 3900-3999
config stp priority 40960 instance_id 4
config stp mst_config_id name access revision_level 1
enable stp
config stp ports 1-24 externalCost auto hellotime 2 edge true p2p auto state enable
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 mst_ports 1-26 instance_id 0 internalCost auto priority 128
config stp ports 25-26 externalCost auto hellotime 2 edge false p2p true state 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-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
Конфиг STP 3750
Name [SW-CORE]
Revision 2 Instances configured 13
Instance Vlans mapped
-------- ---------------------------------------------------------------------
0 400-665,668-992,4000-4030,4032-4094
1 1
2 2
3 3-299
300 300-399,4031
666 666-667
993 993
994 994
995 995-999
1000 1000-1999
2000 2000-2999
3000 3000-3899
3900 3900-3999
Между свичами подняты порты с единственным вланом на 3526 это 1 на 3750 это транковый порт с нативным 222 вланом.
происходят постоянные перестроения MST на 3526.
Иос на cisco 12.2.46 на Dlink 5.01.B52.
Как исправить проблему?
|