I’ve searched the internet and can’t seem to find a straight answer / tutorial on setting up VLANs on Mikrotik that actually work (I’m not sure what I’m missing). I’m trying to setup 2 VLANs:
- VLAN1 for Data - let’s say 192.168.1.x
- VLAN10 for Voice Traffic (VoIP phones - and route to a hosted platform via a VPN) - let’s say 10.1.1.x
Then use MANGLE and QUEUES to prioritize the traffic.
I want to plug an ethernet cable from the Mikrotik - say ports #5, #6, and #7 to a VoIP phone, then from the VoIP phone to a PC. Using DHCP and OPTION 242, I want to move the VoIP phone to VLAN10 and leave the PC on VLAN1. I’ve found numerous articles on “Hybrid VLANS” but none seem to actually work. The Mikrotik Wiki shows how to put certain ports on different VLANS but doesn’t account for leaving anything on VLAN1 - (https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge)
Anyone have a good setup for above that can share? This is really easy to do on Cisco and Adtran so I’m hoping I can do this with Mikrotiks too. Any help would be appreciated.