Hello, Everyone !
I have RB951G-2HnD as my home router and want to make it correctly VLAN configured with such VLANS:
- VLAN 88 → home network, wired untagged, with access to router
- VLAN 10 → guest network, wired tagged
- VLAN 20 → IoT network, wired tagged + router’s wlan1 untagged
So I want to apply this configuration:
/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2 pvid=88
add bridge=bridge1 interface=ether3 pvid=88
add bridge=bridge1 interface=ether4 pvid=88
add bridge=bridge1 interface=ether5 pvid=88
add bridge=bridge1 interface=wlan1 pvid=20
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=ether2,ether3,ether4,ether5 vlan-ids=88
add bridge=bridge1 tagged=bridge1,ether2,ether3,ether4,ether5 vlan-ids=10
add bridge=bridge1 tagged=bridge1,ether2,ether3,ether4,ether5 untagged=wlan1 vlan-ids=20
/interface vlan
add interface=bridge1 name=vlan88 vlan-id=88
add interface=bridge1 name=vlan10 vlan-id=10
add interface=bridge1 name=vlan10 vlan-id=20
/ip address
add address=192.168.88.1/24 interface=vlan88
add address=192.168.10.1/24 interface=vlan10
add address=192.168.20.1/24 interface=vlan20
/interface bridge
add name=bridge vlan-filtering=yes
Off course for every network will be also configured dhcp-server and ip-pools and networks will be isolated one from another.
Please, community tell me do I understand VLAN correctly:
- Will such configuration work?
- Will VLAN 88 clients have winbox access to router via IP 192.168.88.1 address ?
- Will wireless IoT devices “untaggly” connected to router’s wlan be in VLAN 20 network ?
Thank You.



