NET-SNMP 5.7.2 - SNMPv3 inform does not work

2019-05-05 Thread Mathew
informs on NET-SNMP 5.7.2? If yes, can I please know the working "snmptrapd.conf" and "snmpd.conf" configuration settings? Awaiting reply. Thanks Mathew ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please

RE: SNMP Trap Truncated?

2012-05-08 Thread Mathew Samuel
::enterprises.7143.6.9.2.0 7 Should I be including some sort of new line character at the end of the error code so that a new line is forced? Cheers, Matt -Original Message- From: Mathew Samuel [mailto:mathew.sam...@entrust.com] Sent: Tuesday, May 08, 2012 12:31 AM To: 'Dave Shiel

RE: SNMP Trap Truncated?

2012-05-07 Thread Mathew Samuel
Thank you Dave for your help. I shortened identifying tag to just the code so it'll fit just fine now. Cheers, Matt -Original Message- From: dave.shi...@gmail.com [mailto:dave.shi...@gmail.com] On Behalf Of Dave Shield Sent: Monday, May 07, 2012 2:43 PM To: Mathew Samuel Cc: net

RE: SNMP Trap Truncated?

2012-05-07 Thread Mathew Samuel
g truncated before. Cheers, Matt -Original Message- From: dave.shi...@gmail.com [mailto:dave.shi...@gmail.com] On Behalf Of Dave Shield Sent: Monday, May 07, 2012 1:30 PM To: Mathew Samuel Cc: net-snmp-users@lists.sourceforge.net Subject: Re: SNMP Trap Truncated? On 7 May 2012 15:36, Mathew

SNMP Trap Truncated?

2012-05-07 Thread Mathew Samuel
Hi, So we receive an SNMP trap and the text is as follows: The following SNMP trap notification was generated by ms931.mytest.com (xx.x.xxx.xx): DISMAN-EVENT-MIB::sysUpTimeInstance 0:0:21:08.75 SNMPv2-MIB::snmpTrapOID.0 DISMAN-EVENT-MIB::mteTriggerFired DISMAN-EVENT-MIB::mteHotTrigger.

static linking of net-snmp libraries..

2009-02-06 Thread Renju Mathew
Hi all, I was trying to compile the sample SubAgent from the totorial (http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent) using static linking of net-snmp libraries. But for some reason, its giving me errors. Dynamic linking of the same works for me.. I' m working on a Net

static linking of net-snmp libraries..

2009-02-06 Thread Renju Mathew
Hi all, I was trying to compile the sample SubAgent from the totorial (http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent) using static linking of net-snmp libraries. But for some reason, its giving me errors. Dynamic linking of the same works for me.. I' m working on a Net

How can i run multiple agentX subagents ?

2009-01-20 Thread Renju Mathew
Hi all, I would like to connect multiple subagents to a single master agent How can I configure this in snmpd.conf? Thanks and regards Renju -- This SF.net email is sponsored by: SourcForge Community Sou

How to get cpu usage ??

2008-07-18 Thread Renju Mathew
Hi all, Is there any mib object which gives the CPU Usage ? I'm running net-snmp on linux.. Please help Thanks n regards Renju - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the c

Agent is down

2008-04-25 Thread Renju Mathew
Hi all, I used net-snmp API 's wrote an snmpset function... In the case of server (snmp-agent) down or unknown server , how can I check the agent status, before I send the PDU ?? I'm getting the time out response from "snmp_synch_response" function. Is there any way to know it before I send data

blocked waiting for response

2008-01-23 Thread Mathew Bielejeski
anyone know what might cause this to happen? Mathew - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
nt: Thu 8/23/2007 10:39 AM To: Mathew Matson Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Net-SNMP 5.3.1 on RHEL 5 make error Mathew Matson wrote: > It seems to run successfully...without errors. -matt And if you now run "make -j1" (in the top-level build dir), does it run

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
To: Mathew Matson Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Net-SNMP 5.3.1 on RHEL 5 make error Mathew Matson wrote: > I just ran 'make', no redirection. Is this default behaviour? Can I change > this? -Matt If you just run "make" again, what do you get?

RE: Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
Thomas, I just ran 'make', no redirection. Is this default behaviour? Can I change this? -Matt From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Thu 8/23/2007 9:57 AM To: Mathew Matson Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Net-

Net-SNMP 5.3.1 on RHEL 5 make error

2007-08-23 Thread Mathew Matson
Hi Folks, This is my first post to the list. Trying to compile Net-SNMP 5.3.1 on RHEL 5. Below are the configure options and full output. Thanks in advance for any assistance! -Matt ./configure --prefix=/usr/local \ --with-mib-modules="host mibII/mta_sendmail ucd_snmp disman/event-mib

address of trap sender

2006-11-02 Thread Mathew Bielejeski
sockaddr_in *)pdu->transport_data;   Is this the recommended way of getting the address of a trap sender or is there a better way?   Mathew Bielejeski http://www.neon.com         - Using Tomcat but need to do m

USM user conflict

2006-10-20 Thread Mathew Bielejeski
I have run into a major problem in an application I am developing using the net-snmp library (5.3.0.1) concerning conflicts between usm users.   My program is given a list of snmpv3 configurations (usernames, authlevels, passwords etc.) and attempts to determine which configuration works

async query using SNMPv3

2006-10-16 Thread Mathew Bielejeski
I am attempting to make async SNMP queries using SNMPv3 but instead of receiving a response to my query in the callback function I am receiving the response to the engineID discovery.   Do I need to resend the query in my callback function (with the engineID) or is there another method of

RE: discepancy between v1 and v2c

2006-10-05 Thread Mathew Bielejeski
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, October 05, 2006 3:01 PM To: Mathew Bielejeski Cc: net-snmp-users@lists.sourceforge.net Subject: Re: discepancy between v1 and v2c On 05/10/06, Mathew Bielejeski <[EMAIL PROTECTED]> wrote: > snmpg

discepancy between v1 and v2c

2006-10-05 Thread Mathew Bielejeski
when I try the query using snmpv1 and snmpv2c   C:\Documents and Settings\Mathew>C:\NeonDevelopment\snmpv3\net-snmp-5.3.0.1\net- snmp-5.3.0.1\win32\bin\debug\snmpget.exe -c public -v1 192.168.1.1 1.3.6.1.2.1 .2.2.1.10.6 Error in packet Reason: (noSuchName) There is no such variable name

RE: Using async sends

2006-10-02 Thread Mathew Bielejeski
I figured out what my problem was; I was misreading the example code in asyncapp.c -- Message: 1 Date: Fri, 29 Sep 2006 16:34:36 -0700 From: "Mathew Bielejeski" <[EMAIL PROTECTED]> Subject: Using async sends

Using async sends

2006-09-29 Thread Mathew Bielejeski
) everything works correctly.   Mathew Bielejeski http://www.neon.com         - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opin

Re: Retries and Timeout

2006-07-14 Thread Mathew Bielejeski
Unless I am missing something obvious in your post, the timeout and retry values are stored in the snmp_session struct. >From snmp_api.h struct snmp_session { /* * Protocol-version independent fields */ /** snmp version */ longversion; /** Number of retries b

RE: Memory leak due to memory allocated in "init_snmp_enum"(snmp_enum.c)

2006-06-28 Thread Mathew Bielejeski
I'm using netsnmp 5.3.0.1 and in the code I have, the snmp_enum_lists gets freed in the clear_snmp_enum() function which is called from snmp_shutdown(). Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your jo

need netsnmpagent.lib when using sessions?

2006-06-16 Thread Mathew Bielejeski
freed if you call shutdown_agent().  Is this the way it is designed to work or should a call to free the users be in snmp_shutdown() as well?   Mathew Bielejeski http://www.neon.com         ___ Net-snmp-users mailing list Net-snmp-users

RE: Key instead of password

2006-05-11 Thread Mathew Bielejeski
ailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 6:58 PM To: Mathew Bielejeski Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Key instead of password >>>>> On Wed, 3 May 2006 11:29:16 -0700, "Mathew Bielejeski" <[EMAIL PROTECTED]> said: Mathew> I am worki

Key instead of password

2006-05-03 Thread Mathew Bielejeski
the key is suppose to be in to work correctly?   Mathew Bielejeski http://www.neon.com