I’ve updated my post/config examples to warn about this.
At the moment the config is based on extracting relevant config from a working setup.
If I find time/get motivated I might change the post to have a step by step config like the original post.
Thank you for this guide. I know @mftovey mentioned having a switch in between the router and access points. Does anyone have an idea of the configuration for that?
I have internet on everything but all of my access points get IP addresses from the Ethernet pool instead of the VLAN pools I have setup. I believe that it’s a problem with my switch setup. ap.rsc (2.27 KB) router.rsc (22.6 KB) switch.rsc (1.56 KB)
Once you have this working then add the switch back in with the appropriate trunk port configuration to the switch and APs.
Having a quick looking at your configs I’m seeing a number of things which look odd.
router
/interface bridge port: all interfaces are access (untagged) when some interfaces likely need to be trunk (tagged).
switch
/interface bridge: guessing protocol-mode should be rstp not none
/interface bridge port: all ether interfaces are access (untagged) when some interfaces likely need to be trunk (tagged)
ap
/interface bridge: vlan-filtering is not enabled on the bridge
/interface bridge vlan: bridge1 is not marked as tagged
Anyone knows is this also needed for non AX devices ?? (ac3, ac2, cap ac)
I have a deploy with 57 devices, most of then cap ac and some ac2 and ac3.
I migrated to wifi-qcom-ac with the new capsman and everything improved a lot on my wireless lan but sometimes I have weird capsman disconnections and I still dont know why, currently I have STP set to none and I want to know if the recomendation for AX devices also apply to AC devices
No as RSTP for the AX devices is used to disable HW-Offloaded Bridge as the IPQ-PPE Switch chip HW-Acceleration is still buggy.
The AC devices use a different switch chip and for that reason can use HW-Accel.
Which will result in lower CPU Usage.