On Wed, 2005-08-03 at 08:21 -0500, Bogdan Antonovici wrote: > Can someone tell me what happens(i mean what snmpd does?) when there > is no response for a inform request message? > Normally the agent should retransmit inform request message.
That's certainly what I'd expect to happen, yes. > I am not seeing snmpd doing that. <tap, tap, tap> Nope - you appear to be quite correct. > Can someone tell me how is the inform implemented? It's mostly handled in 'snmp_trap.c' and 'mibgroup/notifications/snmpNotifyTable.c' If you follow the code through, it ends up calling 'send_trap_to_sess()' (in snmp_trap.c), which invokes the usual snmp_synch_response() call to send an inform notification. That ought to look after the retries automatically. This looks suspiciously like a bug. I suggest you log it with the bug tracker, so that it doesn't get forgotten. Dave ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
