The switch port on switch1 is configured as trunk with VLANs 1-1000. (that is how we do it)
The same on the switch2.
So the easy way is would be to just connect “ether1” and “wlan60-1” via a bridge and all VLANs should go through, I guess.
But of cause we want to give each wAP a management IP in the VLAN 100.
In the past we configured VLAN interfaces on “ether1” and “wlan60-1” for the management VLAN, connected them with dedicated bridge and defined a management IP on this bridge.
There was also still the main bridge that forwarded every other vlan.
I guess my main issue it that I do not want to configure every VLAN as a single VLAN interface.
But the tutorials do not show how to combine one management VLAN and one bridge for everything else.
I tried to just combine both solutions, but the management IP is not reachable reliably. I guess something regarding STP?
I disabled STP on both bridges.
So my question is:
Does anybody have a example configuration to configure a management IP/VLAN and still allow all VLANs without configuring every VLAN separately??
But the packet loss of the management IPs is still happening.
I will investigate further.
EDIT2: Now the management IPs are working, too.
I just added a management IP in the same VLAN on the switch2 and pinged it.
Then all management IPs worked 100%.
As soon as I deactivate the new management IP on switch2 the problems start again.
Here is a a diagram of the relevant devices.
I do not think all other components of the campus network are relevant.
btw: I activated RSTP on the bridges.
But I see no difference in the behavior.
So when switch2 does not have a vlan 4 interface, it wants to prune this vlan and sends a VTP information to all connected devies.
the Mikrotik devices do not understand VTP and just relay the packets.
Switch1 receives this information and says: “Ok, if you do not need vlan 4 I will not send vlan 4 packets to you”.
And the Mikrotik devices are left out.
I see two solutions/workarounds:
Disable pruning for vlan 4 on the interface from switch1 to wAP1
Use the same management vlan for Mikrotik and Cisco so it is garanteed that the vlan will not get pruned, because the Cisco devices need that vlan, too.