I'd start by running both the agent and your tools with -d, which shows when packets are received. Then you can see if the agent is actually receiving something.
It's also possible (likely) that agent is actually receiving the requests but discarding them since they're not authorized (and running the agent with -Dvacm will help you check that). I actually suspect that the 'sockstat' program is incorrectly marking the port as closed. UDP doesn't operate in a "LISTEN" mode like TCP does. I have this suspicion that sockstat is getting confused about the port's status. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
