Enabling AgentX support on net-snmp-5.9

2024-09-16 Thread Pushpa Thimmaiah
Hi All, I am learning about the AgentX subagent to support SNMPGET/SNMPSET. Kindly provide clarification for the below queries: 1. Do I need to use both --with-agentx and --with-mib-modules="agentx" in Net-SNMP to have AgentX support? 2. I am following http://www.ne

build net-snmp with AES192/AES256 support to PowerC

2024-06-03 Thread Avner Flesch via Net-snmp-users
Hi, I am trying to build net-snmp with AES192/AES256 support to PowerPC machine - it is old but I have to make it work (it already works for me with AES 128) I am using eldk4.2 (I don't want to upgrade because it is newer libc, and will need to build everything in my system) I have op

[net-snmp 5.9] trapHandler does not support run_shell_command

2022-11-10 Thread Jacques Samoun
.8072.2.3.0.1#011SNMPv2-SMI::enterprises.8072.2.3.2.1 = INTEGER: 123456 Jan 1 23:55:31 UTC 2000 NIDPlug+ snmptrapd[242]: support for run_shell_command not available Browsing the net-snmp code, it seems that the macro USING_UTILITIES_EXECUTE_MODULE is guarding this section of code. but is not define

Re: Do NetSNMP support CreateAndWait

2021-12-09 Thread Magnus Fromreide
On Thu, Dec 09, 2021 at 09:45:38PM +0530, Feroz wrote: > In the NetSNMP sample code I see the following block. > I would like to understand if NetSNMP support "CreateAndWait" > > File: ipAddressTable.c > > if (ROWSTATUS_CREATEANDWAIT == ipAddressRowStatus

Do NetSNMP support CreateAndWait

2021-12-09 Thread Feroz
In the NetSNMP sample code I see the following block. I would like to understand if NetSNMP support "CreateAndWait" File: ipAddressTable.c if (ROWSTATUS_CREATEANDWAIT == ipAddressRowStatus_val) { DEBUGMSGTL(("ipAddressTable", "createAndWait not suppo

Re: Need help regarding writing AgentX for support SNMP V3 Which running with Apache 2.4 Service.

2021-10-28 Thread Bill Fenner
Hi Suresh, You're right, you want to run snmpd as a master agent for SNMPv3 support, and then be an agentx subagent to implement your MIB module. This topic is covered at http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent . Please look the tutorial over and see if it answers

Re: How to support SNMPv2 mib traps per VRF.

2021-10-28 Thread Bill Fenner
> *To:* net-snmp-cod...@lists.sourceforge.net; > net-snmp-users@lists.sourceforge.net > *Subject:* How to support SNMPv2 mib traps per VRF. > > Hi , > > > We are supporting Multiple snmp servers (snmp server for each VRF).I want > to enable authenticationfailure traps for each VR

Need help regarding writing AgentX for support SNMP V3 Which running with Apache 2.4 Service.

2021-10-25 Thread Suresh
Hi All My C++ application running(on windows-64 bit application with Apache 2.4 (Daemon )and this application support only SNMP V1 V2 using net-snmp API our C++ application get snmp call (for SNMPGET,SNMP walk using Windows OS provided SNMP Service using ExtensionAgents C:\Windows\system32

Re: End of support for net-nmp 5.7.3

2021-10-22 Thread Wes Hardaker via Net-snmp-users
Olivier Germain writes: > Sorry for being late in getting back to you. I'll see with my team how we can > upgrade > to 5.9.1 in short terms. In general, we strive to be very backwards compatible so upgrading shouldn't ever be a huge strain. -- Wes Hardaker USC/ISI __

Re: End of support for net-nmp 5.7.3

2021-10-14 Thread Olivier Germain via Net-snmp-users
ly mean > that for > > instance net-snmp 5.7.3 is end of support. > > I am asking you this question because we are using net-snmp 5.7.3 as a > 3rdparty in > > our software thus this would mean for us to upgrade to 5.9.1. > > We used to keep much older branches up to dat

Re: End of support for net-nmp 5.7.3

2021-10-07 Thread Wes Hardaker via Net-snmp-users
5.9.1 is the current version, would this automatically mean that > for > instance net-snmp 5.7.3 is end of support.  > I am asking you this question because we are using net-snmp 5.7.3 as a > 3rdparty in > our software thus this would mean for us to upgrade to 5.9.1.  We used to

End of support for net-nmp 5.7.3

2021-09-10 Thread Olivier Germain via Net-snmp-users
.3 is end of support. I am asking you this question because we are using net-snmp 5.7.3 as a 3rdparty in our software thus this would mean for us to upgrade to 5.9.1. Thank you for your response Best regards -- Olivier GERMAIN TIBCO Support TIBCO software 18, rue du 4 Septembre 75002 Paris, F

Support Versions

2020-06-26 Thread James Henderson
Hi,   Our team is currently using NetSNMP 5.7.2. We want to ensure we are using a supported version. Your site lists out of support versions, but 5.7.2 is not among them. It lists 5.8 as the only supported version, so we are assuming that 5.7.2 is out of support, but we want confirmation.   Thanks

Fwd: does netsnmp support IPv6 varbind

2019-10-21 Thread Surya Mishra
*Question : Does netsnmp support IPv6 varbind as type IPAdress?* 1- *I "get bad notation" error when I am trying to send trap having IPv6 address with type IPAdress(a) as highlighted(in red italics underlined)* [root@IWFVM00141 ~]# snmptrap -d -v 2c -c public 16.166.98.19

Re: Support for SNMP source trap address

2019-09-30 Thread Bill Fenner
You should be able to cherry-pick git commit 06a02b7c708c1ea2bf67e59c333001e8ce128dff . Or if you are using -s (not clientaddr), you may be able to specify ":0" at the end of the address. If ":0" does not work you can pick a port number, ":38471", but then of course you lose the ability of the sy

Re: Support for SNMP source trap address

2019-09-29 Thread Nitin Samuel
Thanks again Bill... But what do you suggest as a workaround until 5.8.1 is out ? Is there a patch that I can take as a fix ? Regards, Nitin On Sun, Sep 29, 2019 at 8:58 PM Bill Fenner wrote: > On Fri, Sep 27, 2019 at 2:28 PM Nitin Samuel wrote: > >> Thanks Bill, >> Yet another query.

Re: Support for SNMP source trap address

2019-09-29 Thread Bill Fenner
On Fri, Sep 27, 2019 at 2:28 PM Nitin Samuel wrote: > Thanks Bill, > Yet another query...sorry to bother you again. > Why am I seeing traps from port 161 on 5.8 version, whereas 5.7.3 > traps are from ephemeral ports ? > This is a bug in 5.8. It will be fixed in 5.8.1. Bill _

Re: Support for SNMP source trap address

2019-09-27 Thread Nitin Samuel
Thanks Bill, Yet another query...sorry to bother you again. Why am I seeing traps from port 161 on 5.8 version, whereas 5.7.3 traps are from ephemeral ports ? 13:20:20.565905 IP 192.168.0.206.161 > 192.168.0.60.162: V2Trap(131) .1.3.6.1.2.1.1.3.0=10278 .1.3.6.1.6.3.1.1.4.1.0=.1.

Re: Support for SNMP source trap address

2019-09-27 Thread Bill Fenner
Yes, the clientaddr is used if a given entry does not have an -s option. Bill On Fri, Sep 27, 2019 at 2:40 AM Nitin Samuel wrote: > Hi Bill, > Would you know if the ' [snmp] clientaddr ' token will continue > to be honored in 5.8, though some trapsess/trap2sink entries could also >

Re: Support for SNMP source trap address

2019-09-26 Thread Nitin Samuel
Hi Bill, Would you know if the ' [snmp] clientaddr ' token will continue to be honored in 5.8, though some trapsess/trap2sink entries could also have a ' -s <>' option ? Thanks, NitinVS On Sun, Sep 8, 2019 at 10:45 PM Nitin Samuel wrote: > Thanks Bill. > > So in 5.8, if I have [snmp]

Re: Support for SNMP source trap address

2019-09-11 Thread Bill Fenner
-s on trapsess lines will override clientaddr. Bill On Sun, Sep 8, 2019 at 1:15 PM Nitin Samuel wrote: > Thanks Bill. > > So in 5.8, if I have [snmp] clientaddr <> at the top, followed later by > a few trapsess hosts but one of which has the new '-s <>' option, will > clientaddr token be

Re: Support for SNMP source trap address

2019-09-11 Thread Bill Fenner
enaddr in snmp.conf .but it is > not working with snmpd.conf > > Does any extra changes required ? > > > Thanks, > Chandra. > Get Outlook for Android <https://aka.ms/ghei36> > > > > From: Bill Fenner > Sent: Sunday, 8 September, 16:20 > Subje

Re: Support for SNMP source trap address

2019-09-08 Thread Nitin Samuel
Thanks Bill. So in 5.8, if I have [snmp] clientaddr <> at the top, followed later by a few trapsess hosts but one of which has the new '-s <>' option, will clientaddr token be honored for this trap host ? On Sun, Sep 8, 2019 at 4:21 PM Bill Fenner wrote: > On Fri, Sep 6, 2019 at 4:56 PM Chi

Re: Support for SNMP source trap address

2019-09-08 Thread Bill Fenner
On Fri, Sep 6, 2019 at 4:56 PM Chinnapareddygari, Chandrasekharreddy < chandrasekharreddy.chinnapareddyg...@hpe.com> wrote: > I am using net-snmp 5.7.2 in my project..I want to use SNMP trap source > as user configured IP address. > How can I achieve this ? > In 5.7.2 you can use the “clientaddr

Support for SNMP source trap address

2019-09-06 Thread Chinnapareddygari, Chandrasekharreddy
Hi , I am using net-snmp 5.7.2 in my project..I want to use SNMP trap source as user configured IP address. How can I achieve this ? Please give me some inputs Thanks, Chandra Get Outlook for Android ___ Net-snmp-users mailing

SHA2 support in netsnmp-5.8

2019-08-29 Thread Nitin Samuel
Hi Experts, I have a few queries regarding this new support. Can you help answer pls ? 1. How will I get access to the new OIDs for each algo in the sha2 family ? http://net-snmp.sourceforge.net/docs/mibs/SNMP-USER-BASED-SM-MIB.txt char* usmNoAuthProtocol = "1.3.6.1.6.3.10.

RE: Reg AES128 Support with Netsnmp 5.7.3

2019-01-24 Thread Kiran Kumar Pamula -X (kpamula - HCL TECHNOLOGIES LIMITED at Cisco) via Net-snmp-users
AES128 Support with Netsnmp 5.7.3 You can try http://net-snmp.sourceforge.net/wiki/index.php/TUT:SNMPv3_Options#Configuration but replace "DES" with "AES". Bill On Thu, Jan 24, 2019 at 12:27 PM Kiran Kumar Pamula -X (kpamula - HCL TECHNOLOGIES LIMITED at Cisco) mailto:kpam..

Re: Reg AES128 Support with Netsnmp 5.7.3

2019-01-24 Thread Bill Fenner
ITED at Cisco) > > *Cc:* net-snmp-users@lists.sourceforge.net; Anil Kumar Thumma -X (athumma > - HCL TECHNOLOGIES LIMITED at Cisco) > *Subject:* Re: Reg AES128 Support with Netsnmp 5.7.3 > > > > > > On Jan 22, 2019, at 12:26 AM, Kiran Kumar Pamula -X (kpamula - HCL >

RE: Reg AES128 Support with Netsnmp 5.7.3

2019-01-24 Thread Kiran Kumar Pamula -X (kpamula - HCL TECHNOLOGIES LIMITED at Cisco) via Net-snmp-users
@lists.sourceforge.net; Anil Kumar Thumma -X (athumma - HCL TECHNOLOGIES LIMITED at Cisco) Subject: Re: Reg AES128 Support with Netsnmp 5.7.3 On Jan 22, 2019, at 12:26 AM, Kiran Kumar Pamula -X (kpamula - HCL TECHNOLOGIES LIMITED at Cisco) via Net-snmp-users mailto:net-snmp-users@lists.sourceforge.net>> wro

Re: Reg AES128 Support with Netsnmp 5.7.3

2019-01-22 Thread Bill Fenner
> On Jan 22, 2019, at 12:26 AM, Kiran Kumar Pamula -X (kpamula - HCL > TECHNOLOGIES LIMITED at Cisco) via Net-snmp-users > wrote: > > Hi Experts, > > Could you please confirm if AES128 is fully supported with Net-snmp 5.7.3 Yes, it is. Did you configure the user to use AES on the agent side

Reg AES128 Support with Netsnmp 5.7.3

2019-01-21 Thread Kiran Kumar Pamula -X (kpamula - HCL TECHNOLOGIES LIMITED at Cisco) via Net-snmp-users
Hi Experts, Could you please confirm if AES128 is fully supported with Net-snmp 5.7.3 >From code references in Netsnmp 5.7.3, we see support exists, but when executing snmpwalk it fails in AES, rather it succeeds with DES as below: AES: (Doesn't Work) hostname# snmpwalk -v 3 -u SolarWi

Dual Interface Support for Net-SNMP - standard eth0 and custom interface

2018-12-21 Thread bob
ce (e.g. a tunnel interface). Does this sound possible, and what general direction would you recommend? It might be possible to not have a dual interface, but instead a device could have support for either wired eth0, or custom wireless, not that this makes the job

RE: Re: Encryption Support Not Enabled

2018-09-20 Thread Cecilia Newell
This was a very good suggestion to rule out issues with the OpenSSL version I was using, but unfortunately, it didn’t resolve the problem. From: Damien Garcia [mailto:damie...@googlemail.com] Sent: Monday, September 10, 2018 1:56 AM To: Cecilia Newell Subject: [External] Re: Encryption Support

Encryption Support Not Enabled

2018-09-05 Thread Cecilia Newell
l authPriv -a MD5 -A localadmin -x DES -X localadmin The result is: Encryption support not enabled. Snmpget: USM encryption error IP and OID are just fine, as V1 and v2 snmpget commands work and I get PDU status. Checking the tripp lite settings, the SNMP V3 protocol has been configured with

Snmpv3Dtls support in netsnmpj

2018-03-22 Thread chetan
I’m working on study to introduce Snmpv3Dtls protocol support in our Application I see there is a java based netsnmpj which supports Snmpv1 Snmpv2c and Snmpv3 protocols Do we have latest upgraded netsnmpj which can support Snmpv3Dtls Protocol?? -- regards, Chetan Kumar

how to resolve the "No support for any checked transport domain" error and other error as indicated

2017-12-05 Thread Young, YuanYuan
) Error opening specified endpoint "-" Server Exiting with code 1 While running my application, I got different types of errors: (See below for the application main()) No support for any checked transport domain Error opening specified endpoint "" NIOBE-MIB::interfaces

Does net-snmp support RFC3414

2017-08-22 Thread LUO James
Hi all I saw the USM module of net-snmp(v5.7) annotate code with RFC 2574, which is obsolete by RFC 3414, Could you help me confirm whether now the this module support rfc 3414 ? Thanks -- Check out the vibrant tech

Re: Integer64 support for memory OID 1.3.6.1.4.1.2021

2017-08-02 Thread Bill Fenner
48 AM, Kristin Thompson wrote: > Hello, > > Negative values are being returned for OID 1.3.6.1.4.1.2021.4 when we > have > 2TB RAM in a server (we have 3TB). > I understand from our ticket with Red Hat support that this is due to > these objects being Integer32 instead

Antw: Integer64 support for memory OID 1.3.6.1.4.1.2021

2017-07-17 Thread Ulrich Windl
>>> Kristin Thompson schrieb am 17.07.2017 um 18:48 in Nachricht : > Hello, > > Negative values are being returned for OID 1.3.6.1.4.1.2021.4 when we have >> 2TB RAM in a server (we have 3TB). > I understand from our ticket with Red Hat support that this is d

Integer64 support for memory OID 1.3.6.1.4.1.2021

2017-07-17 Thread Kristin Thompson
Hello, Negative values are being returned for OID 1.3.6.1.4.1.2021.4 when we have > 2TB RAM in a server (we have 3TB). I understand from our ticket with Red Hat support that this is due to these objects being Integer32 instead of Integer64. our values: UCD-SNMP-MIB::memTotalReal.0 = INTE

net-snmp 5.7.3 rfc support

2017-01-09 Thread Shaw, Randy
Does the current net-snmp, 5.7.3, support RFCs 4022, 4293, 4113, 2863, 3584, 3826, 5590, 2578, 2579, 2580? -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Query on Linux support of if-mib (old ifTable implementation vs new)

2016-11-08 Thread Murali Karicheri
Does Linux support if-mib (new version of ifTable) or do we have to use old version (mibII/interfaces? -- Murali Karicheri Linux Kernel, Keystone -- Developer Access Program for Intel Xeon Phi Processors Access to

About a specific MIB support

2016-09-21 Thread BYEONG-GI KIM
Hello. I'm a new who is getting started to learn the net-snmp. I have a question, does the net-snmp support a MIB defined RFC 7666 ( https://tools.ietf.org/html/rfc7666)? I found some related info. from https://github.com/michalklempa/net-snmp/blob/master/mibs/ianalist, but I'm not s

SNMPv3 support for IPV6

2016-08-10 Thread RAVI KUMAR
PrivPass => $hashVal{'privPW'}, SecLevel => $hashVal{‘secLevel’'); My second question is whether Net::SNMP package support S

Re: Support for more modern auth and priv algorithms

2016-04-12 Thread Bill Fenner
is seems to be the most up to date RFC on security in SNMP v3 but please > correct me if I'm wrong. > AES128 support is described in RFC3826, and SHA2 support is described in RFC7630. > I see from > http://www.net-snmp.org/wiki/index.php/Strong_Authentication_or_Encryption

Support for more modern auth and priv algorithms

2016-04-08 Thread Mark Reynolds
/wiki/index.php/Strong_Authentication_or_Encryption (last updated 2011) that work was started on implementing AES192 and 256 in NetSNMP but that it was never supported completely. Is this still the case? Can someone please clarify the current status of AES support in the latest Net SNMP? Is AES128 supported? Is it the

SNMP binaries with AES support

2016-03-18 Thread Webber, Steven D (AS)
Where can I download Net-SNMP binaries version 5.5 or later with AES support already compiled in. I'm not interested in trying to figure out how to compile it myself. Thanks Steven Webber Aerospace Systems Northrop Grumman Corp Office: (310) 812

AES256 support by DTLS

2016-01-14 Thread Pushpa Thimmaiah
Hi Folks, I am using SNMPv3/USM security system and it supports only AES, AES128. Does SNMPv3/TSM security system supports AES256? Thank you, Pushpa -- Site24x7 APM Insight: Get Deep Visibility into Application Performan

Need info regarding Context string support in SNMPv3 client version net-snmp-5.6.1.1

2015-12-14 Thread ABDUL MOIZ
packet from Client to Manager, the contextName value is shown as    Can anyone please let me know whether there is support for context string in SNMPv3 client version    net-snmp-5.6.1.1 Regards Abdul Moiz

Need info regarding Context string support in SNMPv3 client version net-snmp-5.6.1.1

2015-11-23 Thread ABDUL MOIZ
packet from Client to Manager, the contextName value is shown as    Can anyone please let me know whether there is support for context string in SNMPv3 client version     net-snmp-5.6.1.1 RegardsAbdul Moiz-- Go from

Re: SNMPv3 SHA support

2015-09-28 Thread Vijendra Agarwal (vijagarw)
Hi Wes, Thanks for reply, I get the SHA working on my setup. Actually I was using -3M and -3m for auth and priv pass. These were working only for MD5 and DES/AES protocol but not for SHA. Then I change the option from -3M to -m and -3m to -m and now all the combination of auth and priv pass are wo

SNMPv3 SHA support

2015-09-15 Thread Vijendra Agarwal (vijagarw)
Hi All, I am configuring my system for SNMPv3 support. I created the user with authProto as SHA and privProto as AES. The user get created successfully. When I am sending snmpwalk request with the above configured protocols I am getting output as "No Such Object available on this age

snmptrapd.exe (for windows platform) MySQL logging support

2015-08-14 Thread Ricardo Resina
manage it by logging the traps received in a MySQL Database, and I’m very interesting in it, but it seems that the binary files don’t support it. Is there any place where I can get the binary files that support the MySQL Logging? Can they be complied from the source code? How? I’ve been trying

RE: NetSNMP support on Solaris 11 (built on Solaris 10)

2015-07-22 Thread Taylor, Ben
Building net-snmp on Solaris 10, is supposed to be able to be used on Solaris 11. The only thing you may have to worry about is if underlying support packages change between Solaris 10 and Solaris 11, especially if there’s an API change. Ben From: Atul Thosar [mailto:atultho...@gmail.com

Re: Integer64 support?

2015-07-14 Thread Turbo Fredriksson
press the right buttons - Homer Simpson -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business

Re: Integer64 support?

2015-07-14 Thread Bill Fenner
on't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/__

Re: Integer64 support?

2015-07-14 Thread Turbo Fredriksson
ting via a roundhouse kick-based cryptosystem. -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on grow

Re: Integer64 support?

2015-07-14 Thread Bill Fenner
Although I'm not sure "Gauge32" is correct, but considering that > it returns the correct value... > SMI defines "Unsigned32" and "Gauge32" identically, so without a MIB loaded to distinguish, the command-line tool just reports Gauge32 since it has no way to

Re: Integer64 support?

2015-07-13 Thread Turbo Fredriksson
nsidering thatit returns the correct value... int64_to_i64.patch Description: Binary data pptest.sh Description: Binary data -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide

Re: Integer64 support?

2015-07-10 Thread Turbo Fredriksson
aster/BAYOUR-COM-MIB.txt#L2156-L2161-- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your busin

Re: Integer64 support?

2015-07-10 Thread Bill Fenner
*var_len = sizeof(c64);-vp->type = ASN_INTEGER64;+ vp->type = ASN_OPAQUE_I64; return ((unsigned char *) &c64); } #endif Thanks, Bill ​ On Thu, Jul 9, 2015 at 9:57 AM, Turbo Fredriksson wrote: > I've been trying to update my MIB to support the c

Re: correlation of MIB files and MIB support on SNMP agents

2015-07-10 Thread Martin T
sy as writing a script and telling snmpd to run it at > the appropriate time. > > Alan > > -Original Message- > From: Stuart Kendrick [mailto:stua...@alleninstitute.org] > Sent: Thursday, July 09, 2015 5:45 AM > To: Martin T > Cc: net-snmp-users@lists.sourceforge.net

Integer64 support?

2015-07-09 Thread Turbo Fredriksson
I've been trying to update my MIB to support the correct value of some of my pass_persist perl scripts, but I can't seem to get it to work.. I had to restort to using Integer32 and was hoping for the best, but now a user have created a ticket about this, so I figured I try again.

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Robson, Alan
drick [mailto:stua...@alleninstitute.org] Sent: Thursday, July 09, 2015 5:45 AM To: Martin T Cc: net-snmp-users@lists.sourceforge.net Subject: RE: correlation of MIB files and MIB support on SNMP agents I don't know -- you are roaming past my expertise level here. I look forward to hearing from so

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Jurkiewicz Jean-Marc
egards JMJ -Message d'origine- De : Martin T [mailto:m4rtn...@gmail.com] Envoyé : jeudi, 9. juillet 2015 15:58 À : Jurkiewicz Jean-Marc Cc : stua...@alleninstitute.org; net-snmp-users@lists.sourceforge.net Objet : Re: correlation of MIB files and MIB support on SNMP agents Hi, by SNMP agent I

Re: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Martin T
mented if > the EGP protocol is not implemented".. It make no sense to request ( per > SNMP) information about something that in not implemented. > > > > > > -Message d'origine- > De : Martin T [mailto:m4rtn...@gmail.com] > Envoyé : jeudi, 9. juillet 2015 11

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Jurkiewicz Jean-Marc
relation of MIB files and MIB support on SNMP agents One more question- how properly vendors usually keep the MIB files and MIB support on SNMP agent in correlation? I mean are there sometimes features listed in MIB files which actually are not present in device SNMP agent and the other way around?

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Jurkiewicz Jean-Marc
.net Objet : RE: correlation of MIB files and MIB support on SNMP agents I don't know -- you are roaming past my expertise level here. I look forward to hearing from someone more knowledgeable about this process. --sk -Original Message- From: Martin T [mailto:m4rtn...@gmail.com]

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Stuart Kendrick
: Thursday, July 09, 2015 2:08 AM To: Stuart Kendrick Cc: net-snmp-users@lists.sourceforge.net Subject: Re: correlation of MIB files and MIB support on SNMP agents One more question- how properly vendors usually keep the MIB files and MIB support on SNMP agent in correlation? I mean are there som

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Stuart Kendrick
users@lists.sourceforge.net Subject: Re: correlation of MIB files and MIB support on SNMP agents Thanks! By "imagine that developers instruct their SNMP agent to read the MIB file(s) and to implement what they see there" you mean that they probably use mib2c or similar utility to convert

Re: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Martin T
- > From: Martin T [mailto:m4rtn...@gmail.com] > Sent: Thursday, July 09, 2015 2:08 AM > To: Stuart Kendrick > Cc: net-snmp-users@lists.sourceforge.net > Subject: Re: correlation of MIB files and MIB support on SNMP agents > > One more question- how properly vendors usua

Re: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Martin T
One more question- how properly vendors usually keep the MIB files and MIB support on SNMP agent in correlation? I mean are there sometimes features listed in MIB files which actually are not present in device SNMP agent and the other way around? thanks, Martin On 7/9/15, Martin T wrote

Re: correlation of MIB files and MIB support on SNMP agents

2015-07-09 Thread Martin T
Thanks for excellent answer! Martin On 7/8/15, Stuart Kendrick wrote: > Yes, I understand the relationship between SNMP agents & MIB files in the > way you and DPS describe below. > > Rephrasing using my words: > > - Manufacturer decides to support, say, monitoring

RE: correlation of MIB files and MIB support on SNMP agents

2015-07-08 Thread Stuart Kendrick
Yes, I understand the relationship between SNMP agents & MIB files in the way you and DPS describe below. Rephrasing using my words: - Manufacturer decides to support, say, monitoring fan state. Let's take Cisco as an example - Cisco writes the CISCO-ENVMON-MIB file, including

correlation of MIB files and MIB support on SNMP agents

2015-07-08 Thread Martin T
Hi, I read a product pamphlet from DPS Telecom where they had following Q&A section: - Q: I want to use a device feature that isn’t described in the MIB. What can I do? A: You can ask the vendor to extend the MIB to include this feature. DPS Telecom has extended its MIB to support cl

Re: NetSNMP support on Solaris 11 (built on Solaris 10)

2015-06-16 Thread Ajit Ambekar
Hello, I don't have any experience with Solaris but Whatever your are doing (Building on 10 and run on 11) would work only sometimes not always. Further, this will not help you in finding if the expected dependencies are available or not and wont provide you the low level optimizations provided by

NetSNMP support on Solaris 11 (built on Solaris 10)

2015-06-16 Thread Atul Thosar
Hi All, >From archives/FAQ, I understood that the NetSNMP works/supported on Solaris 11 platform, but in our case, it's a bit different case. Currently, we build NetSNMP v5.1.1 on Solaris 10 (SunOS, sun4u, sparc) and it works well on Solaris 10 platform. We use Sun Studio 12 compiler. We would l

Re: Support of hash SHA256 from NetSnmp

2015-04-28 Thread Wes Hardaker
mand line arguements. > How about hash SHA2? Does NetSnmp support hash SHA256? SHA256 is not yet supported, but it should be in a future release as a patch to support it is being worked on. -- Wes Hardaker Parsons --

Support

2015-04-28 Thread Farooq, Muhammad Junaid
Hi I am willing to know that are you still providing the support or not ? Regards, Muhammad Junaid Farooq Analyst Software Engineer - NR IBEX Global - A TRG Company P: +1.202.289.9898 Ext: 8541 muhammadjunaid.far...@ibexglobal.com<mailto:muhammadjunaid.far...@ibexglobal.com> [Descr

Support of hash SHA256 from NetSnmp

2015-04-24 Thread Gerasimos Kouris
?? Or I should clarify it as AES128?? How about hash SHA2? Does NetSnmp support hash SHA256?If yes, on which version and how could I set it? RegardsGerry

Re: v5.7.3 configure fails with Perl support requires --enabled shared on FreeBSD 10.1

2015-01-19 Thread Sevan / Venture37
Reposting now that the Holidays are over. On 9 January 2015 at 17:58, Sevan / Venture37 wrote: > Hi, > I'm trying to build net-snmp 5.7.3 on FreeBSD 10.1 but the configure > stage fails with "Perl support requires --enable-shared" even though > --enable-shared is p

v5.7.3 configure fails with Perl support requires --enabled shared on FreeBSD 10.1

2015-01-09 Thread Sevan / Venture37
Hi, I'm trying to build net-snmp 5.7.3 on FreeBSD 10.1 but the configure stage fails with "Perl support requires --enable-shared" even though --enable-shared is passed to configure. I'm running a stock a release of FreeBSD/amd64 10.1 & attempting to build 5.7.3 from the

Using IPv6 - only transport, without MIB module support

2015-01-07 Thread Jakub Nadolski
Hi, I use net-snmp 5.4.1 and need to support IPv6 transport. And in the same time I don't want to include MIB modules for IPv6. My system does not support Net-SNMP implementation of most of the IP-related stuff, both IPv4 and IPv6. I have my own modules for the tables/scalars I need to su

Re: snmpset failes with Reason: notWritable (That object does not support modification) ...Even with rwcommunity permissions

2014-10-28 Thread Vipul Mehta
gt; I am trying to use netsnmp agent for publishing Statistics of my >> >> application on SNMP. >> >> >> >> My application will call snmpset to push the statistics in snmpd and >> >> the monitoring tool will pull statistics from snmpd. >> >> &

Re: snmpset failes with Reason: notWritable (That object does not support modification) ...Even with rwcommunity permissions

2014-10-27 Thread Pal
> >> >> My application will call snmpset to push the statistics in snmpd and >> >> the monitoring tool will pull statistics from snmpd. >> >> >> >> Problem is :: that snmp set fails with below error >> >> >> >> snmpset -v 2c -c w

Re: snmpset failes with Reason: notWritable (That object does not support modification) ...Even with rwcommunity permissions

2014-10-27 Thread Vipul Mehta
> the monitoring tool will pull statistics from snmpd. > >> > >> Problem is :: that snmp set fails with below error > >> > >> snmpset -v 2c -c writer 127.0.0.1 .1.3.6.1.4.1.99987.100 i 10 > >> > >> Error in packet. > >> Reason: notWrit

Re: snmpset failes with Reason: notWritable (That object does not support modification) ...Even with rwcommunity permissions

2014-10-27 Thread Pal
c -c writer 127.0.0.1 .1.3.6.1.4.1.99987.100 i 10 >> >> Error in packet. >> Reason: notWritable (That object does not support modification) >> Failed object: SNMPv2-SMI::enterprises.99987.100 >> >> >> Also when i fire snmpget >> >>

Re: snmpset failes with Reason: notWritable (That object does not support modification) ...Even with rwcommunity permissions

2014-10-27 Thread Vipul Mehta
1.3.6.1.4.1.99987.100 i 10 > > Error in packet. > Reason: notWritable (That object does not support modification) > Failed object: SNMPv2-SMI::enterprises.99987.100 > > > Also when i fire snmpget > > snmpget -v 2c -c writer 127.0.0.1 .1.3.6.1.4.1.99987.100 > SNMPv2-SMI

snmpset failes with Reason: notWritable (That object does not support modification) ...Even with rwcommunity permissions

2014-10-27 Thread Vipul Mehta
with below error snmpset -v 2c -c writer 127.0.0.1 .1.3.6.1.4.1.99987.100 i 10 Error in packet. Reason: notWritable (That object does not support modification) Failed object: SNMPv2-SMI::enterprises.99987.100 Also when i fire snmpget snmpget -v 2c -c writer 127.0.0.1 .1.3.6.1.4.1.99987.100 SNMPv2

Re: does net-snmp support AES-128 & SHA96

2014-09-24 Thread Bill Fenner
net-snmp supports RFC3414 (which defines HMAC-SHA-96) and RFC3826 (which defines CFB128-AES-128). Bill On Tue, Sep 23, 2014 at 6:35 AM, sarath azad wrote: > Hello, > > Could you please tell if net-snmp supports AES-1

does net-snmp support AES-128 & SHA96

2014-09-23 Thread sarath azad
Hello, Could you please tell if net-snmp supports AES-128 (128 bit encryption) and HMAC-SHA-96? I have used net-snmp 5.4.2.1 version and it supported AES and SHA, but I am not able to get information if it supports specifically 128 bit AES and HMAC-SHA-96. thanks and regards S Sarath --

Re: Support for ipv6AddrTable missing in Net-SNMP agent?

2014-08-21 Thread Bill Fenner
I like using '-OX' when I'm using snmpwalk to explore what a device implements. Then things like this become much more obvious, e.g., IP-MIB::ipAddressOrigin[ipv4]["127.0.0.1"] = INTEGER: manual(2) IP-MIB::ipAddressOrigin[ipv4]["172.18.16.10"] = INTEGER: manual(2) IP-MIB::ipAddressOrigin[ipv4]["1

Re: Support for ipv6AddrTable missing in Net-SNMP agent?

2014-08-21 Thread Roger Meier
Hi Bill Many thanks for the hint: We found the IPv6 addresses using the IP MIB "ipAddressTable". When we looked at it first, we were not aware that the IP addresses are coded into the dotted OID. Thus we oversaw it browsing through the snmpwalk output. Regards -- Roger -- terreActive AG

Re: Support for ipv6AddrTable missing in Net-SNMP agent?

2014-08-19 Thread Bill Fenner
I didn't realize there was any support for the historical IPV6 MIBs in net-snmp. However, you will find support for the IP-MIB ( http://www.net-snmp.org/docs/mibs/ip.html) and all of the information you're looking for should be there - ipv6InterfaceTable, ipAddressPrefixTable, ipAddress

Support for ipv6AddrTable missing in Net-SNMP agent?

2014-08-19 Thread Roger Meier
Hi SNMP users, It seems that the agent supports the ipv6Interfaces MIB, but not the ipv6AddrTable MIB. I tried this using the following versions: - Net-SNMP 5.7.2.1 on a home brewed Linux, the daemon built from source, - Net-SNMP 5.4.3 on Ubuntu, using the packages which come with 12.04. First

Patch: DB2 support for the check_sql active check

2014-07-15 Thread Troels Arvin
Hello, At http://troels.arvin.dk/code/check_mk/patches/check_sql-db2-support.patch I've provided a patch which adds DB2 support to the check_sql active check. I propose it for inclusion into check_mk. -- Regards, Troels Arvin http://troels.arv

Need help bringing up TLS v1.2 support

2014-04-08 Thread Stone, Thomas
I have an Ubuntu box running net-snmp 5.7.1 which I have modified to support ecdsa and sha384. I have an embedded application running net-snmp 5.6.1.1 which has had the same modification performed and openssl-1.0.1. The Ubuntu net-snmp is configured with the joe-cool certificates from the net

Minimal Module Support for SNMP Agent

2014-04-08 Thread Clay Sikes
ile? 2. One of the modules took out the community string support. When I issue a snmp command, I can enter anything for a community string and the command get accepted by the agent. What module(s) need to be added back in for community string support? 3. Soon, I'm going to need to

Minimal Module Support for SNMP Agent

2014-03-20 Thread Clay Sikes
ile? 2. One of the modules took out the community string support. When I issue a snmp command, I can enter anything for a community string and the command get accepted by the agent. What module(s) need to be added back in for community string support? 3. Soon, I'm going to need to

Re: Multi byte character support !!!

2014-02-03 Thread Wes Hardaker
Harish Jadhav writes: > My worry is on Asian languages where character typically gets stored in > multi bytes and am not sure how netsnmp stack behaves > in such cases like finding strlen or C pointer increments etc. So > thought of putting this question in forum so > I can get some pointers for

  1   2   3   4   5   6   7   >