What is the best way to implement download quota on Meraki MR devices? You can do firewall & traffic shaping but how about download quota for each user?
@BTee there is nothing native in the Meraki Dashboard for daily download quotas, however you could perhaps accomplish this via API. For example you could write a script that leverages the daily usage history API endpoint (https://dashboard.meraki.com/api_docs/v0#return-the-clients-daily-usage-history) and have some logic in your script that then calls, if necessary, the API endpoint to update the group policy that applies to that client (https://dashboard.meraki.com/api_docs/v0#update-the-policy-assigned-to-a-client-on-the-network) and in that group policy you can configure what you like, such as more restrictive traffic shaping, complete blocking, or blocking specific apps for example. Just a thought, hope that might help.