On 18/12/06, Srivastava, Namburi (IE10)
<[EMAIL PROTECTED]> wrote:
> How do I find to which socket does the sub-agent is trying to connect???

The easiest way is probably to turn on packet dumps in the subagent.
Then you can check the header line of the dump
("Sending N bytes to {somewhere}")

Try adding
               netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID,
                                   NETSNMP_DS_LIB_DUMP_PACKET, 1);
to the subagent code.

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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