Getting signal strength with SNMP

(I did post this in another place, but I think I put that one in the wrong place - sorry for the double post)
Hi,
I am looking for an OID that would give me the signal strength for the customers connected to my mikroTik. I might have one, listed below, that I got from another post. However, I can not seem to figure out how to matchup the signal strength to a mac address. Or even better to the PPPoE account that the customer logged in as. But the Mac would do. If this could be done with SNMP it would be nice. I currently grab the PPPoE users with a linux snmp script, but I want to grab the users signal strength as well. We are running 2.9.6 - I think.

The SNMP command that I got from another post: snmpwalk -v1 -c vlpub 66.84.82.11 1.3.6.1.4.1.14988.1.1.1.2.1.3

Thanks everyone,
Chris.

Are you talking about wireless client signal-strength ?
if yes, than you can get requested OID in /interface wireless registration-table.

Thanks for the reply. :sunglasses:

I got the Signal, but I am trying to macth it up with a mac or a PPPoE username. I want to be able to SNMP my mikrotic and be able to create a webpage the shows the customer’s and their signal. So I don’t have to let everyone into the mikrotik. I don’t have to do it my way, if anyone has any ideas please let me know.

Thanks everyone,
Chris.