How to get the WR21 local Device ID via Python?

How do I get the HW device ID for a WR21 with Python locally? I can sort of pull it out with the “id” command in the command line with the reported MAC address.

you should be able to use sarcli module and the ‘ati5’ command. that will give you the mac address and you can determine the device ID from that.

1 Like