Problem: I can't see my AP frequency

hi all,

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.

  • Hi, thnx for the answer

  • AP mode = AP bridge on RB 433ah, rb 411, rb 133c.

  • SNMP is enable

  • i can get snmp data from anywhere


    otherwise i’ve already tried this:

but… it doesn’t work… only works in any station mode.

with this funtion the result it’s “0”

note: Snmp walk doesn’t show frequency value on AP mode.

station mode shows the frequency value but i don’t need it.

no ideas??? :frowning:

revive |

A long time ago i’ve seen that wireless card neever will show you AP frequency… you can get this data from any client.

Regards.-