I have two switches (A and B), each one divided into two "Sub-switches", i.e. two VLANs.
Port 1 to 12: VLAN 100 (untagged)
Port 13 to 24: VLAN 200 (untagged)
Now, I want to connect the switches. Of course, I could configure one port to transport both VLANs (tagged) and connect both switches. Everything should work fine then.
But if I consider both parts of the switches as independent switches (they have completely isolates VLANs), I expected that it should be possible to connect each of the "Sub-switches" to its counter-part:
Port 1 of switch A to port 1 of switch B.
Port 13 of switch A to port 13 of switch B.
If I do that, it seems I've created a loop. I do not fully understand why this should be a loop, as I am working with different VLANs. If I was using two different switches instead of one switch configured with two VLANs, the setup would surely work. But where's the difference?
Best regards Tom