This script takes a MAC address as input, and returns where it's connected and blink the LED of the device.
- Python 3.6+
- Administrator access to Meraki Dashboard
-
Enable API access in your Meraki organization: Meraki Dashboard -> Organization -> Settings -> Dashboard API access
-
Generate your API key: Meraki Dashboard -> My profile -> API access
-
Get Meraki Org ID (You must be logged in to Meraki Dashboard first): https://api.meraki.com/api/v1/organizations
-
Install needed python packages
pip install -r requirements.txt
- Run script with the required arguments (MAC address format is not case sensitive, and support notation with both ":", "-" and nothing between octets)
python find_mac.py <MERAKI_KEY> <MERAKI_ORG_ID> <MAC_ADDRESS>
- Run around and see if you find the blinking LEDs :)