Subnetting on multiple APs and BSSIDs.

Hello! I am planning to buy a MikroTik as a router to my home network upgrading plan, in the addition to just-bought OpenWRT based routers to be used as access points. Here is the final plan for the home network:




  • Three APs will be connected, one directly to the MikroTik and two from unmanaged switch.
  • All APs are capable of VLAN, the unmanaged switch is VLAN supported.
    [*} I am aiming to subnet all those APs for the ease of the management.
  • One of the three AP will be broadcasting two BSSIDs–one for home use and one for guest network. Hotspot authentication will be a plus, but not really necessary.

Given the final goal, my aim is to (1) create 4 VLANs for different BSSIDs (2) implement different DHCP servers for each VLANs. I’m wondering whether VLANs are too overkilling, and looking for suggestions on how the configuration can be achieved.

Thank you in advance for your kind recommendations!

Try it with vlans should work.
assuming port 1 is to ISP
port 2 (trunk port) to ap1 vlan 10 (not home)
port3 (trunk port) to switch vlans 20 (home) ,30 (not home), 40 (not home)

vlan10-SSID10 - needs network dhcp , network dhcp server, ip pool, , ip address interface is vlan10, (interface of vlan is bridge-home)
vlan20-SSIDHome -needs network dhcp , network dhcp server, ip pool, , ip address interface is vlan10, (interface of vlan is bridge-home)
vlan30-SSIDGuest - needs network dhcp , network dhcp server, ip pool, , ip address interface is vlan10, (interface of vlan is bridge-home)
vlan40-SSID40 -needs network dhcp , network dhcp server, ip pool, , ip address interface is vlan10, (interface of vlan is bridge-home)

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