interace speeds and snmp

I have an rb433ah running 3.24 and can’t graph the true speeds through the box with mrtg/snmp.

I think it comes down to this. RouterOS isn’t sending accurate interface max speeds via snmp.

jp@mocha:~> snmpwalk -v1 -cxxxxx xxxxx |more
SNMPv2-MIB::sysDescr.0 = STRING: router
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.14988.1
SNMPv2-MIB::sysUpTime.0 = Timeticks: (9378100) 1 d
SNMPv2-MIB::sysContact.0 = STRING: 
SNMPv2-MIB::sysName.0 = STRING: xxxxxx
SNMPv2-MIB::sysLocation.0 = STRING: 
SNMPv2-MIB::sysServices.0 = INTEGER: 78
IF-MIB::ifNumber.0 = INTEGER: 6
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifDescr.1 = STRING: ether1
IF-MIB::ifDescr.2 = STRING: ether2
IF-MIB::ifDescr.3 = STRING: ether3
IF-MIB::ifDescr.4 = STRING: dc-bht
IF-MIB::ifDescr.5 = STRING: tommys
IF-MIB::ifDescr.6 = STRING: waldoboro
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ieee80211(71)
IF-MIB::ifType.5 = INTEGER: l2vlan(135)
IF-MIB::ifType.6 = INTEGER: l2vlan(135)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1500
IF-MIB::ifMtu.3 = INTEGER: 1500
IF-MIB::ifMtu.4 = INTEGER: 1500
IF-MIB::ifMtu.5 = INTEGER: 1500
IF-MIB::ifMtu.6 = INTEGER: 1500
IF-MIB::ifSpeed.1 = Gauge32: 100000000
IF-MIB::ifSpeed.2 = Gauge32: 100000000
IF-MIB::ifSpeed.3 = Gauge32: 100000000
IF-MIB::ifSpeed.4 = Gauge32: 11000000
IF-MIB::ifSpeed.5 = Gauge32: 10000000
IF-MIB::ifSpeed.6 = Gauge32: 10000000

As you see here, ethernet interfaces are an accurate 100mbps.

However, the wireless interface is limited to 11mbps. I’m using a 48-54mbps modulation on the wireless link and it can do 30+mbps.

The vlans should be the same speed as the physical interface they are on.

The routerboard is older than 30 days, so I haven’t contacted support. Anybody else run into this?

Hello all,

I have a similar situation. Rb 433ah, RouterOS 4.16, atheros wireless interface (ubnt sr71a) configured to operate in 802.11n (NV2) and the snmp interface reports only 11Mbps.

Any ideas?

mon:/etc/mrtg# snmpwalk -v 1 -c public 172.16.10.82 .1.3.6.1.2.1.2.2.1 | grep 37
IF-MIB::ifIndex.37 = INTEGER: 37
IF-MIB::ifDescr.37 = STRING: wlan1
IF-MIB::ifType.37 = INTEGER: ieee80211(71)
IF-MIB::ifMtu.37 = INTEGER: 1500
IF-MIB::ifSpeed.37 = Gauge32: 11000000
IF-MIB::ifPhysAddress.37 = STRING: 0:15:6d:84:65:61
IF-MIB::ifAdminStatus.37 = INTEGER: up(1)
IF-MIB::ifOperStatus.37 = INTEGER: up(1)
IF-MIB::ifLastChange.37 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.37 = Counter32: 38088854
IF-MIB::ifInUcastPkts.37 = Counter32: 57211481
IF-MIB::ifInNUcastPkts.37 = Counter32: 0
IF-MIB::ifInDiscards.37 = Counter32: 0
IF-MIB::ifInErrors.37 = Counter32: 0
IF-MIB::ifInUnknownProtos.37 = Counter32: 0
IF-MIB::ifOutOctets.37 = Counter32: 2391478582
IF-MIB::ifOutUcastPkts.33 = Counter32: 2372
IF-MIB::ifOutUcastPkts.37 = Counter32: 42670948
IF-MIB::ifOutNUcastPkts.37 = Counter32: 0
IF-MIB::ifOutDiscards.37 = Counter32: 0
IF-MIB::ifOutErrors.37 = Counter32: 0
IF-MIB::ifOutQLen.37 = Gauge32: 0