[PATCH 0/1] Patch for snmp_agent.c

2025-02-28 Thread Michael Schmidt via Net-snmp-coders
e value of the command-pointer at the start of the if-case and later reused to compare if the issued command was a set or get request. This prevents modifications of the command-pointer (snmp_agent.c, line 2017) impacting the proper incrementation of the statistic. Kind regards, Michael Schmid

[PATCH 1/1] snmp_agent: Fixes incrementation of snmpInTotalSetVars

2025-02-28 Thread Michael Schmidt via Net-snmp-coders
From: scmi Implements a temporary variable 'command' which saves the value of the command-pointer before modifications for a later value check. Signed-off-by: Michael Schmidt --- agent/snmp_agent.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agent/snmp

NOOB Question - Adding Enterprise MIBs to an Agent

2021-02-25 Thread Michael Klett
was, "customizing ubuntu snmp agent" Thanks, Michael [Vubiq-email-signature-logo] Michael F. Klett Principle Systems Engineer Vubiq Networks, Inc. 9231 Irvine Blvd Irvine, CA 92618 [email protected]<mailto:[email protected]> Direct: 949-226-8405 Cell:

iftype for bond

2020-03-27 Thread Michael Wu
. Should net-snmp also return ieee8023adLag(161) for bond? I am using a older net-snmp v5.8 and made changes so ieee8023adLag is returned for bond interface. Is this behavior good to have? Thanks, Michael ___ Net-snmp-coders mailing list Net-snmp-coders

Re: Get interface IPV6 addresses

2020-02-27 Thread Michael Wu
:ipAddressIfIndex.ipv6."20:01:04:70:df:9a:00:00:00:00:00:00:00:00:00:01" = INTEGER: 2 2. Then get ifName from ifIndex Niels, Thank you for your help, Michael On Thu, Feb 27, 2020 at 1:31 PM Niels Baggesen wrote: > Den 27-02-2020 kl. 18:40 skrev Michael Wu: > > Dear Net-Snmp

Get interface IPV6 addresses

2020-02-27 Thread Michael Wu
.1.4.20.1.2 ... IP-MIB::ipAdEntIfIndex.243.0.3.129 = INTEGER: 230 ... But it only has ipv4 addresses. What is the right approach to get the ipv6 address from the interface? Thanks and best regards, Michael ___ Net-snmp-coders mailing list Net-snmp-coders@l

pass_persist counter32

2019-02-09 Thread Michael Wu
ic happen here? I could use counter64 but just curious if my understanding is correct. Appreciate your help, Michael ___ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Source Address based Configuration Control in SNMP Agent

2018-12-15 Thread Michael Schwartzkopff
Am 15.12.18 um 15:11 schrieb prabu varadharajan: > Dear All, > > As per my implementation, I would like to have only one Manager in my > network who can configure my device, rest all can read the configuration. > For example, even multiple NMS available in the network which can read the > configura

Query MIB internally during snmpd initialization

2018-08-13 Thread Michael Wu
I have a situation where the pass persist scripts take some time to run due to the size of the custom mibs it needs to generate. When pass persist script gets started by snmpd, the external query (snmpwalk for example) would time out. To get around this issue I was thinking to let snmpd start the p

Feature Request: New prTable possible?

2018-05-15 Thread Michael Schwartzkopff
Hi, at the moment the proc option only checks the output of ps -e for process names. Is it possible to extend the MIB and the agent that something like that will be possible: proc this extension would check the ps aux output for the given regex. If no regex is given it would fall back to th

Re: [netsnmp-coders] [PATCH] Exclude (Sub-)Subtree from snmpbulkwalk

2017-08-26 Thread michael-dev
Am 25.08.2017 20:09, schrieb Jeff Gehlbach: On 08/25/2017 12:22 PM, michael-dev wrote: When using snmpbulkwalk to fetch all OIDs from my Aruba Switch, snmpbulkwalk complains about non-increasing OIDs. Ignoring using -Cc makes snmpbulkwalk loop forever. I hope you will also report this problem

[PATCH] Exclude (Sub-)Subtree from snmpbulkwalk

2017-08-25 Thread michael-dev
When using snmpbulkwalk to fetch all OIDs from my Aruba Switch, snmpbulkwalk complains about non-increasing OIDs. Ignoring using -Cc makes snmpbulkwalk loop forever. Therefore I'd like to ignore a specific (Sub-)Subtree that cannot be walked. This patch adds -Ce cmdline option to snmpbulkwalk

SNMP Trap not working

2017-08-09 Thread Michael Stein
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 configuration file for snmptrapd # # No traps are handled by default, you mus

Re: Perl sub-agent and BITS value

2016-01-07 Thread Michael Schmitz
For all those who are interested, I found out what's wrong. You will have to specify ASN_OCTET_STR as value type, not ASN_BIT_STR. I have absolutely no idea why and it's very supprising from my point of view, but it works. It would be a great help, if there was a method that allowed to determine t

Perl sub-agent and BITS value

2016-01-04 Thread Michael Schmitz
Hi all,   I managed to implement my own sub-agent in Perl using Agent.pm and it works pretty well apart from one point. The MIB the sub-agent is dealing with contains one object that is defined in this way:       XxxEntry ::= SEQUENCE {     internalError     TCRMINTERNALERROR,

Re: Windows Net-SNMP Binaries Really Out of Date (2009/2011)

2014-11-10 Thread Michael Rosile
I posted a tutorial on how to build 64-bit binaries of Net-SNMP using VC++ 2010 Express. http://www.net-snmp.org/wiki/index.php/Using_the_command_line_and_nmake_(VC%2B%2B_2010_Express) I saw some posts from Bart Van Assche looking for folks to help test / work on the installer. I'd like to volunt

Re: [PATCH] Let Perl access the security engine ID

2014-10-23 Thread Michael Bunk
othered by our impatience... is there anything we can do to help, to reduce the prospect of months to weeks? Maybe I should read the RFCs and review patches, which on the other hand will not take any less time :) What about widening the bottleneck, ie introducing new committers? Best reg

Re: use after free: C callback for SNMP.pm called twice

2014-05-16 Thread Michael Bunk - Computer Leipzig
Hello, any news on this? I would also read some RFC to help me properly understand the problem and the solution... I just need some hint on how to proceed. Best regards, Michael On 25.04.2014 16:27, Michael Bunk - Computer Leipzig wrote: > Hello, > > I'm using the Perl mod

Re: all connections are refused except SNMP queries

2014-04-30 Thread Michael Bunk
I cannot understand from your description what is going on, but did you check basic things like * that no firewall interferes * whether snmpd listens for tcp at all with "netstat -lp" * snmpd logs * starting "snmpd -f" to eventually see more error messages Best regards, M

use after free: C callback for SNMP.pm called twice

2014-04-25 Thread Michael Bunk - Computer Leipzig
its callback, fixing it one level earlier in the call stack. But I cannot decide which fix is right. Attached patch prevents the use-after-free condition and I would be grateful if you could explain to me why it works and help me prepare it for integration into net-snm

Code Merge Request #1: Minor editorial changes to Perl bindings (open)

2013-12-06 Thread Michael Bunk
-snmp/code/merge-requests/1/ It doesn't change much, so should be simple to merge. Regards, Michael -- Before Snowden, encrypting your e-mail was paranoid. After Snowden, not encrypting your e-mail is naïve. Encrypt your e-mail free of cost with https://cacert.org/ smime.p7s Desc

RE: Solaris libtool Error on Make

2012-06-18 Thread Lomax, Michael P.
for QuadraMed's 2012 User Group Conference, July 21 - 24, San Francisco, CA Visit www.portal.quadramed.com/ug12 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Sunday, June 17, 2012 12:06 PM To: Lomax, Michael P. Cc: [email protected]

RE: Solaris libtool Error on Make

2012-06-17 Thread Lomax, Michael P.
dramed.com/ug12 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Tuesday, June 12, 2012 12:28 PM To: Lomax, Michael P. Cc: net-snmp-coders Subject: Re: Solaris libtool Error on Make Den 12-06-2012 21:08, Lomax, Michael P. skrev: > May not be understan

RE: Solaris libtool Error on Make

2012-06-12 Thread Lomax, Michael P.
From: Niels Baggesen [mailto:[email protected]] Sent: Tuesday, June 12, 2012 11:48 AM To: Lomax, Michael P. Cc: net-snmp-coders Subject: Re: Solaris libtool Error on Make Den 12-06-2012 18:29, Lomax, Michael P. skrev: > ../libtool: line 1091: /usr/local/bin/ar: Invalid argument Check y

RE: Solaris libtool Error on Make

2012-06-12 Thread Lomax, Michael P.
d.com Register Now for QuadraMed's 2012 User Group Conference, July 21 - 24, San Francisco, CA Visit www.portal.quadramed.com/ug12 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Tuesday, June 12, 2012 2:16 AM To: Lomax, Michael P. Cc: net-s

RE: Solaris libtool Error on Make

2012-06-06 Thread Lomax, Michael P.
From: Lomax, Michael P. Sent: Tuesday, June 05, 2012 6:32 PM To: 'Niels Baggesen' Cc: net-snmp-coders Subject: RE: Solaris libtool Error on Make My first email in this thread was running the make in bash (note the prompt). I also am running the configure using a script that specifies b

RE: Solaris libtool Error on Make

2012-06-05 Thread Lomax, Michael P.
ce, July 21 - 24, San Francisco, CA Visit www.portal.quadramed.com/ug12 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Tuesday, June 05, 2012 1:56 PM To: Lomax, Michael P. Cc: net-snmp-coders Subject: Re: Solaris libtool Error on Make Den 05-06-2012

RE: Solaris libtool Error on Make

2012-06-05 Thread Lomax, Michael P.
for QuadraMed's 2012 User Group Conference, July 21 - 24, San Francisco, CA Visit www.portal.quadramed.com/ug12 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Tuesday, June 05, 2012 12:36 PM To: Lomax, Michael P. Cc: net-snmp-coders Subjec

RE: Solaris libtool Error on Make

2012-06-05 Thread Lomax, Michael P.
, San Francisco, CA Visit www.portal.quadramed.com/ug12 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Tuesday, June 05, 2012 12:24 AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: Solaris libtool Error on Make On Mon, Jun 04,

Solaris libtool Error on Make

2012-06-04 Thread Lomax, Michael P.
I am working to compile Net-SNMP 5.7.1 on Solaris 10. The configure ran with no errors. However the make had the following results: -bash-3.00# make gcc -E -Iinclude -I/mpl/net-snmp-5.7.1/include -I/mpl/net-snmp-5.7.1/agent/mibgroup -I. -I/mpl/net-snmp-5.7.1 -DDONT_INC_STRUCTS -DBINDIR=/usr/

[no subject]

2012-05-14 Thread Michael Smith
http://wiltoninsider.com/drupal/sites/default/cvlr.php?rgs=glyo.ryo&dd=rd.vgvs&dj=groj-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and h

[no subject]

2012-05-13 Thread Michael Smith
http://isouth.org/wp-content/themes/qi/mmdl.html?zxl=ttvtee.cpew&eqa=cqae.uupet&tty=jyxe-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and

[no subject]

2012-05-12 Thread Michael Smith
http://www.lakeshelbyvillemuskie.com/wp-content/themes/atahualpa/thjfle.html?ggp=fvtee.fhe&yd=rog.gg&swef=mhgy-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lan

[no subject]

2012-05-12 Thread Michael Smith
http://www.lakeshelbyvillemuskie.com/wp-content/themes/atahualpa/thjfle.html?ggp=fvtee.fhe&yd=rog.gg&swef=mhgy-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lan

[no subject]

2012-04-25 Thread Michael Smith
http://toning.dealtack.com/wp-content/plugins/WPRobot3/images/eyfme.html?dkt=ic.jag&mny=hjmg.hkm&dhi=jjbs-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscap

RE: libperfstat.h Warning Again

2012-04-23 Thread Lomax, Michael P.
Will do... Thanks... Mike Lomax Principal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 -Original Message- From: Niels Baggesen [mailto:[email protected]] Sent: Monday, April 23, 2012 3:52 PM To: Lomax, Michael P. Cc: net

libperfstat.h Warning Again

2012-04-23 Thread Lomax, Michael P.
Back in September, 2011, Thomas Anders created a patch for my AIX 6.1 install of net-snmp-5.7.1.pre1 to address some libperfsta.h Warnings that were displaying during the configure step. I am now trying to configure net-snmp.5.7.1.pre2 on the same AIX 6.1 LPAR and receiving the same warning. The

RE: Errors with Test T0072com2secunix_simple

2012-04-06 Thread Lomax, Michael P.
As I have not received further direction since below, I am brining this to the top. Assistance is greatly appreciated. Mike Lomax Principal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 -Original Message- From: Lomax, Michael P. Sent

[no subject]

2012-04-06 Thread Michael Smith
http://ebayacc.com/ebaytools/33/upload/bdata/ebaytool08_20110820060930/rmngl.html";> http://ebayacc.com/ebaytools/33/upload/bdata/ebaytool08_20110820060930/rmngl.html-- For Developers, A Lot Can Happen In A Second. Bounda

[no subject]

2012-04-04 Thread Michael Smith
http://ultimateairinc.com/php-oak/themes/global/admin_images/Blog/mcith/fjgvkd.html";> http://ultimateairinc.com/php-oak/themes/global/admin_images/Blog/mcith/fjgvkd.html-- Better than sec? Nothing is better than sec when

RE: Syntax Error during `make install`

2012-04-04 Thread Lomax, Michael P.
[email protected]] On Behalf Of Dave Shield Sent: Tuesday, April 03, 2012 3:32 PM To: Lomax, Michael P. Cc: [email protected] Subject: Re: Syntax Error during `make install` On 2 April 2012 21:52, Lomax, Michael P. wrote: > However when I run > the `make install` I get a syntax

RE: Errors with Test T0072com2secunix_simple

2012-04-04 Thread Lomax, Michael P.
Fromreide [mailto:[email protected]] Sent: Tuesday, April 03, 2012 3:16 PM To: Lomax, Michael P. Cc: [email protected] Subject: RE: Errors with Test T0072com2secunix_simple On Tue, 2012-04-03 at 15:30 -0400, Lomax, Michael P. wrote: > Again my getting your response did not hap

[no subject]

2012-04-03 Thread Michael Smith
http://replica2011.info/wp-content/plugins/extended-comment-options/jrklre.html";> http://replica2011.info/wp-content/plugins/extended-comment-options/jrklre.html-- Better than sec? Nothing is better than sec when it come

RE: Syntax Error during `make install`

2012-04-03 Thread Lomax, Michael P.
Sorry for the duplicate but just located your email address... Mike Lomax Principal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 From: Lomax, Michael P. Sent: Tuesday, April 03, 2012 12:20 PM To: 'net-snmp-c

RE: Errors with Test T0072com2secunix_simple

2012-04-03 Thread Lomax, Michael P.
Sorry for the duplicate but just located your email address... Mike Lomax Principal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 From: Lomax, Michael P. Sent: Tuesday, April 03, 2012 12:31 PM To: 'net-snmp-c

RE: Errors with Test T0072com2secunix_simple

2012-04-03 Thread Lomax, Michael P.
-0669 Cell (951) 206-5852 On Mon, 2012-04-02 at 16:52 -0400, Lomax, Michael P. wrote: > You may recall that I had asked for your assistance back in August > with an attempt to load Net-SNMP 5.7.1.pre1 on several AIX 6.1 > servers. Unfortunately I got pulled away from my pro

RE: Syntax Error during `make install`

2012-04-03 Thread Lomax, Michael P.
Principal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 From: Lomax, Michael P. Sent: Monday, April 02, 2012 1:52 PM To: '[email protected]' Subject: Syntax Error during `make install` I just sent a separate e

[no subject]

2012-04-02 Thread Michael Smith
http://bluray.net.in/wp-content/plugins/extended-comment-options/02efpk.html";> http://bluray.net.in/wp-content/plugins/extended-comment-options/02efpk.html-- Better than sec? Nothing is better than sec when it comes to m

Errors with Test T0072com2secunix_simple

2012-04-02 Thread Lomax, Michael P.
You may recall that I had asked for your assistance back in August with an attempt to load Net-SNMP 5.7.1.pre1 on several AIX 6.1 servers. Unfortunately I got pulled away from my project back then and am now, finally, getting back to it. This time I started with the Net-SNMP 5.7.1 release using

RE: net-snmp download page provides obsolete gpg key

2012-03-02 Thread Michael Cannella
to provide an unsurpassed SNMP implementation. It has made my life better. Michael [email protected]     -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtual

Re: Alternative implementation of IF-MIB

2012-01-23 Thread Michael Steiger
Please mail to the mailing list, not directly to me! On 24.01.2012 00:50 Carvaka Guru said the following: > Hi Michael, > Really sorry for contacting you directly but I was hoping that you could > point me in the right direction regarding a problem that I am having > with non-standar

Re: Alternative implementation of IF-MIB

2012-01-03 Thread Michael Steiger
On 03.01.2012 19:45 Robert Story said the following: > On Tue, 27 Dec 2011 14:58:03 +0100 Michael wrote: > MS> What I need is a framework where I add my 26 rows at init time and every > MS> GET request will lookup the values in the shared memory (which is > MS> conti

Re: Alternative implementation of IF-MIB

2011-12-27 Thread Michael Steiger
On 30.11.2011 16:09 Robert Story said the following: > On Fri, 28 Oct 2011 10:55:30 +0200 Michael wrote: > MS> > The first question is whether or not you are completely replacing > MS> > the ifTable, or you just need to add your special interfaces to > MS> > th

Re: Error while cross compiling net-snmp package

2011-12-07 Thread Michael Steiger
On 07.12.2011 14:18 prashant n said the following: > Hi Michael Steiger, > * Thanks for your valuable feedback.* > * > * > *Please suggest me on following things* Please reply to the mailing list, not directly to me! > On Wed, Dec 7, 2011 at 5:25 PM, Michael Ste

Re: Error while cross compiling net-snmp package

2011-12-07 Thread Michael Steiger
On 07.12.2011 11:38 prashant n said the following: > Hi, > I wanted to cross compile net-snmp package 5.6.1.1 into our target > device. > > Target Device Platform Details > Embedded H/W withLinux OS (AT91SAM9260-EK board) > > 1. > Kernel Version : 2.6.27 > > 2. > Busy Box Versio

Starting Implementation for Bug 3011641

2011-11-01 Thread Michael Musenbrock
e net-snmp code? **Every input is welcome! Regards, Michael [1] http://sourceforge.net/tracker/index.php?func=detail&aid=3011641&group_id=12694&atid=112694 ** -- RSA® Conference 2012 Save $700 by Nov 18 Regis

Re: Alternative implementation of IF-MIB

2011-10-28 Thread Michael Steiger
On 26.10.2011 00:03 Robert Story said the following: > On Tue, Oct 18, 2011 at 4:27 PM, Michael Steiger wrote: >> >> I need to implement IF-MIB for a network appliance (running embedded >> linux) where the ports are not integrated into linux but only accessible >> vi

Q: Plans for Bug: 3011641 (snmpd drops tcp trapsinks/trapsess if remote down at startup)

2011-10-25 Thread Michael Musenbrock
if remote down at startup'? Or will it eventually marked as wontfix? Thanks in advance for the information, Best Regards, Michael [1] http://sourceforge.net/tracker/index.php?func=detail&aid=3011641&group_id=12694&atid=112694 -- NEU: FreePhone - 0ct/min Handyspartar

Re: tcpdump for snmp packets

2011-10-17 Thread Michael Buchholz
ect:* tcpdump for snmp packets > > > > ** ** > > > > Hi All, > > > > Can any one tell me how can i filter snmp packets using tcpdump ? > > Following command does not work from me. > > > > tcpdump -i eth1 -T snmp "(src port 161

Re: Patch on 5.7: Tools can select local interfaces in IPv4

2011-10-12 Thread Michael Buchholz
to put that into the sourcecode. When done, it will be available through the "-T" switch like: snmpwalk -T localInterface=eth1.105 . I assume, it will then be available for conf files too. On Wed, 12 Oct 2011 09:05:57 -0400 Robert Story wrote: > On Tue, 11 Oct 2011 16:43:17

Patch on 5.7: Tools can select local interfaces in IPv4

2011-10-11 Thread Michael Buchholz
of interface binding too. You might like to change the names for the parameters... There's a txtfile attached, that has been created with "diff -c" on all files, that i changed. I hope, this is convenient for you. -- mit freundlichen Gruessen / with friendly regards Michael Buchholz m

RE: NET-SNMP Compile Errors

2011-08-24 Thread Lomax, Michael P.
-Original Message- From: Thomas Anders [mailto:[email protected]] Sent: Tuesday, August 23, 2011 3:15 PM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors Lomax, Michael P. wrote > "sh-2.05b# autoconf > con

RE: NET-SNMP Compile Errors

2011-08-24 Thread Lomax, Michael P.
[email protected]] Sent: Wednesday, August 24, 2011 7:56 AM To: Lomax, Michael P. Cc: Dave Shield; [email protected] Subject: Re: NET-SNMP Compile Errors >>>>> On Tue, 23 Aug 2011 17:05:26 -0400, "Lomax, Michael P." >>>>> said: LMP> I

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
glemail.com] On Behalf Of Dave Shield Sent: Tuesday, August 23, 2011 2:46 PM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On 23 August 2011 22:05, Lomax, Michael P. wrote: > I therefore started studying further about Git and found Thoma

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
Visit QuadraMed's Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Tuesday, August 23, 2011 1:37 PM To: Lomax, Michael P. Cc: net-snm

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
- From: Thomas Anders [mailto:[email protected]] Sent: Tuesday, August 23, 2011 7:37 AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors Lomax, Michael P. wrote: > Maybe the problem is that I am not searching for the Thomas patch >

RE: NET-SNMP Compile Errors

2011-08-23 Thread Lomax, Michael P.
@googlemail.com [mailto:[email protected]] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 2:15 PM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On 22 August 2011 21:50, Lomax, Michael P. wrote: > I found the patch and have downl

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
QuadraMed's Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- From: Lomax, Michael P. Sent: Monday, August 22, 2011 1:44 PM To: 'Dave Shield' Cc: [email protected] Subject: RE: NET-SNMP Compile Errors Dave, Sorry

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
r 2 - 5 in Salt Lake City, UT -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 1:02 PM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Err

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 8:27 AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On 22 August 2011 16:23, Lomax, Michael P. wrote: > I did not find a protos

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
ld Sent: Monday, August 22, 2011 8:21 AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On 22 August 2011 16:14, Lomax, Michael P. wrote: > Line 65 of usr/include/netinet/in6_var.h reads "extern  CONST struct protosw > inet6sw[];&quo

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
@googlemail.com] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 8:01 AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On 22 August 2011 15:46, Lomax, Michael P. wrote: > However the Net-SNMP instructions do say to run `make test

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Monday, August 22, 2011 7:36 AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On 22 August 2011 15:11, Lomax, Michael P. wrote: >  Attached

RE: NET-SNMP Compile Errors

2011-08-22 Thread Lomax, Michael P.
x27;s Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Friday, August 19, 2011 3:03 PM To: Lomax, Michael P. Cc: [email protected]

RE: NET-SNMP Compile Errors

2011-08-19 Thread Lomax, Michael P.
5 in Salt Lake City, UT -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Friday, August 19, 2011 3:01 AM To: Lomax, Michael P. Cc: Wes Hardaker; [email protected]; [email protected] Subjec

RE: NET-SNMP Compile Errors

2011-08-18 Thread Lomax, Michael P.
9:53 AM To: Lomax, Michael P. Cc: Wes Hardaker; [email protected]; [email protected] Subject: Re: NET-SNMP Compile Errors >>>>> On Thu, 18 Aug 2011 10:51:39 -0400, "Lomax, Michael P." >>>>> said: LMP> Should I uninstall wha

RE: NET-SNMP Compile Errors

2011-08-18 Thread Lomax, Michael P.
[email protected]] Sent: Thursday, August 18, 2011 7:45 AM To: Lomax, Michael P. Cc: [email protected]; [email protected] Subject: Re: NET-SNMP Compile Errors >>>>> On Wed, 17 Aug 2011 14:22:21 -0400, "Lomax, Michael P." >>>>> said: LMP

RE: NET-SNMP Compile Errors

2011-08-17 Thread Lomax, Michael P.
AM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors On Tue, 16 Aug 2011 16:19:34 -0400 Michael P. wrote: LMP> Here is the response from the perl command you sent. Only returned a LMP> blank line. Ok... from the shell, what do

FW: NET-SNMP Compile Errors

2011-08-15 Thread Lomax, Michael P.
Cell (951) 206-5852 [email protected] Visit QuadraMed's Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- From: Lomax, Michael P. Sent: Friday, August 12, 2011 8:37 AM To: '[email protected]'

RE: NET-SNMP Compile Errors

2011-08-12 Thread Lomax, Michael P.
n Salt Lake City, UT -Original Message- From: Lomax, Michael P. Sent: Thursday, August 11, 2011 2:46 PM To: '[email protected]' Cc: '[email protected]' Subject: RE: NET-SNMP Compile Errors Will you be able to provide me with any more assistance? THANK

RE: NET-SNMP Compile Errors

2011-08-12 Thread Lomax, Michael P.
AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- From: Lomax, Michael P. Sent: Wednesday, August 10, 2011 12:28 PM To: '[email protected]' Cc: [email protected] Subject: RE: NET-SNMP Compile Errors Just as your latest email belo

RE: NET-SNMP Compile Errors

2011-08-10 Thread Lomax, Michael P.
incipal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 [email protected] Visit QuadraMed's Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -Original Message- F

NET-SNMP Compile Errors

2011-08-09 Thread Lomax, Michael P.
I have tried compiling NET-SNMP on three IBM 6.1 servers now with no luck. There is a warning that comes up (see attached on page 33) that says to report the warning to this email address. The hard failure is further down on page 60 when I run the make which starts on page 52. Is there any advic

patches from 5.4.2.1 to 5.5

2011-07-25 Thread Rudd, Michael
Currently we are building net-snmp version 5.4.2.1 / 12.fc11. We had numerous patches we had downloaded to apply as well as a few of our own. Now we are moving to centos 6 which has version 5.5 / 27.el6_0.1. We've noticed some of the 5.4.2.1 patches are applied to the source code and some are

SNMP request lets program crash

2011-05-12 Thread Michael Jäger
Hello Everyone, I'm currently working on an snmp application, written in C, that requests certain information from a device. These requests contain OIDs of the LLDBMIB. In order to request for different information I've created a function that wraps the Net-SNMP function 'snmp_synch_response(...)

Re: Net SNMP Application Development using Eclipse

2010-09-28 Thread Michael Jäger
Von: Michael Jäger [mailto:[email protected]] Gesendet: Mittwoch, 29. September 2010 08:18 An: 'Bart Van Assche' Betreff: AW: Net SNMP Application Development using Eclipse Hi Barth, Thx for your reply. I added some linker entries like shown in the following picture

Re: Net SNMP Application Development using Eclipse

2010-09-28 Thread Michael Jäger
d returned 1 exit status Build error occurred, build is stopped Time consumed: 290 ms. It seems to be the same error as before? I don't know. When I press right click -> open declaration on function of the net-snmp library I am redirected to the respective header file, thus I am w

AW: Net SNMP Application Development using Eclipse

2010-09-27 Thread Michael Jäger
d. Sorry for bothering you Bart, but I’m pretty clueless about those things. Cheers and regards Michael Von: [email protected] [mailto:[email protected]] Im Auftrag von Bart Van Assche Gesendet: Montag, 27. September 2010 12:46 An: Michael Jäger Betreff: Re: Net SNMP Applica

Net SNMP Application Development using Eclipse

2010-09-27 Thread Michael Jäger
/faq/data/cache/302.html> ). You can ignore the TeX errors as long as you end up with the file regex.o - I restarted eclipse but still I cannot compile, Error shown below I’m pretty new to this whole eclipse stuff, hopefully someone can tell me where my error is. Thx in advance Michael

Software License

2010-05-05 Thread Michael A Wagner
Are there any license terms associated with this software? If so, please tell me where to find them or send me a copy of the license agreement. Thanks, Mike -- ___ Net-snmp-co

SNMPv3 clone-from (template) user delete

2010-03-27 Thread Michael
Hi. I this legal to remove the template user? Suppose I created users from a template user and then I want to remove the template user, shall i get an error? Thanks, Michael. -- Download Intel® Parallel Studio Eval Try

FAQ:Compiling 06: How can I compile the project for use on an embedded system?

2009-08-01 Thread Kroeher, Michael
Hello NET-SNMP Developer, my name is Michael Kröher, I am developing embedded Network devices. Our firmware contains an old snmp v1 stack, from a company which is no more existing :-( Since we are in an age, were security is very important, I am instructed to find an embedded snmp stack which

Re: result of Perl trap receivers ignored

2009-03-27 Thread Michael Schmitz
As I said, I work on a patch for net-snmp v5.4.2.1 that handles the result of Perl trap receivers. Maybe anybody is interested. Michael. net-snmp-5.4.x_embedded_perl_callback_result.patch Description: Binary data

result of Perl trap receivers ignored

2009-03-26 Thread Michael Schmitz
Hello, as I see in the TrapReceiver.xs, the result of the callback function is ignored. Is it intended to be that way, or is it just a bug to be solved? Maybe I could work on a patch for this issue. Regards, Michael

problem with NetSNMP::OID

2009-03-26 Thread Michael Schmitz
eventCurrentNumber.0 type=66 value=1237823311 actualIndex.1 type=2 value=1 Is this a bug in the constructor of NetSNMP::OID() (which internally calls SNMP::init_snmp("perl")) or somewhere else? Did I miss something? If this

SMUX peer - registration of OIDs

2008-12-11 Thread Baum, Michael (NSN - DE/Berlin)
figuration file? With kind Regards Michael Baum Michael Baum Nokia Siemens Networks GmbH & Co. KG COO OBS EO R&D Systems Engineering Siemensdamm 62 D-13627 Berlin, Germany Phone +49 30 386-25415 Mobile +49 (0)172-386-3511 Fax +49 30 386-44255 Email [EMAIL PROTECTED] <ma

AW: "missing" struct.h @ util_funcs.h

2008-11-25 Thread Hanig, Michael
____ Von: Hanig, Michael [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. November 2008 10:52 An: [email protected] Betreff: "missing" struct.h @ util_funcs.h Hello there, I wondered if the line #include "struct.h" in file util_funcs.h (found at /usr/

"missing" struct.h @ util_funcs.h

2008-11-21 Thread Hanig, Michael
Hello there, I wondered if the line #include "struct.h" in file util_funcs.h (found at /usr/local/include/net-snmp/agent/) shouldn't be there. I got an error compiling a subagent pointing out, that there is no struct.h; so I removed the line and everything works okay (compilation & running the sub

AW: how to install on get running on HP-UX

2008-11-19 Thread Hanig, Michael
You should uninstall the default SNMP version before installing net-snmp. At least, that worked for me on my Linux system. Von: Allen, Bill [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. November 2008 20:06 An: [EMAIL PROTECTED] Cc: [email protected]

send_v2trap hangs

2008-10-27 Thread Michael Musenbrock
ght debug options to get meaningful output? kind regards & thanks in advance Michael -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser - This SF.Net email is

  1   2   >