This is a discussion on Re: Multiple Inform requests for single use of send_v2trap within the SNMP Users forums, part of the Networking and Network Related category; On 5 Feb 2008 04:58:30 -0000, girish <nlgirish@rediffmail.com> wrote: > ... whenever I trigger this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 5 Feb 2008 04:58:30 -0000, girish <nlgirish@rediffmail.com> wrote:
> ... whenever I trigger this function I can see that 2 inform requests > being sent to demon...... > Wat could be the reason? Two possibilities spring to mind. a) You might have two sink entries in your snmpd.conf file. (e.g. "trapsink" and "trap2sink") both pointing to the same trap destination. This will generate two copies of every trap. b) Your snmpd.conf file might be being read in twice. This would have the same effect of duplicating the trap destinations. Try starting the master agent with the option "-Dread_config" and examine the output. Look for anything talking about "trapsink", "trap2sink", "informsink" or "trapsess". Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/...net-snmp-users |