I’ve got the RB493G board with 4.16 OS.
We keep a list of all “customers” and their MAC-addresses on an PHP/MYSQL database. I’m using SNMP to get some details to the page and to get detailed details I use the PHP API found on the wiki (slower than SNMP).
My question is: how would you send/update the allowed clients to the RouterOS? I’d like to use the /interface/wireless/access-list but would it be better to use the user manager/radius?
I suppose the PHP API could do this but I’m havin a hard time figuring out how to avoid duplicates… I guess all would need to be removed first and then rewrite the whole list.
The API also seems to timeout sometimes.
The nicest would be if the access-list would be accessible trough the private (rw) SNMP ![]()