Re: Net-SNMP 5.10.pre1 released for testing

2025-03-19 Thread Craig Small via Net-snmp-coders
On Sat, 8 Mar 2025 at 10:50, Wes Hardaker via Net-snmp-coders < net-snmp-coders@lists.sourceforge.net> wrote: > only be used for bug fixes at this point. Please give 5.10.pre1 a > whirl -- it certainly won't be perfect yet. > I've built 5.10~pre1 using the Debian package

Re: Net-SNMP 5.10.pre1 released for testing

2025-03-18 Thread Bart Van Assche via Net-snmp-coders
. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Net-SNMP 5.10.pre1 released for testing

2025-03-17 Thread Bart Van Assche via Net-snmp-coders
On 3/10/25 4:27 AM, Stuart Henderson wrote: gnugk: snmp.cxx:87:11: error: expected '(' for function-style cast or type construction trapOID[ OID_LENGTH(trapOID) - 1 ] = trapNumber; ^~~ /usr/local/include/net-snmp/library/asn1.h:65:56: note

Re: Net-SNMP 5.10.pre1 released for testing

2025-03-15 Thread Bart Van Assche via Net-snmp-coders
has been split and has been submitted as a pull request to the ntopng project. See also https://github.com/ntop/ntopng/pull/9028#issuecomment-2718468627. Bart. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Net-SNMP 5.10.pre1 released for testing

2025-03-11 Thread Bart Van Assche via Net-snmp-coders
On 3/10/25 4:27 AM, Stuart Henderson wrote: To see how things are going with API changes, I've tested building everything in OpenBSD ports which depends on this. (I'm not suggesting that Net-SNMP needs to change anything unless these are unexpected, but at least giving other package m

Re: Net-SNMP 5.10.pre1 released for testing

2025-03-10 Thread Bart Van Assche via Net-snmp-coders
; (aka 'const unsigned long[10]') snmpSession->session.securityAuthProto = usmHMACMD5AuthProtocol; After having taken a closer look at the ntopng source code, how about submitting the following (untested) patch to the ntopng project? This patch should be backwards compatible.

Re: Net-SNMP 5.10.pre1 released for testing

2025-03-10 Thread Stuart Henderson
On 2025/03/07 15:34, Wes Hardaker via Net-snmp-coders wrote: > > Greetings all, > > It's been a while --- time to finally release a 5.10 pre-release > candidate. Consider this a feature freeze and the master branch should > only be used for bug fixes at this point.

Net-SNMP 5.10.pre1 released for testing

2025-03-07 Thread Wes Hardaker via Net-snmp-coders
lease mail all replies to net-snmp-coders@lists.sourceforge.net _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Net SNMP not processing data

2024-07-01 Thread MOHD RAFEEQ SIDDIQUIE
Hi, In TCPDUMP we are receiving packets but Net-SNMP Trap is processing some of them and dropping some of them. This scenario is happening for the same SNMP Agent. SNMP V3 Config:- /etc/snmp/snmptrapd.conf OS:- RHEL 8 Net-SNMP version:-5.8 Regards Mohd Rafeeq Siddiquie

Re: Unable to compile net-snmp due to netlink API change

2024-04-03 Thread Craig Small via Net-snmp-coders
cket_free) test, that's a symptom. I'm not sure if the older library needs the route library or not, so the next steps are hard to say. If it was just the new library then a fatal error on Linux for the absence of either libnl3 or libnl-route-3 would do it. ______

Re: Unable to compile net-snmp due to netlink API change

2024-04-02 Thread Bart Van Assche
P_HEADER([nl_socket_free], [netlink/socket.h],     [AC_DEFINE([HAVE_LIBNL3], [1],     [Define to 1 if provides the     libnl3 API])])     fi Thanks, Bart. ___________ Net-snmp-

Re: Unable to compile net-snmp due to netlink API change

2024-04-02 Thread Craig Small via Net-snmp-coders
ript, because it evaluates libnl-3 + !libnl-route-3 = libnl1 instead of failing. - Craig ___________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Unable to compile net-snmp due to netlink API change

2024-04-02 Thread Bart Van Assche
On 4/2/24 01:49, Craig Small via Net-snmp-coders wrote: Hello All,   I was attempting to compile the git head of net-snmp. One big change is that uses netlink sockets instead of reading /proc/net/* The issue is the API is different to the library I can see. mibgroup/mibII/tcpTable.c:631:12

Unable to compile net-snmp due to netlink API change

2024-04-02 Thread Craig Small via Net-snmp-coders
Hello All, I was attempting to compile the git head of net-snmp. One big change is that uses netlink sockets instead of reading /proc/net/* The issue is the API is different to the library I can see. mibgroup/mibII/tcpTable.c:631:12: error: too few arguments to function ‘nl_geterror’ 631

Memory leak with net-snmp agent v3 ?

2024-02-16 Thread Vincent Gilson via Net-snmp-coders
Hi, I managed to do a secure DTLS comm between my laptop (snmpget) and my embedded device net-snmp agent. But I noticed there's somewhere a memory leak on the Agent (embedded device) side : I see some 12KB amount of memory taken by the agent each time it successfully handles such request

net-snmp 5.9.4 released

2023-08-15 Thread Wes Hardaker via Net-snmp-coders
libsnmp: - Remove the SNMP_SWIPE_MEM() macro Remove this macro since it is not used in the Net-SNMP code base. - DISPLAY-HINT fixes - Miscellanious improvements to the transports - Handle multiple oldEngineID configuration lines - fixes for DNS names long

Re: Net-SNMP 5.9.4.rc1 available for final testing

2023-08-09 Thread Wes Hardaker via Net-snmp-coders
Alexander Bergmann writes: > Hi Craig, > > Thanks for the reply. Any update on your search for the GPG signing > key? Sorry fro the delay. I just put a new file in: https://sourceforge.net/projects/net-snmp/files/net-snmp-admin%20PGP%20key/current-key/ Specifically, the net-snmp

Re: Net-SNMP 5.9.4.rc1 available for final testing

2023-08-02 Thread Alexander Bergmann via Net-snmp-coders
ame thing a few weeks ago. Wes said he put the key on the mit > servers. I haven't checked that (or rc1 either). > > Both are on my to-do list. > > - Craig > > > On Wed, 12 July 2023, 19:12 Alexander Bergmann via Net-snmp-coders, < > net-snmp-coders@lists

Re: Net-SNMP 5.9.4.rc1 available for final testing

2023-07-12 Thread Craig Small via Net-snmp-coders
I asked the same thing a few weeks ago. Wes said he put the key on the mit servers. I haven't checked that (or rc1 either). Both are on my to-do list. - Craig On Wed, 12 July 2023, 19:12 Alexander Bergmann via Net-snmp-coders, < net-snmp-coders@lists.sourceforge.net> wrote

Re: Net-SNMP 5.9.4.rc1 available for final testing

2023-07-12 Thread Alexander Bergmann via Net-snmp-coders
Hi Wes / everyone, Where can I find the current GPG signing key that was used to sign the latest updates? gpg: assuming signed data in 'net-snmp-5.9.4.rc1.tar.gz' gpg: Signature made Thu 22 Jun 2023 05:15:02 PM CEST gpg:using EDDSA key 6E6718AEF1EB5C65C32D1B2A356BC0B552

Net-SNMP 5.9.4.rc1 available for final testing

2023-06-22 Thread Wes Hardaker via Net-snmp-coders
ng: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.4-pre-releases/ As a reminder, all patches from here out to the V5-9 branch must have discussion on -coders first, with at least 3 people in favor of applying them. Additionally, any code changes will likely cause another rc candidate

net-snmp-5.9.4.pre3 published for testing

2023-04-29 Thread Wes Hardaker via Net-snmp-coders
Version 5.9.4.pre3 has been released and published to: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.4-pre-releases/ Please test away and report any critical issues. Ideally, this should be the last pre-release and we'll publish a release candidate in a couple of wee

net-snmp 5.9.4.pre1 available for testing

2023-04-03 Thread Wes Hardaker via Net-snmp-coders
We've started the process of creating a 5.9.4 release. Please test and file pull requests when you run into problems you can fix. tar/zips are available here: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.4-pre-releases/ -- Wes Hardaker Please mail all replies to net

Re: Need solution to suppress Warning for 32 bit net-SNMP installing on 64 bit

2022-11-01 Thread Magnus Fromreide
On Tue, Nov 01, 2022 at 11:17:07AM +, Jendal, Bhanu wrote: > Hello Team, > > Can you please help on the below scenario: > Need solution to suppress Warning for 32 bit net-SNMP installing on 64 bit > while installing through the command line. The net-snmp project primarily

Need solution to suppress Warning for 32 bit net-SNMP installing on 64 bit

2022-11-01 Thread Jendal, Bhanu
Hello Team, Can you please help on the below scenario: Need solution to suppress Warning for 32 bit net-SNMP installing on 64 bit while installing through the command line. Regards, Bhanu Jendal ___ Net-snmp-coders mailing list Net-snmp-coders

Re: Security fixes in net-snmp 5.9.3

2022-09-07 Thread Wes Hardaker via Net-snmp-coders
backward compatibily. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net ___________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: wolfSSL support in net-snmp

2022-08-05 Thread Hayden Roche
Hi Bart, The changes look great. Go ahead with the merge to master. Hayden On Thu, Aug 4, 2022 at 2:39 PM Bart Van Assche wrote: > On 7/28/22 20:48, Bart Van Assche wrote: > > On 7/27/22 09:27, Hayden Roche wrote: > >> A while back, we (wolfSSL) added support for wolfSSL

Re: wolfSSL support in net-snmp

2022-08-04 Thread Bart Van Assche
On 7/28/22 20:48, Bart Van Assche wrote: On 7/27/22 09:27, Hayden Roche wrote: A while back, we (wolfSSL) added support for wolfSSL to net-snmp 5.9.1 for a customer. You can find the patch here: https://github.com/wolfSSL/osp/tree/master/net-snmp Is this something you'd be interest

Re: wolfSSL support in net-snmp

2022-07-28 Thread Bart Van Assche
On 7/27/22 09:27, Hayden Roche wrote: A while back, we (wolfSSL) added support for wolfSSL to net-snmp 5.9.1 for a customer. You can find the patch here: https://github.com/wolfSSL/osp/tree/master/net-snmp Is this something you'd be interested in having upstream? Support for wolfSSL se

Security fixes in net-snmp 5.9.3

2022-07-28 Thread Craig Small
Hi, The 5.9.3 release fixes several security issues. Could someone confirm if it was only the following two patches that fixed it, or give me a list of the patches if not? snmpd: fix bounds checking in NET-SNMP-AGENT-MIB, NET-SNMP-VACM-MIB, SNMP-VIEW-BASED-ACM-MIB, SNMP-USER-BASED-SM-MIB https

wolfSSL support in net-snmp

2022-07-27 Thread Hayden Roche
Hi, A while back, we (wolfSSL) added support for wolfSSL to net-snmp 5.9.1 for a customer. You can find the patch here: https://github.com/wolfSSL/osp/tree/master/net-snmp Is this something you'd be interested in having upstream? Best, Hayden

Re: Net-SNMP 5.9.3 published

2022-07-19 Thread Wes Hardaker via Net-snmp-coders
Craig Small writes: > Debian net-snmp packages 5.9.3-1 have also been built and uploaded. Nice, thanks. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net ___ Net-snmp-coders mailing list Net-snmp-cod

Re: Net-SNMP 5.9.3 published

2022-07-19 Thread Craig Small
On Thu, 14 Jul 2022 at 07:42, Wes Hardaker via Net-snmp-coders < net-snmp-coders@lists.sourceforge.net> wrote: > > So a 5.9.3 release has now been pushed to: > Debian net-snmp packages 5.9.3-1 have also been built and uploaded. No major issues, I'm hoping to reduce som

Net-SNMP 5.9.3 published

2022-07-13 Thread Wes Hardaker via Net-snmp-coders
So a 5.9.3 release has now been pushed to: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.3/ This fixes the last minute bug with .so library naming in 5.9.2. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Net-SNMP 5.9.3.rc1 published

2022-07-06 Thread Wes Hardaker via Net-snmp-coders
To fix the discovered shared library versioning issue in 5.9.2, 5.9.3.rc1 has been published and is here: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.3-pre-releases/ Please give it a whirl, with the goal of proper 5.9.3 being published next week. -- Wes Hardaker Please mail

Re: Net-SNMP 5.9.2 published

2022-07-05 Thread Bart Van Assche
version numbers. Am I perhaps missing something? Thanks, Bart. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Net-SNMP 5.9.2 published

2022-07-05 Thread Wes Hardaker via Net-snmp-coders
Bart Van Assche writes: > +1 for releasing the next version from the master branch. That would > make Net-SNMP easier to maintain since it would reduce the number of > branches to maintain from two to one. Agreed, though typically we'd fork after that point with a patches bran

Re: Net-SNMP 5.9.2 published

2022-07-05 Thread Bart Van Assche
On 6/30/22 19:23, Wes Hardaker via Net-snmp-coders wrote: I'm thinking we should look toward a main-branch release next (5.10). Opinions welcome. +1 for releasing the next version from the master branch. That would make Net-SNMP easier to maintain since it would reduce the number of bra

Net-SNMP 5.9.2 published

2022-06-30 Thread Wes Hardaker via Net-snmp-coders
I'll send a full announcement early next week, but Net-SNMP 5.9.2 is published and is at: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.2/ I'm thinking we should look toward a main-branch release next (5.10). Opinions welcome. -- Wes Hardaker Please mail all repl

net-snmp-5.9.2.rc2 published for testing

2022-06-22 Thread Wes Hardaker via Net-snmp-coders
There have only been a few changes since rc1, but enough that it warrants another rc2. Please propose no changes at this point unless there is a critical issue. https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.2-pre-releases/ -- Wes Hardaker Please mail all replies to net-snmp

Net-SNMP 5.9.2.rc1 available for testing

2022-04-22 Thread Wes Hardaker via Net-snmp-coders
Greetings all, An RC1 candidate is available for download and testing: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.2-pre-releases/ If there are no proposed changes to this, it'll be 5.9.2 next. As a reminder, in the RC phase of development, any proposed changes (from a

Re: net-snmp and openssl v3

2022-04-18 Thread Wes Hardaker via Net-snmp-coders
Craig Small writes: > However, net-snmp v 5.9.1 doesn't have all of these yet. I can either > try to pick the relevant ones out and patch the Debian package, or > wait until 5.9.2 comes out. My question is, is there an idea when that > would be?  My preference is to not patch

Re: Net-SNMP 5.9.2.pre1 published for testing

2022-04-18 Thread Wes Hardaker via Net-snmp-coders
ply it. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Net-SNMP 5.9.2.pre1 published for testing

2022-04-12 Thread Craig Small
d64.deb Depends: libc6 (>= 2.33), libpci3 (>= 1:3.5.1), libperl5.34 (>= 5.34.0), libsensors5 (>= 1:3.5.0), *libssl3* (>= 3.0.1-1), libwrap0 (>= 7.6-4~), libsnmp-base - Craig _______________ Net-snmp-coders mailing list Net-snmp-coders@lists.sour

Re: Net-SNMP 5.9.2.pre1 published for testing

2022-04-11 Thread Craig Small
Craig libtool: compile: gcc -I../include -I. -I../agent -I../agent/helpers -I../agent/mibgroup -I../snmplib -I/usr/include/mariadb/ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 "-ffile-prefix-map=/build/net-snmp-5.9.2~pre1+dfsg=." -fstack-protector-strong -Wformat -Werror=fo

Re: Net-SNMP 5.9.2.pre1 published for testing

2022-04-06 Thread Wes Hardaker via Net-snmp-coders
Craig Small writes: > On Wed, 6 Apr 2022, 10:09 Wes Hardaker via Net-snmp-coders, > > wrote: > > Net-SNMP 5.9.2.pre1 has been published for testing as available at: > > I can confirm that the compile issues with OpenSSL v3 are fixed with this. > > I'

Re: Net-SNMP 5.9.2.pre1 published for testing

2022-04-06 Thread Craig Small
On Wed, 6 Apr 2022, 10:09 Wes Hardaker via Net-snmp-coders, < net-snmp-coders@lists.sourceforge.net> wrote: > > Net-SNMP 5.9.2.pre1 has been published for testing as available at: > I can confirm that the compile issues with OpenSSL v3 are fixed with this. I'll run the s

Net-SNMP 5.9.2.pre1 published for testing

2022-04-05 Thread Wes Hardaker via Net-snmp-coders
Greetings all, Net-SNMP 5.9.2.pre1 has been published for testing as available at: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.2-pre-releases/ Please file any issues or pull requests required to improve the state of this release. -- Wes Hardaker Please mail all replies to

Re: net-snmp and openssl v3

2022-03-23 Thread Bart Van Assche
(+Wes) On 3/21/22 23:08, Craig Small wrote: I received a bug report about issues linking net-snmp with openssl v3. Generally its because there are functions referenced that were deprecated in 3.0 or even sometimes 1.1.0 ! I started looking around and found that net-snmp already has some, if

Re: net-snmp and openssl v3

2022-03-22 Thread Tomasz Kłoczko
On Tue, 22 Mar 2022 at 07:41, Craig Small wrote: > Hi, > I received a bug report about issues linking net-snmp with openssl v3. > Generally its because there are functions referenced that were deprecated > in 3.0 or even sometimes 1.1.0 ! > > I started looking around and f

net-snmp and openssl v3

2022-03-22 Thread Craig Small
Hi, I received a bug report about issues linking net-snmp with openssl v3. Generally its because there are functions referenced that were deprecated in 3.0 or even sometimes 1.1.0 ! I started looking around and found that net-snmp already has some, if not all, the patches required. such as

Re: How to enable logging with verbose and log rations in net-snmp daemon in snmpd.conf for

2022-03-21 Thread Suresh
Hi Mike Thanks to reply. Can u explain little bit more on this, I need to log rotation verbose for windows OS on net-snmp. Thanks Suresh From: Mike Eggleston Sent: Monday, March 21, 2022 7:19 PM To: Suresh Cc: net-snmp-us...@lists.sourceforge.net ; net-snmp

Re: How to enable logging with verbose and log rations in net-snmp daemon in snmpd.conf for

2022-03-21 Thread Suresh
Hi Anyone able enable logging with verbose and log rotations in net-snmp daemon. from snmpd.conf From: Suresh Sent: Tuesday, March 15, 2022 7:48 PM To: net-snmp-us...@lists.sourceforge.net ; net-snmp-coders@lists.sourceforge.net Subject: How to enable logging

How to enable logging with verbose and log rations in net-snmp daemon in snmpd.conf for

2022-03-15 Thread Suresh
Hello I'm using net-snmp version: 5.9.1 service with extended my enterprise specific mibs for snmpwalk/get/set I want enable logs with rotation policy and verbose level. Example Log file name rataiotn with date_time and verbose leve debug, error level or info level. What parameter i ne

Re: using net-snmp at scale with one process and one socket

2021-11-11 Thread Neil Mckee
trive for), but certainly many of them would not. > > > Adding or importing your favorite tree implementation to the library > > would be a lot of new code > > Well, there's one issue: lots of new code means bigger applications and > we do strive to be small to r

Re: using net-snmp at scale with one process and one socket

2021-10-22 Thread Wes Hardaker via Net-snmp-coders
g definition of "small" has certainly increased in size over time with the continued increase of storage/memory availability in even the smallest devices. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net _______

Re: using net-snmp at scale with one process and one socket

2021-10-18 Thread Neil Mckee
lti-threaded then it seems like your hands are tied? I certainly won't object if nothing changes. On Mon, Oct 18, 2021 at 10:30 AM Wes Hardaker wrote: > > Neil Mckee writes: > > > This may have been covered many times before, but just in case it > > helps someone, here is

Re: using net-snmp at scale with one process and one socket

2021-10-18 Thread Wes Hardaker via Net-snmp-coders
Neil Mckee writes: > This may have been covered many times before, but just in case it > helps someone, here is a summary of my experience with using net-snmp > in a large network. Thank you for the very useful list of changes. -- Wes Hardaker Please mail all replies to net-sn

Re: Interfacing Net-SNMP with Pi running Ubuntu 21.04

2021-10-18 Thread Wes Hardaker via Net-snmp-coders
se mail all replies to net-snmp-coders@lists.sourceforge.net _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Interfacing Net-SNMP with Pi running Ubuntu 21.04

2021-10-14 Thread Andrew Mwakibinga
ived this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. ___________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

using net-snmp at scale with one process and one socket

2021-09-16 Thread Neil Mckee
This may have been covered many times before, but just in case it helps someone, here is a summary of my experience with using net-snmp in a large network. Specifically, I use it to talk to thousands of SNMPv2 and SNMPv3 agents using just one UDP socket in a process that runs continuously. The

Re: NET-SNMP 5.7.3: Got signal 6 in netsnmp_tdomain_transport_full operation

2021-09-15 Thread Josef Řídký
Hi Olivier, As RHEL maintainer of net-snmp, I can only advise you to check whether you're using the up to date version of net-snmp in RHEL-7 (net-snmp-5.7.2-49.1). I was able to find some modifications in netsnmp_tdomain_transport_full method, that was backported from the upstream commit

NET-SNMP 5.7.3: Got signal 6 in netsnmp_tdomain_transport_full operation

2021-09-15 Thread Olivier Germain via Net-snmp-coders
in advance for your help. Best regards -- Olivier GERMAIN TIBCO Support TIBCO software 18, rue du 4 Septembre 75002 Paris, France Mobile : +33 6 45 30 23 31 _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

net-snmp not returning number of descriptors when running OMAPI to DHCP server all on same linux platform

2021-08-23 Thread Resham Hayre
is in error, please contact the sender and permanently delete the original from any computer and destroy any printout thereof. _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Net-snmp encryptions

2021-07-20 Thread Wes Hardaker via Net-snmp-coders
"Srilatha Devineni (sdevinen) via Net-snmp-coders" writes: > I installed 5.9.1 net-snmp and I see there is no support for AES AES requires OpenSSL to be installed when Net-SNMP is compiled. Use the --with-openssl flag to point to the path where it is installed if it couldn&#

Net-snmp encryptions

2021-07-12 Thread Srilatha Devineni (sdevinen) via Net-snmp-coders
Hi Developers, I installed 5.9.1 net-snmp and I see there is no support for AES I wonder , why the latest version doesn’tt have support for AES I don’t think that I missed any config. SDEVINEN-M-V0LX:net-snmp-5.9.1 sdevinen$ snmpwalk -v3 -l authPriv -u authPriv-sha-aes -a SHA -A PASSWORD1

Re: Problems attempting to compile net-snmp 5.8 libs without libcrypto

2021-06-18 Thread Wes Hardaker via Net-snmp-coders
e a chance that you have them from an older build? IE, can you try building it from a fresh source extraction? -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net ___________ Net-snmp-coders mailing list Net-snmp-coders@lists.so

Re: Problems attempting to compile net-snmp 5.8 libs without libcrypto

2021-06-14 Thread Larry Hayes
and, Nicholas wrote: > Hello, > > > > We would like to compile the net snmp 5.8 libs ( > https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz/download) > without any crypto/ssl support whatsoever. Currently I have tried the > following configure o

Problems attempting to compile net-snmp 5.8 libs without libcrypto

2021-06-13 Thread Weiland, Nicholas
Hello, We would like to compile the net snmp 5.8 libs (https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz/download) without any crypto/ssl support whatsoever. Currently I have tried the following configure options: '--disable-embedded

Re: Net-SNMP AgentX - Problem with new MIB and snmpset

2021-05-20 Thread Simone Moni
. I need to extend snmpd with a new custom MIB > module. > I have NET-SNMP version 5.5 on Redhat, I would implement perl API, using > NetSNMP::agent. > Hereby, the steps I've done: > > - /etc/snmp/snmpd.conf > #sec.name sourcecommunity > com

Net-SNMP AgentX - Problem with new MIB and snmpset

2021-05-20 Thread Simone Moni
Hi all, I'm a newbie with AgentX. I need to extend snmpd with a new custom MIB module. I have NET-SNMP version 5.5 on Redhat, I would implement perl API, using NetSNMP::agent. Hereby, the steps I've done: - /etc/snmp/snmpd.conf #sec.name sourcecommunity com2sec not

Re: HELP - Net-SNMP AgentX - Problem with new MIB and snmpset

2021-05-14 Thread Wes Hardaker via Net-snmp-coders
nfo->getMode() == MODE_SET_ACTION) { >             # ... (or use the value) >             $value = $request->getValue(); >         } You're setting the $value variable but never using it again -- you would need to update the $defa

HELP - Net-SNMP AgentX - Problem with new MIB and snmpset

2021-05-07 Thread Simone Moni
Hi, Can anyone help me? I'm a newbie with AgentX. I need to extend snmpd with a new custom MIB module. I have NET-SNMP version 5.5 on Redhat, I would implement perl API, using NetSNMP::agent. Hereby, the steps I've done: - /etc/snmp/snmpd.conf #sec.name source

Net-SNMP 5.9.1.rc1 available for testing

2021-04-28 Thread Wes Hardaker via Net-snmp-coders
I've pushed Net-SNMP 5.9.1.rc1. This means we're now in the release-candidate cycle which requires request-for-vote posts to this list in order to approve any additional changes before the final release (with a delta of at least people voting positively for any change). https://sourc

Net-SNMP V5.9.1.pre1 released for testing

2021-04-05 Thread Wes Hardaker via Net-snmp-coders
It was produced from the V5-9-patches branch and is available here: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.1-pre-releases/ Please take it for a test drive and see how it fairs. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

NET-SNMP version: 5.8 - v1/ v2 blocked, v3 works

2021-03-17 Thread Simon Chamlian
happening? Thanks, Simon _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: support for SHA2 in net-snmp-5.9

2021-03-10 Thread Pushpa Thimmaiah
It is resolved by adding ''--with-openssl' . ----- Net-SNMP configuration summary: - SNMP Versions Supported:1 2c 3 Building for: l

Re: support for SHA2 in net-snmp-5.9

2021-03-10 Thread Pushpa Thimmaiah
Hi All, It is resolved by adding ''--without-openssl' . ----- Net-SNMP configuration summary: - SNMP Versions Supported:1 2c 3 Building for:

support for SHA2 in net-snmp-5.9

2021-03-10 Thread Pushpa Thimmaiah
Hi All, I tried configure net-snmp-5.9 to enable AES192, SHA2 for my work. I have used option '--enable-blumenthal-aes' while configure , however config log shows no details of sha2. Am I missing any config option here? ./configure '--prefix=/home//software/snmp8/snmp

Re: Compiling Net-SNMP with TLS and DTLS Support

2021-02-28 Thread Craig Small
MP packet but is found in the transport (e.g. UDP by itself has no user or password). Protocols such as DTLS have the concept of user (called a principal). - Craig _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.source

Net-SNMP compile with Apple IOS

2021-02-23 Thread Powrie, William
Hi Everyone, I have an application that uses Net-SNMP for monitoring the runtime health of electrical devices. This application currently only runs on the Microsoft Windows environment. The intention is to try to port it such that it can run on an Apple IPhone or IPad. Is there a way the Net

Compiling Net-SNMP with TLS and DTLS Support

2021-02-23 Thread Simon Chamlian
Hi, Compiling Net-SNMP with TLS and DTLS Support Just ensure you have a recent version of OpenSSL <http://net-snmp.sourceforge.net/wiki/index.php/OpenSSL> installed as well as run configure with the following two options in addition to your normal options: # ./configure *--with-security-m

RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-02-01 Thread Joan Landry
Try to call update_config(); instead. From: chandrasekharreddy chinnapareddygari Sent: Saturday, December 12, 2020 10:54 PM To: net-snmp-coders@lists.sourceforge.net; net-snmp-us...@lists.sourceforge.net Subject: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-01-05 Thread Joan Landry
Thanks – but my question was regarding actually being the master agent and internally updating the net-snmp library with data received via a CLI. I believe the only way to do this is via the snmpd.conf file. So any info on this would be greatly appreciated. Thanks, From: Larry Hayes Sent

Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-01-05 Thread chandrasekharreddy c
Hi team, I'm using net-snmp 5.8 version .My requirement is conf files should updtae without restarting snmpd . I'm sending SIGHUP signal to update SNMP data with out restarting snmpd . snmpv3 details are not updating . Please help me how to proceed further. Thanks, Chandra. Get O

Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-15 Thread Wes Hardaker via Net-snmp-coders
chandrasekharreddy chinnapareddygari writes: > I'm using net-snmp 5.8 version .My requirement is conf files should updtae > without restarting snmpd . > > I'm sending SIGHUP signal to update SNMP data with out restarting snmpd . > snmpv3 details are not updating

Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-14 Thread chandrasekharreddy chinnapareddygari
Thanks Larry Hayes , I too have same question as Joan Landry has Thanks, Chandra Get Outlook for Android<https://aka.ms/ghei36> From: Joan Landry Sent: Monday, 14 December, 2020, 21:26 To: Larry Hayes; chandrasekharreddy chinnapareddygari Cc: ne

Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-14 Thread Larry Hayes
2, 2020 at 9:55 PM chandrasekharreddy chinnapareddygari < chandrasekhar...@hotmail.com> wrote: > Hi team, > I'm using net-snmp 5.8 version .My requirement is conf files should updtae > without restarting snmpd . > > I'm sending SIGHUP signal to update SNMP data wit

Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-12 Thread chandrasekharreddy chinnapareddygari
Hi team, I'm using net-snmp 5.8 version .My requirement is conf files should updtae without restarting snmpd . I'm sending SIGHUP signal to update SNMP data with out restarting snmpd . snmpv3 details are not updating . Please help me how to proceed further. Thanks, Chandra. Get O

RE: [Non-DoD Source] Re: net-snmp-5.5.0-2.x64.exe Questions

2020-12-07 Thread Oezer, Joshua K (Josh) CTR USN (USA)
email delivery on NIPR) (219) 241-2750 (cell) From: Craig Small Sent: Tuesday, December 1, 2020 5:43 PM To: Oezer, Joshua K (Josh) CTR USN (USA) Cc: net-snmp-coders@lists.sourceforge.net; Kirkwood, Robert D CIV USN COMNAVAIRSYSCOM PAX (USA) ; Higgins, Dorothy A CIV USN NAS PAX MD (USA) Subject

Re: net-snmp-5.5.0-2.x64.exe Questions

2020-12-02 Thread Wes Hardaker via Net-snmp-coders
Hi Josh, I'm the original founder of the Net-SNMP project, but I'm not a lawyer. Craig pretty much nailed the analysis perfectly in my opinion: > net-snmp is licensed with multiple different types of licenses, as seen in the > COPYING file[1].  The licenses can be broken down in

Re: net-snmp-5.5.0-2.x64.exe Questions

2020-12-01 Thread Craig Small
Hello Josh, I am only the Debian packager of net-snmp not the "owner" of the software. In fact it would be difficult to get one voice on the "owner" as there are many including several organisations. So, this is coming from a non-US citizen who hasn't written a line of

RE: net-snmp-5.5.0-2.x64.exe Questions

2020-12-01 Thread Oezer, Joshua K (Josh) CTR USN (USA)
zer@navy.smil.mil> josh.k.oezer@navy.smil.mil (advise email delivery on NIPR) (219) 241-2750 (cell) From: Oezer, Joshua K (Josh) CTR USN (USA) Sent: Monday, October 26, 2020 9:29 AM To: net-snmp-coders@lists.sourceforge.net Cc: Higgins, Dorothy A CIV USN NAS PAX MD (USA) ; Kirkwood, Robert D C

Re: How to use external library in net-snmp 5.8

2020-11-17 Thread Wes Hardaker via Net-snmp-coders
chandrasekharreddy chinnapareddygari writes: > I want to include/ use external library is n net-snmp 5.8. > Please help me to use external library. Use the --with-libs configure script option. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourcefor

How to use external library in net-snmp 5.8

2020-11-17 Thread chandrasekharreddy chinnapareddygari
Hi all, I want to include/ use external library is n net-snmp 5.8. Please help me to use external library. Get Outlook for Android<https://aka.ms/ghei36> _______ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net

Re: Net-SNMP 5.8 compatibility issue

2020-08-31 Thread Simon Chamlian
The incompatibility started when I upgraded OpenSSL. Since I am compiling NET-SNMP within yocto, I cannot do 'make install'. On Mon, Aug 31, 2020 at 11:18 AM Wes Hardaker < harda...@users.sourceforge.net> wrote: > Simon Chamlian writes: > > > There seems to be a

Re: Net-SNMP 5.8 compatibility issue

2020-08-31 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > There seems to be a compatibility issue between net-snmp and the crypto > library. Was that a self-built Net-SNMP 5.8? And it was built recently after the system upgraded to the newer libcrypto? And did you try a 'make install' to see if the installa

Net-SNMP 5.8 compatibility issue

2020-08-31 Thread Simon Chamlian
Hi, There seems to be a compatibility issue between net-snmp and the crypto library. The libcrypto has been updated to 1.1, but snmp still calls for 1.0.2 instead of using the link. ~# snmpd -v snmpd: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file: No

Re: Net-SNMP 5.9 release announcement

2020-08-21 Thread Wes Hardaker via Net-snmp-coders
, messes up when overwriting an existing file. IE, you have to remove the existing one before re-running. Anyway, I've done that, re-created the archive and re-uploaded. Thanks for pointing it it out. -- Wes Hardaker Please mail all replies to net-snmp-coders@

Re: Net-SNMP 5.9 release announcement

2020-08-21 Thread Craig Small
Hi, Even though the signature checks out, the archive seems to be corrupted. $ tar tfz ~/Downloads/net-snmp-5.9.tar.gz >/dev/null gzip: stdin: decompression OK, trailing garbage ignored tar: Child returned status 2 tar: Error is not recoverable: exiting now - Cr

  1   2   3   4   5   6   7   8   9   10   >