Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
Cambium radio units keep their interface speed on a weird OID and the standard interface speed OID returns a ridiculously large number (1Gbps actual port speed comes back as 1Pbps from the OID). I'm requesting that the MiB file for Cambium ePMP's be added to correct this issue and add more stats for these devices. The MiB is located here: https://support.cambiumnetworks.com/framed/onlinetools/index.CAMBIUM-PMP80211-MIB.html
Yah, I missed somehow, than device really report incorrect ifHighSpeed (same as ifSpeed):
IF-MIB::ifDescr.1 = STRING: LAN interface 1
IF-MIB::ifDescr.2 = STRING: WLAN interface 1
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ieee80211(71)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1708
IF-MIB::ifSpeed.1 = Gauge32: 1000000000
IF-MIB::ifSpeed.2 = Gauge32: 110000000
...
IF-MIB::ifHighSpeed.1 = Gauge32: 1000000000
IF-MIB::ifHighSpeed.2 = Gauge32: 110000000