I am still following through with the sender. I want to double check the logic on my end. They are sending v2 traps. I have also loaded their mib into /usr/share/snmp/mibs. Here is my snmptrapd.conf:
authCommunity log,execute,net public traphandle default /usr/bin/perl /usr/bin/traptoemail -s localhost -f [EMAIL PROTECTED] [EMAIL PROTECTED] And here is how I am starting snmptrapd while testing: snmptrapd -f -Le -d -M /usr/share/snmp/mibs -m ALL I have a question somewhat related to this. Can I accept traps for multiple communities somehow with a single snmptrapd daemon and have a different set of handlers for each? I just want to double check my work on my end while they are scratching their heads on their end. On Wed, Mar 26, 2008 at 10:12 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 26/03/2008, Terry <[EMAIL PROTECTED]> wrote: > [snip] > > > > > Cannot find TrapOID in TRAP2 PDU > > Well, it's quite correct. > > The first two varbinds of a Trap2-PDU are meant to > be 'sysUptime.0' followed by 'snmpTrapOID.0' > The first two varbinds in this dump are > 'enterprises.22096.1.1.1' and 'enterprises.22096.1.1.4' > (assuming I've done the calculations correctly) > > That's the enterprise number for Image Project Inc. > > > It looks as if the generating application is broken. > I suggest you get onto the supplier and ask them > about this. > > Dave > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
