A small python script to keep track in a dictionary of all internal IP and MAC addresses along with the names of the devices. The script stores the devices in the file device_ips.yaml which can be edit with the actual names of your devices.
Requirements:
- arp-scan - install with "sudo apt-get install arp-scan"