Re: Question about INFORM Protocol

"Dave Shield" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
On 30/08/07, [email protected] <[email protected]> wrote:
> I want to know how inform manages notifications (i.e.: if snmpd doesn't
> receive an ack, it retries sending notifications until it receive an ack)?

This is part of the low-level library code.
The netsnmp_session structure includes fields for timeout and retry
counts - and the agent uses these in exactly the same way as any
other Net-SNMP command-line command.
  See 'snmpcmd(1)' for details.


> Then, how can i do in order to monitor if snmpd has an ack or not from
> managing station?

You can't.
The agent API for sending notifications does not distinguish between
traps and informs.  (Since a single call could easily trigger several
separate notifications, using either/both of these styles).
   There is no feedback as to whether the notifications were successfully
sent - let alone acknowledged.   The API just isn't designed that way

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.