I was wondering if it's possible to configure a Mikrotik hAP AC3 as follows:
- Use ROS 7 with newer wave2 wifi package and thus features.
- Configure eth1 as a VLAN trunk to an upstream switch.
- Configure eth2-5 as VLAN access ports bridged to one of the trunked upstream VLAN's.
- Configure multiple SSID's (virtual AP's) on the 2.4 and 5 GHz radios bridged to one of the trunked upstream VLAN's.
- Use the switch chip for intra VLAN forwarding on the eth1-5 interfaces, instead of software bridge VLAN filtering, to make use of L2 hardware offloading.
- Configure an IP in one the trunked upstream VLAN's for device management (SSH/webfig).
So essentially I'd like to use the hAP AC3 as a small VLAN capable wave2 AC accesspoint combined with a 5 port VLAN capable switch with full L2 intra VLAN hardware offloading using the switch chip functionality instead of software bridge VLAN filtering. I already have an existing device that does all the routing (internet/inter VLAN) and firewalling.
The documentation does not really provide me with enough confidence that all this is possible without hitting a limitation somewhere such as having to fall back to software bridge VLAN filtering or the older non-wave2 wifi package.
Anyone using this device in the above fashion and willing to share existing configuration and/or experiences?