Re: snmptrapd forwarding

2015-12-16 Thread Pik Master
Hi. This thread is coming up periodically, SNMP trap forwarding is not preserving the original sender's IP address. I created a patch, to enable special mode, which adds the IP of sender on each forwarder, so at the end of the chain the original sender's IP is in OID .1.3.6.1.6.3.18.1.3.0 (SNMP

snmptrapd forwarding

2013-02-08 Thread Brandon E Taylor
I am currently attempting to configure snmptrapd to do trap forwarding. With my current configuration, snmptrapd is receiving and logging incoming traps, but it it does not appear to be forwarding them. The contents of my snmptrapd.conf file are as follows: authCommunity log,execute,net public fo

Re: snmptrapd forwarding

2007-11-13 Thread Mushtaq Khan
Hi Brett, The directive "traphandle " in snmptrapd.conf file will invoke an executable if it receives a trap with OID . The inputs to execuatble from snmptrapd is the ip adddress of trap sender and variable binding. In executable you can put the logic to read ip-address and variable-binding an

snmptrapd forwarding

2007-11-13 Thread Brett . Carroll
I read through the READMEs and it looks like snmptrapd can forward traps to another device listening for snmp traps. What I would like to do is forward SNMP v1/2/2c/3 traps to the Microsoft SNMP Trap Service as SNMP v1 traps. Is this possible or is there an alternative? I am using NetIQ AppMa

Re: snmptrapd forwarding with OID wildcards [SEC=UNCLASSIFIED]

2007-05-03 Thread John Rouillard
ises :) > -Original Message- > [mailto:net-snmp-users-bounces at lists.sourceforge.net] On Behalf Of > Tackabury, Wayne > Sent: Tuesday, 1 May 2007 23:12 > Subject: RE: snmptrapd forwarding with OID wildcards [sec:unclass] > > > > -Original Message- >

RE: snmptrapd forwarding with OID wildcards [SEC=UNCLASSIFIED]

2007-05-02 Thread Hart, Matthew MR 2
Wayne Sent: Tuesday, 1 May 2007 23:12 To: net-snmp-users@lists.sourceforge.net Subject: RE: snmptrapd forwarding with OID wildcards [sec:unclass] -Original Message- >In the meantime, does anyone know about a tool available that can do >what I'm trying to achieve (forward trap

RE: snmptrapd forwarding with OID wildcards [SEC=UNCLASSIFIED]

2007-05-02 Thread Hart, Matthew MR 2
users@lists.sourceforge.net Subject: Re: snmptrapd forwarding with OID wildcards [sec:unclass] On 01/05/07, Hart, Matthew MR 2 <[EMAIL PROTECTED]> wrote: > Would it be possible for the developers to add wildcard handling for > the forward directive in a future release? Done. See SVN revision 16330.

RE: snmptrapd forwarding with OID wildcards [sec:unclass]

2007-05-01 Thread Tackabury, Wayne
-Original Message- >In the meantime, does anyone know about a tool available that can do >what I'm trying to achieve (forward traps to a different server, if the >OID matches a pattern with wildcards)? We didn't find one in a fair amount of looking (through open source options, anyways)

Re: snmptrapd forwarding with OID wildcards [sec:unclass]

2007-05-01 Thread Dave Shield
On 01/05/07, Hart, Matthew MR 2 <[EMAIL PROTECTED]> wrote: Would it be possible for the developers to add wildcard handling for the forward directive in a future release? Done. See SVN revision 16330. I'll attach the relevant patch. Dave Index: apps/snmptrapd_handlers.c ==

RE: snmptrapd forwarding with OID wildcards [sec:unclass]

2007-04-30 Thread Hart, Matthew MR 2
om: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Monday, 30 April 2007 19:40 To: Hart, Matthew MR 2 Cc: net-snmp-users@lists.sourceforge.net Subject: Re: snmptrapd forwarding with OID wildcards [sec:unclass] Hart, Matthew MR 2 wrote: > According to the snmptrapd.conf man > page, the &#x

Re: snmptrapd forwarding with OID wildcards [sec:unclass]

2007-04-30 Thread Thomas Anders
Hart, Matthew MR 2 wrote: > According to the snmptrapd.conf man > page, the 'OID' token for the 'forward' directive is the same as for the > 'traphandle' directive ("The interpretation of OID (and default) is the > same as for the traphandle directive)."). The documentation for 'OID' > token for th

snmptrapd forwarding with OID wildcards [sec:unclass]

2007-04-29 Thread Hart, Matthew MR 2
Hi there, I'm trying to set up some servers that forward traps with specific OID prefixes to other trap servers. According to the snmptrapd.conf man page, the 'OID' token for the 'forward' directive is the same as for the 'traphandle' directive ("The interpretation of OID (and default) is the sam