Hi folks,
Seeing if I can map out the number of clients attached to a LWAP that is controlled via a WiSM.
The table containing the list of APs and the number of clients each is:
1.3.6.1.4.1.14179.2.2.13.1.4
This will display a list of the following types of entries:
0.34.85.242.67.80.0 = 9
Where 0.34.85.242.67.80.0 is the AP identifier (apparently the MAC address converted to decimal but that doesn't check out) and the number of clients as the value. So the whole OID/Value will be 1.3.6.1.4.1.14179.2.2.13.1.4.0.34.85.242.67.80.0 = 9 .
That in itself isn't a problem. What I want to do is search another table that provides the same AP identifier but with the APs IP/MAC address as the value. Then search for a given IP, grab the AP ID, search the "No. Client" table and return the value. Basically linking the IP/Mac to the number of clients.
Then I can scan the LWAP subnet and magically return the number of clients attached to each given the discovered IP address.
How would I go about doing this?