SNMP traps with AIX

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

SNMP traps with AIX

Post by BanditBBS »

I have plenty of AIX machines here I'd like to receive traps from. Started testing today and the traps are coming across unknown. The traps look like this:

Code: Select all

Tue Dec 18 16:14:57 2012: Unknown trap (.1.3.6.1.4.1.2.0.1) received from hermes at:
Value 0: hermes
Value 1: 10.97.235.15
Value 2: 150:22:37:01.00
Value 3: .1.3.6.1.4.1.2.0.1
Value 4: 10.97.235.15
Value 5: public
Value 6: .1.3.6.1.4.1.2
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: .1.3.6.1.2.1.25.3.3.1.2.1=Wrong Type (should be INTEGER): "CPU"
and

Code: Select all

Tue Dec 18 16:02:51 2012: Unknown trap (.1.3.6.1.4.1.2.0.1) received from hermes at:
Value 0: hermes
Value 1: 10.97.235.15
Value 2: 150:22:24:55.00
Value 3: .1.3.6.1.4.1.2.0.1
Value 4: 10.97.235.15
Value 5: public
Value 6: .1.3.6.1.4.1.2
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: .1.3.6.1.4.1.2.6.191.1.6.1=TestSNMP
As you can see, both of the traps came across as .1.3.6.1.4.1.2.0.1 which is unknown and wouldn't be much help since they all come across as that. However, the information in the "Ent Value 0" field is different and starts with a known OID. Is there a way to get SNMPTT to translate on the "Ent Value"?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Locked