On 18/03/13 12:04 AM, David Lang wrote:
Thanks for posting this, I'm in a similar situation of trying to monitor
APs.

One problem I have had is finding a copy of the specs that say what
information should be available. If you can point me at a copy of that,
I can then easily say what OIDs in there are ones thatI care about.

I also struggled to determine what information should be available. The patch currently only supports wireless signal level and noise floor, e.g.

  $ snmpwalk -c public -On -v 1 192.168.1.1 1.3.6.1.4.1.762
  .1.3.6.1.4.1.762.2.5.2.1.1.1 = INTEGER: 1
  .1.3.6.1.4.1.762.2.5.2.1.3.1 = STRING: "wlan0"
  .1.3.6.1.4.1.762.2.5.2.1.7.1 = INTEGER: -256
  .1.3.6.1.4.1.762.2.5.2.1.8.1 = INTEGER: -59
  $

How do you want to monitor your APs? What tools do you want to use and how do you want to use them?
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to