For those who might come across this problem in the future: Error: b'{"errors":["Authentication mode requires RADIUS 802.1X servers"]}' Does require you to specify the radius server property, which I did and made up something completely fake. I think there is a bug in the API which requires the radiusServers to be specified with localRadius. This should not be specified as the radius server in this case IS the meraki AP not an external server. In JSON format: "radiusServers": [ { "host": "1.1.1.1", "secret": "fdafdasfdas", "port": 123 } ] } Just a note: When I look at the dashboard setup for this SSID, there are NO radiusServers setup, even though it is in the code. As per the documentation above 8021x-radius and ipsk-with-radius are the only authMethods which need RadiusServers.
... View more