Hello
We have 2 separated network as you can see in the attached image.
My goal is to isolate network "A" spanning tree topology from network "B" spanning topology.
both networks are running on MSTP and with the default instance MTS-0.
Interface VLAN is doing the connection between the networks, we have dedicated VLAN between network A and network B.
We are getting a lot of topology changes from network B and it make a lot of problems in our network such as unicast flooding every second.
We thought to run on mst0 on both networks, then create additional instance and assign just one VLAN to this instance-> VLAN between the networks. this way, change in network B will not change the topology in network A.
The problem that is not working, even with the additional instance, i see a lot of topology changes and that coming from network B.
HP-3500yl-24G(config)# sh spanning-tree
Multiple Spanning Tree (MST) Information
STP Enabled : Yes
Force Version : MSTP-operation
IST Mapped VLANs : 1-9,11-19,21-4094
Switch MAC Address : 78e3b5-236080
Switch Priority : 4096
Max Age : 20
Max Hops : 20
Forward Delay : 15
Topology Change Count : 44
Time Since Last Change : 1 secs
CST Root MAC Address : 78e3b5-236080
CST Root Priority : 4096
CST Root Path Cost : 0
CST Root Port : This switch is root
IST Regional Root MAC Address : 78e3b5-236080
IST Regional Root Priority : 4096
IST Regional Root Path Cost : 0
IST Remaining Hops : 20
backbone switch configuration:
spanning-tree
spanning-tree config-name "prod"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 20
spanning-tree instance 1 priority 1
second backbone switch:
spanning-tree
spanning-tree config-name "prod"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 20
all other vlans are in mst0. when im doing some topology change in network B, i still see topology change in mst0, why?
the change should be just in mst1, am i right?
Thank you!