Проблема с настройкой MSTP.
Есть два 3200-10 и 3028 на них настроен mstp со след конфигами
Коммутатор A (3200-10)
Код:
config vlan default delete 1-28
create vlan v_201 tag 201
config vlan v_201 add untagged 1-24
config vlan v_201 add tagged 25-28
create vlan v_202 tag 202
config vlan v_202 add tagged 25-28
create vlan v_203 tag 203
config vlan v_203 add tagged 25-28
enable stp
config stp version mstp
config stp mst_config_id name abc
config stp mst_config_id revision_level 1
create stp instance_id 1
config stp instance_id 1 add_vlan 201
create stp instance_id 2
config stp instance_id 2 add_vlan 202
create stp instance_id 3
config stp instance_id 3 add_vlan 203
config stp ports 1-24 edge true
config stp ports 25-28 externalCost auto edge false p2p auto state enable
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 ports 1-24 state disable
config loopdetect ports 1-24 state enabled
enable loopdetect
Коммутатор B (3200-10)
Код:
config vlan default delete 1-28
create vlan v_201 tag 201
config vlan v_201 add tagged 25-28
create vlan v_202 tag 202
config vlan v_202 add untagged 1-24
config vlan v_202 add tagged 25-28
create vlan v_203 tag 203
config vlan v_203 add tagged 25-28
enable stp
config stp version mstp
config stp mst_config_id name abc
config stp mst_config_id revision_level 1
create stp instance_id 1
config stp instance_id 1 add_vlan 201
create stp instance_id 2
config stp instance_id 2 add_vlan 202
create stp instance_id 3
config stp instance_id 3 add_vlan 203
config stp ports 1-24 edge true
config stp ports 25-28 externalCost auto edge false p2p auto state enable
config stp mst_ports 25-28 instance_id 0 internalCost auto priority 128
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 ports 1-24 state disable
enable loopdetect
Коммутатор C (3028)
Код:
config vlan default delete 1-28
create vlan v_201 tag 201
config vlan v_201 add tagged 25-28
create vlan v_202 tag 202
config vlan v_202 add tagged 25-28
create vlan v_203 tag 203
config vlan v_203 add untagged 1-24
config vlan v_203 add tagged 25-28
enable stp
config stp version mstp
config stp mst_config_id name abc
config stp mst_config_id revision_level 1
create stp instance_id 1
config stp instance_id 1 add_vlan 201
create stp instance_id 2
config stp instance_id 2 add_vlan 202
create stp instance_id 3
config stp instance_id 3 add_vlan 203
config stp ports 1-24 edge true
config stp ports 25-28 externalCost auto edge false p2p auto state enable
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 ports 1-24 state disable
config loopdetect ports 1-24 state enabled
enable loopdetect
Необходимо коммутатор A сделать корневым для всех деревьев
Код:
config stp priority 4096 instance_id 0
config stp priority 4096 instance_id 1
config stp priority 4096 instance_id 2
config stp priority 4096 instance_id 3
после ввода, при подключении хоста, к любому коммутатору линки начинают синхронно моргать, трафик не идёт.
до этого всё нормально.
в чём ошибка?