Hi,
After enabling SNMP on my hAP ax³ (and installing the Mikrotik MIB on my machine) snmpwalk pulls down correctly most OIDs, but I don’t see some wireless connected device info I am looking for.
And when explicitly asking for certain tables, they seem to be empty; i.e.,
$ snmptable -m ALL -v 2c -IR -c public 192.168.89.1 mtxrWlStatTable
Bad operator (INTEGER): At line 73 in /usr/share/snmp/mibs/ietf/SNMPv2-PDU
MIKROTIK-MIB::mtxrWlStatTable: No entries
$ snmptable -m ALL -v 2c -IR -c public 192.168.89.1 mtxrWlRtabTable
Bad operator (INTEGER): At line 73 in /usr/share/snmp/mibs/ietf/SNMPv2-PDU
MIKROTIK-MIB::mtxrWlRtabTable: No entries
Is there something else (besides just enabling SNMP) that I need to do to get these tables populated, or access them?
thanks, Jon