Ben- Where are you looking to create the ACL? You mention all routing is done on an L3 Core switch. Do you have an MX? Wireless? If you are running wireless only the below config should give you what you need. You just need to make allowances before the deny statement if you need access to something.
... View more
If they have the same SSID and same PSK they will connect as expected. I use this same idea in 60 field sites only I use WPA2-Enterprise instead of a PSK. Works without issue.
... View more
The clientMac has to be in the same networkId. I have searched for a mac that was not in the network I had set in my variables and it returned a 404.
... View more
@AntonioGrillo I don't track my clients by IP. You need to turn that on. see documentation: https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Client_Tracking_Options FYI, I tried to test tracking by IP and got the following error: Tracking clients by IP addresses is not supported in a combined network and will break client tracking data.
... View more
I haven't had an issue with new the API call. Can you post your results? This is the get request from my Postman " {{baseUrl}} /networks/ {{networkId}} /clients/ {{clientMac}}"
... View more
Colin- Have a look at this post: https://community.meraki.com/t5/Solutions-APIs/Global-dashboard-search-via-API/m-p/12951 Not the same API call but similar idea to what you may be looking for.
... View more
It depends on the size of the deployment. If you have 2,000 sq feet, it's different than if you have 200,000 sq feet. Building materials and layout will determine placement and number of APs you need. If you have larger spaces, you should do a wireless site survey.
... View more
So I just did a GET on one of my networks and the first thing that I can see is I don't get "radiusFailoverPolicy": "deny" or"radiusLoadbalPolicy": "priority". Where did you get those fields?
... View more
Dave- I have a script that will find users based on MAC or IP address. Its slow, but if you are going network by network in the dashboard, this is easier. https://github.com/steinbep/Meraki-API---Python/blob/master/find_machine.py
... View more
Rick- I have this setup in my environment. Just point the radius server to Clearpass. You can use radius tags to set the vlan or you can use API calls to set policy or vlan tags. Let me know if you need any help with the API calls if you use them.
... View more