How to monitor frekvency in AP Bridge mode?

Hello. I need monitor frekvency in AP bridge mode?

OID in my picture dont work? Dude 3.6 dont show any value :frowning:
Any solution?
oid.jpg
dude.jpg

values available for monitor on an access point,
currently frequency is not there.

interface wireless registration-table print oid   
 0 strength=.1.3.6.1.4.1.14988.1.1.1.2.1.3.0.12.66.24.72.192.4 
   tx-bytes=.1.3.6.1.4.1.14988.1.1.1.2.1.4.0.12.66.24.72.192.4 
   rx-bytes=.1.3.6.1.4.1.14988.1.1.1.2.1.5.0.12.66.24.72.192.4 
   tx-packets=.1.3.6.1.4.1.14988.1.1.1.2.1.6.0.12.66.24.72.192.4 
   rx-packets=.1.3.6.1.4.1.14988.1.1.1.2.1.7.0.12.66.24.72.192.4 
   tx-rate=.1.3.6.1.4.1.14988.1.1.1.2.1.8.0.12.66.24.72.192.4 
   rx-rate=.1.3.6.1.4.1.14988.1.1.1.2.1.9.0.12.66.24.72.192.4 
   routeros-version=.1.3.6.1.4.1.14988.1.1.1.2.1.10.0.12.66.24.72.192.4 
   uptime=.1.3.6.1.4.1.14988.1.1.1.2.1.11.0.12.66.24.72.192.4

Hello Sergejs.

It would be possible to add support in the next version of ROS?
Thanks

Currently the problem is that frequency is not reported at registration-table. We will see what we can do about this parameter.

Thank you very much

in 6.0rc7 it is possible to get the frequency value:

do /interface wireless print oid

for me the OID was:
.1.3.6.1.4.1.14988.1.1.1.3.1.7.4

it is dynamic and can change from AP to AP, so be careful and do not blindly copy it over

just by enabling basic SNMP configuration:
$ snmpget -c public -v 1 192.168.88.1 .1.3.6.1.4.1.14988.1.1.1.3.1.7.4
iso.3.6.1.4.1.14988.1.1.1.3.1.7.4 = INTEGER: 5300

It is posible add this OID for RouterOS 5.23? Thanks

And why don´t work OID in first picture. DUDE don´t show any value. But snmp walk works with this OID.

Thanks