VLAN and limited inter-VLAN communications - where to start

I’ve been using Mikrotik devices at home for 8 years now, but with relatively simple setup, Wireguard and basic firewall rules are most advanced things I’ve done ( not a networking expert)
So I finally want to introduce some segmentation into my network by using VLAN’s, but that would also require some transparency between VLAN’s -
e.g. smart home hub (Apple HomeKit) sitting in my “protected” VLAN to be able to reach out to that chinese smart switch to control it, but not allowing the switch to go to the Internet or to connect to devices in my “protected” LAN.
Worth noting that proverbial chinese switch can’t connect to internet now - I have FW rule to only allow its access to lan /24, but that certainly is not robust enough.

The question really is:

  • what are high level steps / Mikrotik features to use for me to accomplish that?

I.e. VLAN with separate DHCP for “smart home” and then some kind of special interVLAN firewall rules or it would be more advanced?
Would really appreciate any high level guidance as there’s a ton of overwhelming guidance and all I’ve managed to do so far is lock myself out of my old HAP AC that I was using for VLAN experiments :slight_smile:

Thank you!

I.e. VLAN with separate DHCP for “smart home” and then some kind of special interVLAN firewall rules or it would be more advanced?

Yes, exactly that would be needed but a network diagram is recommended to see which ports part of which VLAN should they be and also to understand whether DHCP is needed on all VLANs. Otherwise we could give only general examples on how to set the whole thing up. Nothing overly complicated. In advance you could read through the MikroTik documentation:

https://help.mikrotik.com/docs/display/ROS/Bridging+and+Switching#BridgingandSwitching-BridgeVLANFiltering

And have a look here:

http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1