Re: Duplicate notifications serious problem.

2018-01-12 Thread Bill Fenner
Jose, Your debugging determined that you have a loop in your network, which delivers one copy to your trap receiver every time around the loop. The number of traps that you receive maps directly to the TTL of the packet that net-snmp sends out. This is not a problem with how net-snmp sends packe

Duplicate notifications serious problem.

2018-01-11 Thread Jose Roberto Fernandez Anahia
Hello net-snmp coders. Please, take a look at my last posts in the net-snmp-users list about this subject. There are something really wrong with the network code of the net-snmp (configuration or integration/porting) that I started to investigate but until now without success. Any help will be

setting of values for mteHotContextName mteHotTargetName in notifications from net-snmp

2015-03-23 Thread Tim Culhane
Hi, I attempted to contact "hardaker" at his sourceforge address regarding this question, as I believe he was involved in the original implementation of the DISMAN-EVENT-MIB in net-snmp, but I haven't received any response. Hoping others on this list might be able to help. I have sea

notifications

2014-05-21 Thread LEONARD GOMELSKY
Hello everybody, I am about to implement snmpTargetAddrTable, snmpTargetParamsTable and snmpNotifyTable to send notifications to the targets, and I have 2 questions. For v2c notification, is the community in the notification packet in any way related to an entry in snmpCommunityTable? And for

notifications

2014-05-21 Thread LEONARD GOMELSKY
Hello everybody, I am about to implement snmpTargetAddrTable, snmpTargetParamsTable and snmpNotifyTable to send notifications to the targets, and I have 2 questions. For v2c notification, is the community in the notification packet in any way related to an entry in snmpCommunityTable? And for

use netlink to trigger linkUp/linkDown notifications

2012-07-21 Thread Vincent Bernat
wasn't a better way to receive direct notifications when links happened. If there is, I don't think there is any reason to do disman at all. This is also my opinion. I have started to add the necessary bits into if-mib module to not rely on disman and I have finally discovered this is f

Re: Notifications not logged in case of other than Startup

2011-03-31 Thread Nilesh karle
Hi, Has anybody any clue ? On Tue, Mar 29, 2011 at 3:55 PM, Nilesh karle wrote: > Hi, > > I am using net-snmp version 5.4.1. and notification-Log mib for logging the > Notifications. > > When I create trap and send to targets, I can receive the same at targets. > But,

Notifications not logged in case of other than Startup

2011-03-29 Thread Nilesh karle
Hi, I am using net-snmp version 5.4.1. and notification-Log mib for logging the Notifications. When I create trap and send to targets, I can receive the same at targets. But, the traps are not getting logged in nlmLogTable/nlmLogVariableTable .[Notification-Log mib] With some debugging, I

net-Snmp notifications

2010-02-22 Thread Vince Adams
Hi, I have a question. When I stop the agent, I get .1.3.6.1.4.1.8072.4 however when I start it I get .1.3.6.1.4.1.8072.3.2.10 Why does it not send 8072.4 so my files can pick it up and send the nsNotifyStart and not a ColdStart Thanks, Vince Adams --

Re: NETLINK-based notifications

2008-08-18 Thread Wes Hardaker
>>>>> On Thu, 7 Aug 2008 20:35:21 -0400, lanas <[EMAIL PROTECTED]> said: l> I am aiming at integrating the NETLINK patch, submitted last l> year, to the latest version of net-snmp, in the coming two months. l> The purpose of this patch is to bring instant (relativel

NETLINK-based notifications

2008-08-07 Thread lanas
Hello all, I am aiming at integrating the NETLINK patch, submitted last year, to the latest version of net-snmp, in the coming two months. The purpose of this patch is to bring instant (relatively...) notifications when an interface is brought down/up. The patch works with a prior version of

notifications over non UDP/IPv4 transports

2006-09-28 Thread Juergen Schoenwaelder
Hi, we did run into a problem with net-snmp-5.4.pre1 when we use the TCP transport for notifications. The snmptrapd performs this I believe new access control check on incoming notifications. The access control check at some point in time calls netsnmp_udp_getSecName() and this fails because the

Re: how to send the traps/notifications to LoriotPro manager

2005-10-18 Thread Dave Shield
On Tue, 2005-10-18 at 13:25 +0100, jillala srinivas wrote: > Iam developing an application that should send Traps/notifications to > LoriotPro snmp manager. You mean like 'snmptrap' ? > I Just want to write an application by using the net-snmp tools, > How can I? See &

how to send the traps/notifications to LoriotPro manager

2005-10-18 Thread jillala srinivas
Iam developing an application that should send Traps/notifications to LoriotPro snmp manager. I Just want to write an application by using the net-snmp tools, How can I? plz send the necessary information   thanx and regds srinivas Yahoo! India Matrimony: Find your partner now.

Re: agent hangs sending notifications

2005-10-02 Thread Robert Story
On Fri, 16 Sep 2005 15:38:37 -0400 [EMAIL PROTECTED] wrote: DRC> In testing agentx sub-agent notifications I have run into problems. I DRC> have a subagent with an alarm callback which wakes every 2 seconds to DRC> send a notification. DRC> DRC> I consistently see the agent ha

Re: agent hangs sending notifications

2005-09-19 Thread Wes Hardaker
drtyler> I consistently see the agent hang within a few hours. In the drtyler> agent trace I see what I believe is a ping from the subagent. drtyler> I believe it is a ping because 1) it is time for the periodic drtyler> subagent to agent ping, and 2) byte count received = 20. BTW, you may try t

agent hangs sending notifications

2005-09-16 Thread drtyler
Greetings, In testing agentx sub-agent notifications I have run into problems. I have a subagent with an alarm callback which wakes every 2 seconds to send a notification. I consistently see the agent hang within a few hours. In the agent trace I see what I believe is a ping from the

Re: mib2c: notifications being shown as scalars

2005-04-06 Thread Dave Shield
On Thu, 2005-03-31 at 23:16, Srinivas Athuluru (ATG) wrote: >mib2c has a "foreach . scalar" string match > which is producing identical code for scalars and > notification attributes. Which version of mib2c are you using? I've just tried with the 5.1.x and 5.2.x lines, and they both work c

Re: mib2c: notifications being shown as scalars

2005-04-05 Thread Wes Hardaker
>>>>> On Thu, 31 Mar 2005 14:16:43 -0800 (PST), "Srinivas Athuluru (ATG)" >>>>> <[EMAIL PROTECTED]> said: Srinivas> snmpwalk is actually listing attributes which are Srinivas> notifications. Srinivas> mib2c has a "foreach . scal

mib2c: notifications being shown as scalars

2005-03-31 Thread Srinivas Athuluru (ATG)
hi, snmpwalk is actually listing attributes which are notifications. mib2c has a "foreach . scalar" string match which is producing identical code for scalars and notification attributes. is there a reason for it? can I skip code generated for notifications when i invoke