Wireless SNMP values - how to get them?

Hello,

can anyone advise how to get useful measurable information from wireless devices, like signal strength (and possible some other info, I don’t know what is available…) using SNMP?
Let’s say I want to draw a signal strength graph using MRTG, but don’t know which value I should ask for…

Thanks in advance

print oid

Use this command in terminal, it shows all SNMP OIDs supported, e.g.:

/interface wireless print oid

HTH,