Community discussions

MikroTik App
 
bobk
just joined
Topic Author
Posts: 5
Joined: Wed Mar 16, 2005 11:06 pm

Case of the missing OID

Sun Aug 19, 2007 7:45 am

When doing a "print OID" in the routerboard returns:
[quote]
[admin@testbed.xxxxx.com] interface wireless> pr oid
Flags: X - disabled, R - running
1 R tx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.2.4
rx-rate=.1.3.6.1.4.1.14988.1.1.1.1.1.3.4
strength=.1.3.6.1.4.1.14988.1.1.1.1.1.4.4
ssid=.1.3.6.1.4.1.14988.1.1.1.1.1.5.4
bssid=.1.3.6.1.4.1.14988.1.1.1.1.1.6.4
frequency=.1.3.6.1.4.1.14988.1.1.1.1.1.7.4
[admin@testbed.xxxxx.com] interface wireless>
[/quote]
Except that the frequency OID that gets returned is bogus. According to SNMPwalk, the only available OIDs for a wireless interface are:
[quote]
root@ferret $ snmpwalk -c public -v 1 xxx.xxx.xxx.49 .1.3.6.1.4.1.14988.1.1.1
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.3.0.20.165.19.46.187.4 = INTEGER: -50
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.4.0.20.165.19.46.187.4 = Counter32: 4351684
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.5.0.20.165.19.46.187.4 = Counter32: 450386
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.6.0.20.165.19.46.187.4 = Counter32: 5224
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.7.0.20.165.19.46.187.4 = Counter32: 3106
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.8.0.20.165.19.46.187.4 = Gauge32: 11000000
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.9.0.20.165.19.46.187.4 = Gauge32: 11000000
[/quote]

PHP's SNMP tools seem to agree with SNMPwalk, so has there been a change? Did an OS upgrade drop this from the MIBs? Help!