Hi there,
I'm struggling with a good way to do this. Please see the attached image, which shows what I'm trying to do.
Basically, I have 2 VLANs, with switches 1,2,3 on VLAN 84, and all on VLAN 12.
What I'm finding is that when all 4 switches are connected together, I will get blocked traffic on VLAN84 from, say SW3. After realizing that it's a function of STP/RSTP, which doesn't understand VLANs, I realized I need to use MSTP.
After reading the documentation, I'm actually not sure about how to configure these switches for MSTP so that flow is blocked in the right places.
Can anyone point me in the right direction?
I'm thinking something like this:
SW1:
spanning-tree config-name "TEST"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 84
spanning-tree instance 1 priority 0
spanning-tree instance 2 vlan 12
SW2:
spanning-tree config-name "TEST"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 84
spanning-tree instance 2 vlan 12
SW3:
spanning-tree config-name "TEST"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 84
spanning-tree instance 2 vlan 12
SW4:
spanning-tree config-name "TEST"
spanning-tree config-revision 1
spanning-tree instance 2 vlan 12
spanning-tree instance priority 0
If this is right, what I'm wondering about is what happens to the remaining STP and RSTP that exists for other VLANs that are attached to SW4? Will they be affected? Will I need to create regions for those other VLANs?
Any advice is much appreciated!