monitor MT by SNMP problem

I’d like to retrive some infos using SNMP.

I am interested to get the signal strength.
So I went to:
interface wireless print OID

But the OID Mt displaies are not reachble using smpget and also doing a walk I don’t see them.

Any help?

Thanks

Do >snmp print

Is it enabled?

Do >snmp community print

Do you have a community set with Read access?

Do you have the same community string set in your management software?

  1. make sure snmp server is enabled, as said above
  2. use snmpget -v 1 -c |community| |host| |oid|
  3. if you want to get signal strenght, and your wireless card is in bridge/ap-bridge mode, you cann’t (doesn’t work in that modes)

in fact I’m in bridge mode. this is the problem.

Thanks