Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-22 Thread Wes Hardaker
> On Fri, 18 Jun 2010 15:20:09 -0400, Max > said: M> Thank you. I will publish this as an web-1ndexable document so that M> others do not have to spend their time figuring this out again :). That'd be great! If you could put it in our wiki that'd be the best spot! -- Wes Hardaker Cob

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Max
On Fri, Jun 18, 2010 at 2:52 PM, Dave Shield wrote: > On 18 June 2010 17:13, Max wrote: >> Two years ago you stated that you did not think that >> snmpNotifyFilterTable rows could be set through snmpd.conf.  Is that >> still the case? > > I believe so, yes. Thank you. I will publish this as an

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Dave Shield
On 18 June 2010 17:13, Max wrote: > Two years ago you stated that you did not think that > snmpNotifyFilterTable rows could be set through snmpd.conf.  Is that > still the case? I believe so, yes. Dave -- ThinkGeek and

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Max
I was thinking that a notify view via the 'access' statement in snmpd.conf was the way to go but in both snmpd.conf and snmpvacm man pages I see: NOTIFYVIEW The name of the MIB view (as set up by createView or equivalent) defining the MIB objects which may be inc

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Max
On Fri, Jun 18, 2010 at 6:09 AM, Dave Shield wrote: > Have you looked at using the 'snmpNotifyFilterTable' ? > That would seem to meet your requirements. Dave, Two years ago you stated that you did not think that snmpNotifyFilterTable rows could be set through snmpd.conf. Is that still the case

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Max
On Fri, Jun 18, 2010 at 11:03 AM, Joan Landry wrote: > I have the very same problem - so if you find a solution can you post it > to this user list also? > Thanks Absolutely! -- ThinkGeek and WIRED's GeekDad team up for

RE: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Joan Landry
trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix? On Fri, Jun 18, 2010 at 6:09 AM, Dave Shield wrote: > Have you looked at using the 'snmpNotifyFilterTable' ? > That would seem to meet your requirements. Will do - I wish I could find an example s

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Max
On Fri, Jun 18, 2010 at 6:09 AM, Dave Shield wrote: > Have you looked at using the 'snmpNotifyFilterTable' ? > That would seem to meet your requirements. Will do - I wish I could find an example snmpd.conf use of this table for this purpose, but I cannot. When I do figure out how to use it I wil

Re: Any way to have trapsink or trap2sink send traps to a given destination ONLY if the OID matches a configured OID prefix?

2010-06-18 Thread Dave Shield
On 17 June 2010 22:59, Max wrote: > Our use case is this: > * All traps go to one NMS > * All traps of a specific vendor type should additionally go to a second NMS. Have you looked at using the 'snmpNotifyFilterTable' ? That would seem to meet your requirements. Dave --