On Thu, 2006-03-09 at 20:56 +0200, Derey Moshe wrote: > I'm also trying to configure a traphandle inside the configuration > file: snmptrapd.conf as follows: > > traphandle SNMPv2::enterprises.9.10.4.2 /home/moshe/trap_handler > > Do you see anything wrong with it?
Well for a start, the OID isn't valid. 'enterprises' is defined in SNMPv2-MIB, not SNMPv2 I would expect this to have displayed an error. Did you check the log file? I'd actually suggest working with numeric OIDs (at least initially) to avoid this sort of problem. I'd also suggest running as snmptrapd -f -Le .... so that you can see any error messages, etc. Dave ------------------------------------------------------- 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
