On Thu, 2006-03-16 at 09:43 +0200, Derey Moshe wrote: > when I specify the exact OID that I'm expecting to > receive trap for I'm getting nothing:
> traphandle .1.3.6.1.4.1.9.10.1.2.2.1.8 > /home/snmp/traps/traps_handle What is the MIB definition of this trap (and the MIB file that defines it)? Is it being sent as an SNMPv1 trap, or an SNMPv2 notification? The most likely cause is that you're not specifying the correct OID for the trap that's actually being received. Try running 'snmptrapd -On -f -Le' (without a config file), to see what that OID actually is. Davehttps://lists.sourceforge.net/lists/listinfo/net-snmp-users ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ 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
