10
config vlan 10 add tag 25-26
create vlan 20 tag 20
config
vlan 20 add untag 2
config vlan 20 add tag 25-26
config stp ver mstp
create stp instance_id 1
config stp instance_id 1 add_vlan 10
create stp instance_id 2
config stp instance_id 2 add_vlan 20
config stp mst_config_id name abc revision_level 1
config stp priority 4096 instance_id 2
config stp mst_ports 26 inst 2 priority 96
config stp ports 2 edge true
enable stp
Коммутатор C:
config vlan default delete 1,25,26
create vlan 10 tag 10
config vlan 10 add untag 1
config vlan 10 add tag 25-26
create vlan 20 tag 20
config vlan 20 add tag 25-26
config stp ver mstp
create stp instance_id 1
config stp instance_id 1 add_vlan 10
create stp instance_id 2
config stp instance_id 2 add_vlan 20
config stp mst_config_id name abc revision_level 1
config stp priority 4096 instance_id 1
config stp mst_ports 25 inst 1 priority 96
config stp ports 1 edge true
enable stp
Коммутатор А:
config vlan default delete 1,2,25,26
create vlan 10 tag 10
config vlan 10 add untag 1
config vlan 10 add tag 25-26
create vlan 20 tag 20
config vlan 20 add untag 2
config vlan 20 add tag 25-26
config stp ver mstp
create stp instance_id 1
config stp instance_id 1 add_vlan 10
create stp instance_id 2
config stp instance_id 2 add_vlan 20
config stp mst_config_id name abc revision_level 1
config stp ports 1-2 edge true
enable stp