Re: SNMP Trap not working

2017-10-06 Thread Robert Story
On Tue, 8 Aug 2017 20:42:39 + Michael wrote: MS> This is my first time working with SNMP, but after reading the MS> SNMP pages I'm still having trouble getting a simple shell MS> script to run when receiving a trap. Did you resolve this issue? MS> Now it seems that the trap does get logged, b

Re: SNMP Trap not working

2017-08-12 Thread Magnus Fromreide
On Tue, Aug 08, 2017 at 08:42:39PM +, Michael Stein wrote: > This is my first time working with SNMP, but after reading the SNMP pages I'm > still having trouble getting a simple shell script to run when receiving a > trap. > > My /etc/snmp/snmptrapd.conf file looks like this: > > # Example

Re: SNMP trap not working correctly for 64-bit varbinds

2011-04-04 Thread Dave Shield
On 1 April 2011 21:25, Singh, Vinay wrote: > Any suggestions on how to send trap based upon 64-bit varbinds comparison. Not really, no. The only 64-bit type in SNMP is Counter64, and individual counter values have no meaning. So it doesn't really make sense to make comparisons using them. Dave

RE: SNMP trap not working correctly for 64-bit varbinds

2011-04-01 Thread Singh, Vinay
, Vinay Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: SNMP trap not working correctly for 64-bit varbinds On 1 April 2011 16:40, Singh, Vinay wrote: > #This trap dpes not work correctly ( 64 bit varbinds) - triggers if > the value is 0 > > notificationEvent HaveRMSources6 DISM

Re: SNMP trap not working correctly for 64-bit varbinds

2011-04-01 Thread Dave Shield
On 1 April 2011 16:40, Singh, Vinay wrote: > #This trap dpes not work correctly ( 64 bit varbinds) - triggers if the > value is 0 > > notificationEvent HaveRMSources6 DISMAN-EVENT-MIB::mteTriggerFalling -o > TNW-MIB::tnwSourceLbtrmAggNaksRcved > > monitor -e HaveRMSources6 -r 10 RMSource6 > TNW-MI

RE: SNMP trap not working correctly for 64-bit varbinds

2011-04-01 Thread Singh, Vinay
: David Chappelle Cc: Singh, Vinay; net-snmp-coders@lists.sourceforge.net Subject: Re: SNMP trap not working correctly for 64-bit varbinds On Fri, Apr 1, 2011 at 1:23 PM, David Chappelle wrote: I have the same issue and still confused with its appearance. Previously we were running a 4yr old

Re: SNMP trap not working correctly for 64-bit varbinds

2011-04-01 Thread Fulko Hew
On Fri, Apr 1, 2011 at 1:23 PM, David Chappelle wrote: > I have the same issue and still confused with its appearance. Previously we > were running a 4yr old version of net-snmp. After recently upgrading to 5.6 > I started getting this error message in /var/log/snmp.log. Was it suppressed > before

RE: SNMP trap not working correctly for 64-bit varbinds

2011-04-01 Thread David Chappelle
fixing the underlying problem? From: Fulko Hew [mailto:fulko@gmail.com] Sent: Friday, April 01, 2011 1:13 PM To: Singh, Vinay Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: SNMP trap not working correctly for 64-bit varbinds On Fri, Apr 1, 2011 at 11:40 AM, Singh, Vinay mailto:vsi

Re: SNMP trap not working correctly for 64-bit varbinds

2011-04-01 Thread Fulko Hew
On Fri, Apr 1, 2011 at 11:40 AM, Singh, Vinay wrote: > Hi, > > I am testing snmpd with subagent. Any trap for 64-bit varbind does > not get delivered to snmptrapd. No Problem with 32-bit varbinds. I get error > in > > snmpd.log > > > > # cat snmpd.log > > registered debug token Disman, 1 > >

Re: snmp trap not working.

2008-03-18 Thread Dave Shield
On 18/03/2008, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > I have generated SNMP trap code using mib2c.notify.conf file. > Generated code compiled perfectly and executing perfectly but it is not > sending trap I don't Understood why? Because you are using an agent-only API call i