> When I run snmptrapd with the options specified below, I get:
> 
> read_config:traphandle: registering handler for: default
> 2004-12-15 13:20:19 NET-SNMP version 5.1.2 Started.
> 
> When I send a trap.....
> There is no debugging output at all.

That would tend to imply that the trap handler is not actually
receiving these traps.  Either because it's not receiving them
at all, or because of that "pre-parse fail" problem.


> I know the packets are being received because tcpdump shows them

That doesn't necessarily mean that the traps are being received by
the trap handler.

I'd check this by running
         "snmptrapd -f -Lo -d"
              and seeing whether the incoming traps are dumped
(which happens *before* any trap handling processing is done)

If you don't see the incoming packet dumps, then have a look at
any firewall filtering that might be done.  If you do, then
have a look at the /etc/hosts.{allow,deny} files.  I'm wondering
whether there is some tcp wrapper filtering that's rejecting these
traps.

Dave


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to