Very new to setting up SNMP test. In fact this is my first time but got an issue with the following.
I'm trying to set up some SNMP testing with our Red Box Recording system. They've provided a MIB file which I've used the Paessler MIB file converter to create a oldlib file. That file has been put in the correct snmplib folder. Now when I went to create a new sensor and select new SNMP Library I got the error code PE049
Not sure where I'm going wrong here. The target system does respond well to a 'Read Device Uptime' test (below)
Any help is appreciated.
----------------------- New Test ----------------------- Paessler SNMP Tester 5.2.3 Computername: (HOSTNAME) Interface: (LOCAL IP) 11/28/2018 8:41:44 AM (42 ms) : Device: (TARGET IP) 11/28/2018 8:41:44 AM (50 ms) : SNMP V2c 11/28/2018 8:41:44 AM (57 ms) : Scan OIDLIB C:\Program Files (x86)\Paessler MIB Importer V3\redbox.oidlib Scanning OIDs from library: "C:\Program Files (x86)\Paessler MIB Importer V3\redbox.oidlib" on device: 192.168.161.15 11/28/2018 8:41:44 AM Start Scan 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box manufacturer 1.3.6.1.4.1.9854.2.1.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box version 1.3.6.1.4.1.9854.2.2.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box status 1.3.6.1.4.1.9854.2.3.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box snmp version 1.3.6.1.4.1.9854.2.4.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box calls being recorded 1.3.6.1.4.1.9854.2.5.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box active alarms 1.3.6.1.4.1.9854.2.6.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box|red box unarchived data 1.3.6.1.4.1.9854.2.7.0 11/28/2018 8:41:44 AM REDBOX-MIB|red box alarm details: #[1.3.6.1.4.1.9854.1.1.1.1]|red box alarm num 1.3.6.1.4.1.9854.1.1.1.2 11/28/2018 8:41:44 AM REDBOX-MIB|red box alarm details: #[1.3.6.1.4.1.9854.1.1.1.1]|red box alarm severity 1.3.6.1.4.1.9854.1.1.1.3 11/28/2018 8:41:44 AM REDBOX-MIB|red box alarm details: #[1.3.6.1.4.1.9854.1.1.1.1]|red box alarm action 1.3.6.1.4.1.9854.1.1.1.4 Found OIDs: No OIDs found ----------------------- New Test ----------------------- Paessler SNMP Tester 5.2.3 Computername: (HOSTNAME) Interface: (LOCAL IP) 11/28/2018 8:41:21 AM (6 ms) : Device: (TARGET IP) 11/28/2018 8:41:21 AM (9 ms) : SNMP V2c 11/28/2018 8:41:21 AM (11 ms) : Uptime 11/28/2018 8:41:21 AM (15 ms) : SNMP Datatype: ASN_TIMETICKS 11/28/2018 8:41:21 AM (18 ms) : ------- 11/28/2018 8:41:21 AM (21 ms) : DISMAN-EVENT-MIB::sysUpTimeInstance = 6893137 ( 19 hours 8 minutes ) 11/28/2018 8:41:21 AM (24 ms) : SNMP Datatype: ASN_TIMETICKS 11/28/2018 8:41:21 AM (27 ms) : HOST-RESOURCES-MIB::hrSystemUptime.0 = 283855098 ( 32 days ) 11/28/2018 8:41:21 AM (30 ms) : Done
Hello there,
That's the problem, the device does not deliver data on those OIDs:
Based on the looks of it, this is more likely a trap mib, meaning it does not contain definitions for data that can be pulled, instead it contains definitions for SNMP Traps, those are like alarm messages the device sends when certain events occur.
You can make use of this using an SNMP Trap Receiver Sensor:
In order to use the MIB with the SNMP Trap Receiver Sensor, you do not need to convert it, you drop it into subfolder "MIB" instead inside PRTG's installation path. PRTG can use the MIB then to "translate" those received messages instead of showing "cryptic" OIDs.
Kind regards,
Erhard
Nov, 2018 - Permalink