Hi!

In ZABBIX, if I configure a sensor with the following string:

  • GEPON-OLT-COMMON-MIB::onuStatus.XXXXXXXX

where "XXXXXXXX" is the ONU id, and issue this commando via SNMP, the equipment answers to me:

  • A) the numerical value 1, if the ONU is online
  • B) the numerical value 3, if the ONU is offline

In PRTG, the same commando does not work, and there is no way to get the oidlib (compiled with PRTG MIB COMPILER) to work.

How can I get the same results on PRTG ? I mean, what commands / OID I have to use on PRTG sensor created on device, to monitor ONU (optical network units) online/offline status ?

GEPON-OLT-COMMON-MIB.txt is the fiberhome MIB file, and everything works in that way on zabbix, but in PRTG I can't figure out how to make this work, not even with other set of OID or commands.

Can you help me ?


Article Comments

Hi there,

According to the MIB file, the onustatus can be monitored via the OID

1.3.6.1.4.1.5875.800.3.10.1.1.11

and the status is defined like this (see this link:

Description: 1:offonline/fiber cut/power failure(0) 2:online(1)

Please use our SNMP Tester and perform a walk and a scan OID against the target device from the PRTG server. Which results do you get?


Kind regards,
Felix Saure, Tech Support Team


Sep, 2018 - Permalink

Hi, Felix!

I already tried, once, to use certain OID (which I looked into that mib) with the ONU ID at the end of the string, with no luck.

But, with your help, I tried that OID 1.3.6.1.4.1.5875.800.3.10.1.1.11.[ONU_ID] and it worked perfectly.

Many thanks! Evandro


Sep, 2018 - Permalink