I'm evaluationg how to best monitor a Cisco AP. Here is the results of snmpwalking the cDot11ClientCurrentTxRateSet OID for 3 SSIDs:
SNMPv2-SMI::enterprises.9.9.273.1.3.1.1.1.1.4.83.83.73.68.0.35.118.39.212.62 = STRING: "l" SNMPv2-SMI::enterprises.9.9.273.1.3.1.1.1.1.5.83.83.73.68.50.0.35.118.39.212.62 = STRING: "l" SNMPv2-SMI::enterprises.9.9.273.1.3.1.1.1.1.5.83.83.73.68.51.0.35.118.39.212.62 = STRING: "l" One of the things I want to monitor is the clients data rate, given in the OID SNMPv2-SMI::enterprises.9.9.273.1.3.1.1.1.1.4. Followed by some numbers 83.83.73.68 I take are random to each AP. Followed either by a missing number for the first SSID configured and then by 50 for the second, 51 for third configured SSID and so on. Then followed by the client mac-address encoded octally or something. 1. I want to collect the number of clients using a given data-rate at the current moment, for each SSID. 2. I may also want to collect the data-rates for each client over time. Is this possible with collectd, and how easily if so? I'd rather not have to go to my boss and tell him I spent N hours to figure out it's not possible or that is too hard for me to do on my own :) Cheers and TIA Stian Øvrevåge _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
