Hi all, I am working on a snmp trap receiver for a few devices in prtg to notify us when the Ethernet speed changed eg..1000 to 100. I currently have the trap receiver working but my messages are coming back as

SNMPv2-SMI::enterprises.43356.2.2 RFC1213-MIB::ifIndex.1 = 3 3 0 345402897 1

How should I go about getting a little bit more usable information from these messages like what speed it changed to?

Trap OIDs http://backhaul.help.mimosa.co/notifications-backhauls-snmp-traps-oids
MIB Files http://backhaul.help.mimosa.co/snmp-mib-downloads


Article Comments

Hi Jameson,

The respective OIDs need to be copied into the PRTG directory and you need to restart the PRTG Core Server Service so that the returned OIDs are getting translated properly. The default directory is:

Program Files (x86)\PRTG Network Monitor\MIB

PRTG offers you the possibility to read the incoming messages and to evaluate filter conditions to trigger notifications, but you cannot process the messages to display the speed or something similar. This needs to be part of the traps sent by the source device.

In general, you can check if active monitoring would be a better fit here for your needs. For instance an SNMP Custom (Advanced) Sensor to check the port speed, as described in the reply of my colleague Stephan.

You can find the correct index via the SNMP Tester Tool and a Scan Interfaces against the target device.

With that, you can enter thresholds on the interface speed to eventually create notifications or at least to change the sensor status accordingly.


Kind regards,
Felix Saure, Tech Support Team


Aug, 2021 - Permalink