I’m trying to configure “the dude” to see all my AP frequency.
possible way? sure, SNMP … but doesn’t work! ! ! !.. it works only in Station. I’ve try a lot with Oids in Appareance, as a test, and consulting from a linux…
any other idea?
i think it’s useful, and I’m realy interested in doing it.
Questions: What type of AP are you using? Do you have SNMP enabled on the AP? Are you able to get other data Via SNMP?
??? it only works in station ???
Ensure your snmp settings in the dude and the ap match up.
You should be able to use the “snmp walk” tool to figure out which oid to use to identify your frequencies.
Once you have the oid create a function to call up the frequency. I use the following format to display the frequency of my microwave radios.
Function
Name: AP_Frequency
Description: Query AP TX Frequency
Function: oid("x.x.x.x.x.x.x.x.x.x.x.x.x")
Then in the device appearance you can add the frequency to display on the device.
[AP_Frequency()]
You can also place the oid directly in the appearance however, you need to remember to place the brackets around the oid.
[oid("x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x")]
You can duplicate this for the RX Frequency also if needed.