How to enable OSPF trap sending for our agent

2016-02-18 Thread Soomit Banerjee
Hi, We have got a Debian based thin-client running net-snmp based SNMP agent. The SNMPV2 agent is already enabled for *cold/warm start*, *linkup/linkdown*. We did this by making proper configuration in the snmpd.conf file. Now we need to add *ospf* trap sending capability to the agent. How to

Re: About the trap sending problems

2010-09-03 Thread Wes Hardaker
> On Thu, 26 Aug 2010 16:21:29 +0800, "Alexander King" > said: AK> 1.it the subagent send it or the master agent send it ? or the two AK> do the work? The subagent usually sends a trap to the master agent, which then rebroadcasts it to all the specified notification destinations. You s

About the trap sending problems

2010-08-26 Thread Alexander King
1.it the subagent send it or the master agent send it ? or the two do the work? 2.Now I use polling strategy monitor the data and send the trap use the subagent( at least from the code to say), is there another way to send the trap quickly( reduce complicate middle steps ) when the device dat

Re: trap sending

2010-02-21 Thread Thomas Anders
maxim maxim wrote: > How i can to send a SNMPv1 and SNMPv2 traps by net-snmp api?, i need > some examples of code, i know how to do it from the command line, but > i need this in code. apps/snmptrap.c has the full source code of the command-line tool you're familar with. +Thomas --

trap sending

2010-02-20 Thread maxim maxim
Hi to all, How i can to send a SNMPv1 and SNMPv2 traps by net-snmp api?, i need some examples of code, i know how to do it from the command line, but i need this in code. Thanks -- Download Intel® Parallel Studio Eval Try

Re: Trap sending API

2008-04-18 Thread Dave Shield
On 18/04/2008, Ron Rader <[EMAIL PROTECTED]> wrote: > We have a piece of hardware with two interfaces that do not use the > regular Linux IP stack, and therefore do not natively populate ifTable. > I need to generate linkUp/linkDown notifications on these interfaces and > am trying to think of

Trap sending API

2008-04-18 Thread Ron Rader
We have a piece of hardware with two interfaces that do not use the regular Linux IP stack, and therefore do not natively populate ifTable. I need to generate linkUp/linkDown notifications on these interfaces and am trying to think of the best way to accomplish this. As I see it, I have three

Host monitoring and trap sending

2007-09-17 Thread Mateus Interciso
Hello I'm trying to monitor some hosts that are behind the switch, and send traps over the internet, in an external host. The SNMP daemon is ON the switch (it's a linux box with NET-SNMP 5.4). The question is: 1)Do I need a custom MIB for this? 2)If yes, then how do I make one? Do you guys have a

Re: logging trap sending

2006-03-31 Thread Wes Hardaker
> On Thu, 30 Mar 2006 10:19:56 +0200, "H. McManus" <[EMAIL PROTECTED]> said: H> In my log file (/var/log/snmp) I'm getting messages when the daemon H> starts, when it stops, and everytime it receives a remote connect H> for a get/getnext/set request. Those messages are coming from the tcpwrap

logging trap sending

2006-03-30 Thread H. McManus
Hi, I'm running 5.3.0.1 on debian linux (compiled with patches!). I'm using the line snmpd -Lf /var/log/snmp -p /var/run/snmpd.pid to start the daemon. In my log file (/var/log/snmp) I'm getting messages when the daemon starts, when it stops, and everytime it receives a remote connect for a g

Re: Duplicated trap sending

2004-06-02 Thread vicky liang
Thanks. My problem solved by changing the snmpd.conf for trapsinks and informsink. VL - Original Message - From: "Fernández Piñas, David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 1:23 PM Subject: RE: Duplicated trap

RE: Duplicated trap sending

2004-06-02 Thread "Fernández Piñas, David"
What and how many trapsinks have you defined at snmpd.conf ? -Original Message- From: vicky liang [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 7:17 PM To: [EMAIL PROTECTED] Subject: Duplicated trap sending When I started snmpd, the agent cold start trap was sent twice

Duplicated trap sending

2004-06-02 Thread vicky liang
When I started snmpd, the agent cold start trap was sent twice. Does anyone know why and if there is a way to change it? Thanks.   VL