I'm just a beginner with PRTG. I configured SNMP Trap Receiver and it works (test SNMP trap notifications passed). But I have problem with my real SNMP trap. It is snmp version 1 and contains bind variables in its body. I catch snmp packet by Wireshark, here it is:
3704 623148.637157 192.168.0.1 192.168.0.2 SNMP 162 trap iso.3.6.1.4.1.232 1.3.6.1.4.1.232.1 1.3.6.1.4.1.232.2 1.3.6.1.4.1.232.3 1.3.6.1.4.1.232.4
You see, it has the main root iso.3.6.1.4.1.232 and some multiple variables, for example:
1.3.6.1.4.1.232.1 - server name (for example: "MyServer")
1.3.6.1.4.1.232.2 - server sensor name ("file share")
1.3.6.1.4.1.232.3 - server senasor status ("Error")
1.3.6.1.4.1.232.4 - status description ("file was modified")
For me it is important to get and work with all this messages _together_. Is it possible to do this, using PRTG? What is yhe OID value syntax in this way? The only one, I've get is _separated_ messages with different OID values listening.
Add comment