> Where do i get the code for SNMP V3 informs??? First thing - can you please liaise with your colleagues to ensure that you only ask a question *once*. Two of you asking the same question separately is just wasting our time.
The structure of an SNMPv3 inform is exactly the same as for an SNMPv3 trap - just with a different protocol operation tag (and the fact that it expects a response). > I looked in the snmptraps.c That's the correct place - yes. It uses the '-i' flag to decide whether to send a trap or inform. But 99% of the handling is identical. > but no discovery or time sync has been captured. That's not actually specific to informs - *all* (authenticated) SNMPv3 traffic uses discovery and time sync. So this is handled in the main SNMP library. You don't need to worry about it. (If you *really* want to look at it, this is handled in the tangle of code that's 'snmp_api.c') Dave ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
