interface wireless monitor via SNMP

I want to read some of the fields that are available from the command “interface wireless monitor” via SNMP so I can chart them over time to look for problems/changes.

specificaly I want to monitor noise-floor, overall-tx-ccq and registered-clients.

I can not figure any way to pull any of these values out via SNMP… anyone got any ideas?

the command “print oid” can give you this info. each oid will be linked to a single client, so dont expect to be able to monitor random, non static clients.

for example do:

int wire print oid

I’m well aware of the print oid funtion… i’m looking for an OID for the specific values I listed above…

the values I am looking for are not accessable from interface wireless print oid

specificaly I want to monitor noise-floor, overall-tx-ccq and registered-clients.

You’ll have to extract noise-floor and ccq with scripting…for now anyway.