Send trap with logmatch and monitor

2019-12-04 Thread Armando Mártires
Hi, I'm trying to have my net-snmp send a trap when a word is found on a log file. my snmpd.conf file is like this: --- com2sec    accessUser    192.168.1.0/24    private group     accessGroup    v2c    accessUser view     

monitor and send trap

2014-07-09 Thread Samira Nazari
hi; On freebsd9.2 I want set snmp.conf to send Trap when cpu temperatureis high or system info such as location is changed with monitor command. Can someone help me? -- Open source business process management suite built

Re: IS it possible to configure snmpd.conf to send trap on an "instance" of an oid?

2014-01-13 Thread neo3 matrix
Any updates, please? On Fri, Jan 10, 2014 at 10:27 AM, neo3 matrix wrote: > Hi friends, > > I am a newbie to net-snmp and have little knowledge on traps. > So far, I can get automatic traps for hrProcessorLoad when CPU load > exceeds the threshold limit set by me in snmpd.conf. No issues. > > e

IS it possible to configure snmpd.conf to send trap on an "instance" of an oid?

2014-01-10 Thread neo3 matrix
Hi friends, I am a newbie to net-snmp and have little knowledge on traps. So far, I can get automatic traps for hrProcessorLoad when CPU load exceeds the threshold limit set by me in snmpd.conf. No issues. eg. snmpd.conf entry looks like this: monitor -r 10 machineTooBusy hrProcessorLoad > 40 O

Re: Send trap to subnet

2014-01-08 Thread Chaitanya Gulhane
Hi, I have just taken a look into the link provided in your last mail for man page of snmpd.conf. It is also having the description for community string as follows A restricted source can either be a specific hostname (or address), or a subnet - represented as IP/MASK (e.g. 10.10.10.0/255.255.255

Re: Send trap to subnet

2014-01-08 Thread Chaitanya Gulhane
Hi, I have seen following line in /usr/local/share/snmp/snmpd.conf # rocommunity: a SNMPv1/SNMPv2c read-only access community name # arguments: community [default|hostname|network/bits] [oid] I think we can map subnet to community string. Am I right? Please correct me if I am wrong. On Wed,

Re: Send trap to subnet

2014-01-08 Thread Fulko Hew
On Wed, Jan 8, 2014 at 3:35 AM, Chaitanya Gulhane < chaitanya.gulh...@gmail.com> wrote: > Thanks Fulko. I just have a query as of now that in snmpd.conf, we can > store subnet mapping with community string. How to handle the same then? Do > we need to parse the string containing subnet explicitly

Re: Send trap to subnet

2014-01-08 Thread Chaitanya Gulhane
Thanks Fulko. I just have a query as of now that in snmpd.conf, we can store subnet mapping with community string. How to handle the same then? Do we need to parse the string containing subnet explicitly while receiving requests from managers in that subnet? On Tue, Jan 7, 2014 at 11:53 PM, Fulko

Re: Send trap to subnet

2014-01-07 Thread Fulko Hew
On Tue, Jan 7, 2014 at 1:05 PM, Chaitanya Gulhane < chaitanya.gulh...@gmail.com> wrote: > Hi, > > I want to send traps in my subnet. I am having IP of my m/c as 10.0.2.15. > I want to send it in 10.0.2.0/24 subnet. I have tried command as follows > > snmptrap -v 2c -c public 10.0.2.0/24 "" [OID-va

Send trap to subnet

2014-01-07 Thread Chaitanya Gulhane
Hi, I want to send traps in my subnet. I am having IP of my m/c as 10.0.2.15. I want to send it in 10.0.2.0/24 subnet. I have tried command as follows snmptrap -v 2c -c public 10.0.2.0/24 "" [OID-value pairs] It was getting hanged and resulting into following error getaddrinfo: 10.0.2.0/24 Temp

Re: send trap from sub-agent doesn't work

2011-07-08 Thread Dave Shield
On 7 July 2011 19:38, wrote: > My question is in the following code, how does net-snmp know the > destination's IP address? The trap destinations are specified in the snmpd.conf file. Note that this is handled by the *master* agent, not the subagent. The subagent simply passes any notifications

send trap from sub-agent doesn't work

2011-07-07 Thread Chi . Guan
Hi, I am trying to send traps from a sub-agent. I have used the template as following to do the work, but I did not receive anything at the other end using snmpdtrapd to monitor. My question is in the following code, how does net-snmp know the destination's IP address? Why the other end doesn't

Re: How to send trap or notification from sub-agent?

2011-06-29 Thread Dave Shield
On 28 June 2011 22:23, wrote: > How to send trap or notification from sub-agent code? Please see the FAQ entry How can I get an AgentX sub-agent to generate a trap (or inform)? Dave -- All of the data genera

How to send trap or notification from sub-agent?

2011-06-28 Thread Chi . Guan
Hi, How to send trap or notification from sub-agent code? Any example or tutorial document is highly appreciated. Thanks Chi -- All of the data generated in your IT infrastructure is seriously valuable. Why? It

Re: Send TRAP

2011-02-15 Thread Wes Hardaker
> On Mon, 14 Feb 2011 18:27:07 +0100, Luis QuaggaSnmp > said: LQ> I only want to send a IP-address variable, and I don´t know what values I LQ> have to put in enterprise, generic and specific. The enterprise/generic/specific attributes refer to the trap you want to send. If you're tryi

Send TRAP

2011-02-14 Thread Luis QuaggaSnmp
Hello. I have a easy question but it´s important. I have a program with a specific function, I need my function sends a TRAP, and I´m using the code of apps/snmptrap.c, and I added the snmp libraries. The function can send a TRAP very good because I tried with a simple TRAP, with enterprise=0, gen

Re: {SPAM iC}send trap when I want to trigger it need help!

2010-08-02 Thread Dave Shield
On 30 July 2010 03:27, Alexander King wrote: > my team leader want to call my function send the trap, > so I want to know whether has a function can send trap when I call it. You have exactly such a function listed below (uitJBODPowerATraps) When your agent needs to generate this trap,

send trap when I want to trigger it need help!

2010-07-29 Thread Alexander King
Hi Dave: I can hardly caught you what your meaning about " Try registering a routine using snmp_register_callback()",I am sorry,I read the vacm_conf.c file wholely,I found nothing I need,yes, I am nothing on it. In my prototype snmptrapd ,I implemented send trap routine li

Re: When I want to send trap the routine cannot run

2010-07-27 Thread Alexander King
: "Dave Shield"; Date: Tue, Jul 27, 2010 05:16 PM To: "Alexander King"; Cc: "net-snmp-users"; Subject: Re: When I want to send trap the routine cannot run On 27 July 2010 09:58, Alexander King wrote: > In my project ,I want to call sendtempJBODTemp

Re: When I want to send trap the routine cannot run

2010-07-27 Thread Dave Shield
On 27 July 2010 09:58, Alexander King wrote: > In my project ,I want to call sendtempJBODTempTrap() in init_uit() No - I don't think you can send traps quite so early as that. Remember that the individual module init_xxx routines are called *before* the config files are read in (since this is wh

When I want to send trap the routine cannot run

2010-07-27 Thread Alexander King
Hi Dave and all: In my project ,I want to call sendtempJBODTempTrap() in init_uit(),but the the program program interrupt at the sentence as follow: [SKIP] struct jBODTempTable_entry *jBODTempTable_head,*tempJBODTemp; /* */ /* create a new row in the (unsorted) table */ struct

Re: snmptranslate retrieve all OIDs and one of the scalars in one of the tables send trap

2010-03-19 Thread Dave Shield
On 19 March 2010 10:50, Alexander King wrote: > 1. How to use the command 'snmptranslate' get all the OIDs defined in my > private MIB? See the FAQ entry about adding MIBs to the client tools. > diskTable is a table included many scalars about each disk properties > such as diskStatus,diskSpar

snmptranslate retrieve all OIDs and one of the scalars in one of the tables send trap

2010-03-19 Thread Alexander King
Hi Dave and all: 1. How to use the command 'snmptranslate' get all the OIDs defined in my private MIB? 2. I printed the snmpd(5).conf the piece of something about 'Active Monitoring' for my own use. the manual is helpful. there is a problem.diskTable is a table included many scalars about each

snmptrap no send trap !

2009-10-23 Thread Frederic Leger
oDebugging 0 logTimestamp yes showMibErrors yes dumpPacket yes # Test send trap : c:\>snmptrap -v 1 -c public "" "" 0 UCD-SNMP-MIB::ucdStart "" After few seconds snmptrap quit without message and no packet was sent (

Re: Send Trap

2009-03-02 Thread Dave Shield
2009/3/2 Tanisha Kashyap : > I am writing the agent in perl. Will the functions given in the > FAQ be usable for the perl code as well. No idea. Suck it and See. A quick look at the perl agent documentation doesn't include any mention of traps, and neither does a quick scan of the perl code. So I

RE: Send Trap

2009-03-02 Thread Tanisha Kashyap
] On Behalf Of Dave Shield Sent: Monday, March 02, 2009 3:03 PM To: Tanisha Kashyap Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Send Trap 2009/3/2 Tanisha Kashyap : > Is there any function which I can use within my agent code to send a trap > when a certain condition has occurred

Re: Send Trap

2009-03-02 Thread Dave Shield
2009/3/2 Tanisha Kashyap : > Is there any function which I can use within my agent code to send a trap > when a certain condition has occurred? Please see the FAQ entry "How can I get the agent to generate a trap (or inform)?" You may also wish to look at the DisMan Event MIB section of snmpd

Send Trap

2009-03-02 Thread Tanisha Kashyap
Hi, Is there any function which I can use within my agent code to send a trap when a certain condition has occurred? "If you think you can, or you think you can't...You are Right" -- Henry Ford "DISCLAIMER: This message is proprietary to Aricent and is inten

答复: my snmp subagent send trap twice

2008-10-29 Thread WalkerWu
@lists.sourceforge.net 主题: RE: my snmp subagent send trap twice > From: WalkerWu [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 6:16 PM > Hi Mike, > > Thanks for your reply. > Yes, 192.168.250.233 is my host IP address. Then you are getting two tra

RE: my snmp subagent send trap twice

2008-10-28 Thread Mike Ayers
> From: WalkerWu [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 6:16 PM > Hi Mike, > > Thanks for your reply. > Yes, 192.168.250.233 is my host IP address. Then you are getting two traps because you are asking for two traps - once to 192.168.250.233 and once to

RE: my snmp subagent send trap twice

2008-10-27 Thread Mike Ayers
> From: WalkerWu [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 12:00 AM > Call "send_enterprise_trap_vars" to send traps in my > code, use MG-SOFT Mib Browser would receive one trap twice. I > search this issue in internet, but I still did not get the answer. Is

my snmp subagent send trap twice

2008-10-27 Thread WalkerWu
Hi all Call "send_enterprise_trap_vars" to send traps in my code, use MG-SOFT Mib Browser would receive one trap twice. I search this issue in internet, but I still did not get the answer. Attached is my snmpd.conf, and my host is RedHat Enterprise 5 update 2. Best rega

Re: Is NOTIFICATION TYPE necessary to send trap?

2008-09-04 Thread Raghavendra Prasad
Dear Wes, Could you please be bit more explicit. I seem to have implemented what have you suggested in the following small example it works and successfully sends the traps I am sending trap for the following mib node: configType OBJECT-TYPE SYNTAX INTEGER {

Re: Is NOTIFICATION TYPE necessary to send trap?

2008-09-03 Thread Wes Hardaker
> On Wed, 3 Sep 2008 11:13:58 +0200, "Raghavendra Prasad" <[EMAIL > PROTECTED]> said: RP> is NOTIFICATION TYPE a must to send traps? Can't I send a trap with RP> just a normal MIB node OID, instead of combining normal OID with RP> NOTIFICATION OID(like in examples/notification.c file) -

Is NOTIFICATION TYPE necessary to send trap?

2008-09-03 Thread Raghavendra Prasad
Hi all, is NOTIFICATION TYPE a must to send traps? Can't I send a trap with just a normal MIB node OID, instead of combining normal OID with NOTIFICATION OID(like in examples/notification.c file) - if so how? In our project this option will be a great boon Please clarify. With regards, Raghav

Need help on How to send trap directly from a MIB

2008-05-04 Thread Bruno Vétel
Hello I'm very new to snmp. I just want to write a very simple MIB. I want to send a trap when the integer ier600LedStatus is updated by a snmpset command The traps when I start the snmpd daemon are send correctly than I believe that my configuration should work. I generate the module ierMIB.s

Local Ip Addr display as 0.0.0.0, when send Trap from Agent To Manager

2008-03-14 Thread Nagaraju Surulivel
Dear All, I send Trap Cmd through Agent to Manager. Manager can receive the Trap Message with remote IP & Local IP addr & port number. When i debug the snmp Agent, its always displaying the local addrss as 0.0.0.0 Could you plz explain, why its displaying as

Re: ucd-snmp:why not send trap by send_v2trap()

2007-09-12 Thread Dave Shield
On 12/09/2007, ye_cl <[EMAIL PROTECTED]> wrote: > In my snmpd agent, the trap2sink ip address will be changed sometimes,but in > my embedded uClinux,the filesystem is read-only(romfs), so I can't change > the trap2sink directive in file "snmpd.conf" which is in filesystem. > Now,I delete all lines

ucd-snmp:why not send trap by send_v2trap()

2007-09-11 Thread ye_cl
Hi,I have a question. In my snmpd agent, the trap2sink ip address will be changed sometimes,but in my embedded uClinux,the filesystem is read-only(romfs), so I can't change the trap2sink directive in file "snmpd.conf" which is in filesystem. Now,I delete all lines of trap2sink in snmpd.conf, and

Re: How to configure SNMPD to send trap on disk usage

2007-08-15 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 15/0

Re: How to configure SNMPD to send trap on disk usage

2007-08-15 Thread Dave Shield
On 15/08/07, Raymond Pau <[EMAIL PROTECTED]> wrote: > I'm trying to configure snmpd to send a trap when diskspace falls below a > certain level. Which version of the agent are you using? > monitor -o dskPath -o dskErrorMsg "dskTable" dskErrorFlag != 0 Try adding "-u impl" to this entry. It sh

How to configure SNMPD to send trap on disk usage

2007-08-15 Thread Raymond Pau
I'm trying to configure snmpd to send a trap when diskspace falls below a certain level. Content of snmpd.conf as follows. rwuser impl rocommunity public rwcommunity private syslocation "InnoMedia Videophone" sysservices 0 syscontact "none" authtrapenable 2 trapcommunity public trap2sink 127.0.0.

Re: can we send trap and normal value of same object

2007-06-06 Thread Dave Shield
On 21/05/07, Vishal Nandanwar <[EMAIL PROTECTED]> wrote: > I am developing a agent in which some parameters are traps and some are > scalar objects. It's not particularly clear what you mean by this. What do you mean by "parameters" in this context? > I have problem if in

can we send trap and normal value of same object

2007-05-21 Thread Vishal Nandanwar
Hi, I am developing a agent in which some parameters are traps and some are scalar objects. I have developed code using mib2c tool. I also develop code for traps using mib2c, here I have problem if instead of trap I have to send normal vallue of that object how to send? We send

Re: Cannot send trap from my trapdaemon

2007-04-18 Thread Dave Shield
On 05/04/07, maciej_golas <[EMAIL PROTECTED]> wrote: > I developed my own trap receiver programm called trapd based on snmptrapd. > Whe this func is run and I've this error: > send_trap: no v2 trapOID varbind provided > > Could you tell me what's wrong with my function? Can't spot anything obvio

Cannot send trap from my trapdaemon

2007-04-05 Thread maciej_golas
I developed my own trap receiver programm called trapd based on snmptrapd. For now it is only displaying received traps on screen in user friendly way. So I know this app is working fine. Now I want this app to send a trap/inform to different destination when it receives any trap. For testing purpo

Re: Can't send trap from a running sub-agent.

2006-03-02 Thread Dave Shield
On Wed, 2006-02-01 at 17:48 +0200, Makavy, Erez (Erez) wrote: > I have a sub-agent running as a thread. > If I want to send a trap (using send_v2trap), I have to interupt the > sub-agents agent_check_and_process() in order to send the trap. > > Is there some event mechanism in net-snmp to allow t

Can't send trap from a running sub-agent.

2006-02-01 Thread Makavy, Erez (Erez)
I have a sub-agent running as a thread. If I want to send a trap (using send_v2trap), I have to interupt the sub-agents agent_check_and_process() in order to send the trap.   Is there some event mechanism in net-snmp to allow to interupt the sub-agent?   Thanks, erez.        

Re: Does anyone know how the subagent send trap?

2005-10-17 Thread Dave Shield
On Sat, 2005-10-15 at 12:48 +0800, Ryan guo wrote: > hi,I am using the net-snmp 5.1.2,and i make a subagent using the > agentx,. i am puzzling with the trap, how can add trap action > into my subagent or register it's function into subagent, Please see the FAQ entries: How can I get the

Does anyone know how the subagent send trap?

2005-10-14 Thread Ryan guo
hi,I am using the net-snmp 5.1.2,and i make a subagent using the agentx,i can do some  actions for the mib modules ,such as add init_***() for mib modules in my subagent main method,but i am puzzling with the trap,how can add trap action into my subagent or register it's function into subagent,who

Re: AgentX Subagent send trap problem under Win32

2005-09-07 Thread Stefano Pagani
I'm sorry, I found the error: (void *)&selpA   StePa     Hi,   I have an AgentX Subagent running under Win32. When I try to send a trap I became an error: Unhandled exception in subagent.exe: Access Violation.   The problem appears when I try to add a variable to the

AgentX Subagent send trap problem under Win32

2005-09-07 Thread Stefano Pagani
Hi,   I have an AgentX Subagent running under Win32. When I try to send a trap I became an error: Unhandled exception in subagent.exe: Access Violation.   The problem appears when I try to add a variable to the trap variable list:     snmp_varlist_add_variable(&var_list,    selpA_oid,

Re: the agent cann't send trap, why?

2005-03-09 Thread Robert Story
On Sat, 5 Mar 2005 12:01:24 +0800 xdlhf wrote: X> I have a problem when using traps in 5.2 X> X> but after i start snmpd, the trap can't be sent to 192.168.1.25, This is a known issue with 5.2. Please upgrade to 5.2.1. -- Robert Story; NET-SNMP Junkie Support:

the agent cann't send trap, why?

2005-03-08 Thread xdlhf
Hello, I have a problem when using traps in 5.2 i hope get traps from the agent, so, in the file of snmpd.conf, I add the following two lines, trapsink 192.168.1.44 #localhost IP address trapsink 192.168.1.25 but after i start snmpd, the trap can't be sent to 192.168

Re: Problem to send trap

2004-12-29 Thread Dave Shield
[ Sorry for the delay in picking up on this again ] >>> I would like to send trap to NNM when the number of processes >>> (e.g.ssh) is more than 3, >>> but it doesn't send. >> Try starting the agent using >> snmpd -f -Le -d >>

Re: how to use snmptrap to send trap

2004-10-12 Thread Dave Shield
> I really dont know the meaning of "host" and "localhost" in > snmptrap tutorial: 'host' is where you're sending the trap *to*. 'localhosxt' is used to set the internal field that reports where the trap is being sent *from*. It's this second field that you're missing. Try comparing your comma

how to use snmptrap to send trap

2004-10-12 Thread 唐 垠
I define a trap in my mib followed the sample in snmptrap tutorial: demotraps OBJECT IDENTIFIER ::= { cxblade2 4 } demo-trap TRAP-TYPE STATUS current ENTERPRISE demotraps VARIABLES { bladeType } DESCRIPTION "This is just a demo" ::= 1 but i am failed to send

Problem to send trap

2004-10-06 Thread Vladislav Antolik
Hello I would like to send trap to NNM when the number of processes(e.g.ssh) is more than 3, my snmpd.conf: proc ssh 3 trapsink ip_address but it doesn't send. When I stop snmpd I have in logfile this: snmpd: send_trap: Failure in sendto (Invalid argument). I don't know if these pr

Re: Problem to send trap

2004-10-06 Thread Vladislav Antolik
I can't see anything, but when I stop the agent I can see in NNM received event type .1.3.6.1.4.1.8072.4.0.2 > > I would like to send trap to NNM when the number of processes > > (e.g.ssh) is more than 3, > > > > my snmpd.conf: proc ssh 3 > >

Re: Problem to send trap

2004-10-06 Thread Vladislav Antolik
I can't see anything, but when I stop the agent I can see in NNM event type .1.3.6.1.4.1.8072.4.0.2 > > I would like to send trap to NNM when the number of processes > > (e.g.ssh) is more than 3, > > > > my snmpd.conf: proc ssh 3 > >trapsink ip_

Re: Problem to send trap

2004-10-06 Thread Vladislav Antolik
I'm sorry for missing informations OS: Slackware 10.0 i686 kernel 2.6.8 net-snmp-5.2.pre1 > On Tue, 5 Oct 2004 17:35:28 + bird wrote: > B> but it doesn't send. > B> When I stop snmpd I have in logfile this: > B> snmpd: send_trap: Failure in sendto (Invalid argument). > > What platform are you

Re: Problem to send trap

2004-10-06 Thread Dave Shield
> I would like to send trap to NNM when the number of processes > (e.g.ssh) is more than 3, > > my snmpd.conf: proc ssh 3 >trapsink ip_address > > but it doesn't send. > When I stop snmpd I have in logfile this: > snmpd: send_trap: Failure i

Re: Problem to send trap

2004-10-05 Thread bird
I'm sorry for missing informations: OS: Slackware 10.0 i686 net-snmp-5.2.pre1 > On Tue, 5 Oct 2004 17:35:28 + bird wrote: > B> but it doesn't send. > B> When I stop snmpd I have in logfile this: > B> snmpd: send_trap: Failure in sendto (Invalid argument). > > What platform are you on? (OS & ar

Re: Problem to send trap

2004-10-05 Thread Users
On Tue, 5 Oct 2004 17:35:28 + bird wrote: B> but it doesn't send. B> When I stop snmpd I have in logfile this: B> snmpd: send_trap: Failure in sendto (Invalid argument). What platform are you on? (OS & architecture) What release are you using? -- Robert Story; NET-SNMP Junkie

Problem to send trap

2004-10-05 Thread bird
Hello I would like to send trap to NNM when the number of processes(e.g.ssh) is more than 3, my snmpd.conf: proc ssh 3 trapsink ip_address but it doesn't send. When I stop snmpd I have in logfile this: snmpd: send_trap: Failure in sendto (Invalid argument). I don't know if these pr

Re: send Trap

2004-07-21 Thread Dave Shield
[Sorry for the delay in responding to this] > but how could I send a trap with the enterprise OID > so that the snmptrapd can identify the MIB Objekt, send_enterprise_trap_vars() It's probably not documented properly, but see agent/agent_trap.c

Re: Send trap from an application, with multiple params

2004-07-20 Thread Dave Shield
> I'd like to send an SNMP trap from my application, > with multiple parameters along with it. > > Does the MIB standards support this? Yes. > If the MIB standards support this, does net-snmp support this? Yes. > For exmaple, if I design a trap in my MIB for detecting large file sizes. >

Send trap from an application, with multiple params

2004-07-19 Thread haris_here
Hi! I'd like to send an SNMP trap from my application, with multiple parameters along with it. Does the MIB standards support this? If the MIB standards support this, does net-snmp support this? For exmaple, if I design a trap in my MIB for detecting large file sizes. I need to send the fol

Re: send Trap

2004-06-22 Thread Stefan Wagner
Thanks , now it works , but how could I send a trap with the enterprise OID so that the snmptrapd can identify the MIB Objekt, Thanks in advance Stefan Dave Shield wrote: [ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have th

Re: send Trap

2004-06-22 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. T

Re: send Trap

2004-06-22 Thread Dave Shield
> send_easy_trap(SNMP_TRAP_ENTERPRISESPECIFIC, 1); > but my subagent mean : > send_trap: Unknown PDU type Which version of the Net-SNMP suite are you using? There was a problem with sending traps from subagents, but the most recent releases (5.0.9, and 5.1.1) should both work correctly. Dave

send Trap

2004-06-22 Thread Stefan Wagner
Hi , I have problems with send_easy_trap() funktion , I have an subagent and a small own MIB, I want to send a enterprises Trap if an Event occur: like if (...) { send_easy_trap(SNMP_TRAP_ENTERPRISESPECIFIC, 1); } but my subagent mean : send_trap: Unknown PDU type Could anyone give me advice