Re: Need Help with my Table Iterator Sub-Agent

2023-01-06 Thread Ian C via Net-snmp-users
g)); // < HERE always ||        }        table_info  = netsnmp_extract_table_info( request );        switch (table_info->colnum) {             . . . SNIP! . . . Q: How am I screwing up the data_context? Q: Is it normal for the handler to only get c

Need Help with my Table Iterator Sub-Agent

2023-01-05 Thread Ian C via Net-snmp-users
" handler() dbg is |%s|\n", dbg)); // < HERE always ||        }        table_info  = netsnmp_extract_table_info( request );        switch (table_info->colnum) {             . . . SNIP! . . . Q: How am I screwing up the data_context? Q: Is it nor

Re: Request help with compiling for ARM

2022-02-16 Thread Bart Van Assche
On 2/16/22 12:57, raja vankam wrote: 1. ./configure command ./configure --with-enterprise-sysoid=.1.3.6.1.4.1.EID --with-enterprise-notification-oid=.1.3.6.1.4.1.EID  

Request help with compiling for ARM

2022-02-16 Thread raja vankam
Hi, I am aware that this is a special request to get help to compile Net-SNMP for ARM. Just to see if you have any suggestions to compile. Background: I am cross compiling Net-SNMP for a custom board with ARM processor from TI. Host Operating System for Compile: Ubuntu 16.04 Previously I had

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 your

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

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

2021-05-14 Thread Wes Hardaker via Net-snmp-users
Simone Moni writes: >         if ($request_info->getMode() == MODE_GET) { >             # ... generally, you would calculate value from oid >             if ($oid == new > NetSNMP::OID(".1.3.6.1.4.1.193.37.10.11.64.10.1.2.0")) { >             $request->setValue(ASN_OCTET_STR, $default_SP); >    

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 sourcecommunity

New integration: SNMP Trap help

2021-02-06 Thread Shilpi
to be net-snmp one. So then how do I send traps from the java executables? Can I send traps to net-snmp agent and that does forwarding? or should the trap to be sent to NMS only from SNMP4j code? So we need to go for sub agent? Any help is appreciated on this. Thanks & Regards, Shilpi Mitra &q

Need help in forwarding SNMPv3 informs with snmptrapd

2020-12-09 Thread Feroz
Hi, I want to forward snmp v3 INFORM from VM-1 to VM-2, here is my configuration on VM-1 and VM-2. I'm generating INFORM on VM1, destination being loopback address. Can someone help me with the configuration? I get "usm: Failed to find engine data." and snmptrad always

Help on using clientaddr for Ipv6 address

2020-02-29 Thread chandrasekharreddy c
code. I observed some code is missing for Ipv6 address in snmpUDPIPv6Domain.c I added the below code to snmpUDPIPv6Domain.c . But,I am getting bind is failing with an error (errno 99).Am I missed anything . Please help me to resolve this issue

Help with TSM configuration setup

2019-11-12 Thread Larry Hayes
Hello, I am using net-snmp 5.8 and trying to configure TSM. I worked through the examples and got them working. But I am confused about the snmpget example command: snmpget -v 3 --defSecurityModel=tsm -u joecool -l authPriv \ -T

Re: Need help building net-snmp perl modules on Windows

2019-07-20 Thread Bart Van Assche
On 7/20/19 2:34 AM, Joon du Randt wrote: I am trying to use net-snmp on Windows 10 with Perl. I tried downloading the binaries listed on the website, but couldn't make them work with my version of ActivePerl - the binaries I found need ActivePerl 5.10 and I am on Active Perl 5.26. When I tried

Need help building net-snmp perl modules on Windows

2019-07-20 Thread Joon du Randt
Hi All I am trying to use net-snmp on Windows 10 with Perl. I tried downloading the binaries listed on the website, but couldn't make them work with my version of ActivePerl - the binaries I found need ActivePerl 5.10 and I am on Active Perl 5.26. When I tried to change the PPD file and install

REQ: Configure options help

2019-07-03 Thread Krishna Vivek Vitta
Hi team, I have set the configure options with disable-agent but I see agent folder is building Net-snmp 5.8 cd ./../../contrib/net-snmp-5.8 && ./configure \ --without-perl-modules --disable-embedded-perl --disable-agent --disable-applications --disable-manuals --disable-scripts \

Re: Help required for "snmpwalk: Authentication failure "

2019-05-07 Thread Bill Fenner
nfigured (i.e. when snmpd > loads with the createUser lines). But it will happen after the first snmpd > restart. If I remove user Netscaler from the trap it works correctly. > > > > I am attaching the actual configuration files and the gdb script. > > > > Thanks, > > Pet

RE: Help required for "snmpwalk: Authentication failure "

2019-05-03 Thread Petros Tsampoukas
Vivek Vitta Sent: Τετάρτη, 1 Μαΐου 2019 1:16 μμ To: Bill Fenner mailto:fen...@gmail.com>> Cc: net-snmp-users@lists.sourceforge.net<mailto:net-snmp-users@lists.sourceforge.net>; Petros Tsampoukas mailto:petros.tsampou...@citrix.com>> Subject: RE: Help required for "snmpwalk:

RE: Help required for "snmpwalk: Authentication failure "

2019-05-01 Thread Krishna Vivek Vitta
+Petros to explain the problem in detail. Thank you Krishna Vivek From: Bill Fenner Sent: 29 April 2019 22:01 To: Krishna Vivek Vitta Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help required for "snmpwalk: Authentication failure " Hi Krishna, net-snmp 5.5 is 10

Re: Help required for "snmpwalk: Authentication failure "

2019-04-30 Thread Bill Fenner
t; > The below commands are internal to software. We have CLI tool to add snmp > users and config. > > add snmpuser name=test auth_password=testtest privacy_password=testtest > auth_protocol=SHA1 privacy_protocol=AES view_name=SNMP-View > security_level=authPriv > > add snmpvie

RE: Help required for "snmpwalk: Authentication failure "

2019-04-29 Thread Krishna Vivek Vitta
=SHA1 privacy_protocol=AES view_name=SNMP-View security_level=authPriv add snmpview name=SNMP-View subtree=1.3.6.1 type=Include Thank you Krishna Vivek From: Bill Fenner Sent: 29 April 2019 22:01 To: Krishna Vivek Vitta Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help required

Re: Help required for "snmpwalk: Authentication failure "

2019-04-29 Thread Bill Fenner
Hi Krishna, net-snmp 5.5 is 10 years old this year. 5.8 is the current release. That said, it might be possible to help you if you share the actual snmpd.conf files. You mention "add snmptrap dest_server=10.91.31.244 user_name=test dest_port=162 version=v3", but that is not how to

RE: Help required for "snmpwalk: Authentication failure "

2019-04-24 Thread Krishna Vivek Vitta
Any update on the behaviour ? Thank you Krishna Vivek From: Krishna Vivek Vitta Sent: 23 April 2019 11:43 To: net-snmp-users@lists.sourceforge.net Subject: Help required for "snmpwalk: Authentication failure " Hi expert, We have a case where snmpwalk fails after snmpv3 user is add

Re: Help understanding "OID not increasing"

2018-08-13 Thread Mark Gillott
On Thu, 2018-08-02 at 08:30 -0700, Bill Fenner wrote: > On Tue, Jul 24, 2018 at 4:20 AM Mark Gillott > mail.com> wrote: > > I have a generated a small enterprise MIB to represent some QoS > > objects > > (traffic classes, queue lengths, drops, tail drops, etc) for > > particular > > system. The

Re: Help understanding "OID not increasing"

2018-08-02 Thread Bill Fenner
On Tue, Jul 24, 2018 at 4:20 AM Mark Gillott wrote: > I have a generated a small enterprise MIB to represent some QoS objects > (traffic classes, queue lengths, drops, tail drops, etc) for particular > system. The whole thing is driven by a Perl pass-persist extension > script (using

Help understanding "OID not increasing"

2018-07-24 Thread Mark Gillott
I have a generated a small enterprise MIB to represent some QoS objects (traffic classes, queue lengths, drops, tail drops, etc) for particular system. The whole thing is driven by a Perl pass-persist extension script (using SNMP::Extension::PassPersist). With one exception it all works fine -

Help me answer few queries on Snmptrapd

2018-05-13 Thread Kaleemulla Sharief (kasharie)
Hi All, Can anyone help me answer few queries on using snmptrapd to log the incoming snmp v3 traps. 1. Is there an alternative way to support/authorize V3 traps apart from adding the entries in snmptrapd.conf to createuser with engine id, Auth and priv protocol and passwords. 2. Question

Fwd: Need help in setting the ip address from python using netsnmp module!

2017-11-14 Thread Karteek Challa
', Community='digi') print res o/p: (None,) But in the target machine, it is being set as 255.255.255.25. >snmpget -v 2c -c digi cs-101 .1.3.6.1.4.1.332.11.7.25.16.1.13.49 SNMPv2-SMI::enterprises.332.11.7.25.16.1.13.49 = IpAddress: 255.255.255.255 Could you please help in explaining how to

Help compiling Kerberos Security for SNMPv3

2017-08-18 Thread Matheus Alves
Hi Guys :D So, I'm trying to compile KSM for SNMPv3 but I'm stuck in some configurations, I guess. I'm using Centos7 and kerberos v5 on my machine and net-snmp-5.7.3.tar.gz (there's no .rpm for that version and the ksm of 5.7.2 seems to be broken). I used ./configure

Re: Help needed in making an AgentX subagent work...

2017-08-18 Thread jm . challier
Hi again Sorry to have bothered you - the solution was right in front of my eyes : You have to do "netsnmp_ds_set_boolean()" _before_ "init_agent()", not after... I got my callback at last, I can continue the coding... See you :-)

Help needed in making an AgentX subagent work...

2017-08-17 Thread Jean-Marc CHALLIER
alled" message... So... does anyone out there have a clue about what I am doing wrong ? ... or just a pointer on what to check ? I'm really lost there, so any help would be appreciated... --

RE: help

2017-08-15 Thread Vaysman, Marat
Thanks a lot for your help. Envoy this an SNMP agent and Development Framework included in VxWorks embedded system(it is could run on Unix and Windows as well). Emissary is MIB compiler which generates SNMP code helpful in implementation of MIB tables. Thanks again, Marat From: Bill

Re: help

2017-08-15 Thread Bill Fenner
On Tue, Aug 15, 2017 at 9:40 AM, Vaysman, Marat wrote: > Hi, > > > > I need to move agent MIB code which was originally implemented using > Tornado Envoy API and MIB Emissary compiler to Net-SNMP framework. I have > the following questions: > >1. Does Net-SNMP

help

2017-08-15 Thread Vaysman, Marat
-snmp agent? 2. Could I find any API that allow with minimal effort move all envoy MIBs implementation code base to net-snmp development framework? Any help will be appreciated. Thanks, Mark -- Check out the vibrant tech

help

2017-08-15 Thread Vaysman, Marat
-snmp agent? 2. Could I find any API that allow with minimal effort move all envoy MIBs implementation code base to net-snmp development framework? Any help will be appreciated. Thanks, Mark -- Check out the vibrant tech

help

2017-08-15 Thread Vaysman, Marat
-snmp agent? 2. Could I find any API that allow with minimal effort move all envoy MIBs implementation code base to net-snmp development framework? Any help will be appreciated. Thanks, Mark -- Check out the vibrant tech

help

2017-08-15 Thread Vaysman, Marat
-snmp agent? 2. Could I find any API that allow with minimal effort move all envoy MIBs implementation code base to net-snmp development framework? Any help will be appreciated. Thanks, Mark -- Check out the vibrant tech

Help writing a subagent

2017-08-10 Thread Bernardo Rodrigues
the "hands on" example: https://pastebin.com/upD0Sggv Can anyone help me? [1485168441010_logotipo.png] bernardo rodrigues Desenvolvedor de Hardware - Hardware Developer Tel: +55 (62) 39468060 Cel: +55 (62) 991829140 e-mail: bernardo.rodrig..

help with configuration.

2017-08-04 Thread George Papageorgakis
Hello, I have installed net-snmp on ubuntu 16.4 and it works fine with perl. However, when I tried to follow the tutorial on making a simple program http://www.net-snmp.org/wiki/index.php/TUT:Simple_Application I get and error when I use: gcc -o snmpdemoapp snmpdemoapp.o -lsnmp /usr/bin/ld:

Re: Need Help on Snmpv3 AES issue

2017-06-28 Thread Bill Fenner
If you are using "net-snmp-create-v3-user", then no. That would be a good feature request to file at https://sourceforge.net/p/net-snmp/feature-requests/new/ Bill On Wed, Jun 28, 2017 at 3:52 AM, Suhasini Katuri wrote: > Hi Bill, > > I've tried by adding rwuser

Re: Need Help on Snmpv3 AES issue

2017-06-28 Thread Suhasini Katuri
Hi Bill, I've tried by adding rwuser sukaturi priv manually to /usr/local/share/snmp/snmpd.conf, it is giving me expected results. Is there anyway (command) to get priv along with rwuser in /usr/local/share/snmp/snmpd.conf without editing it mannually. Thanks, Suhasini. On Tue, Jun 27, 2017

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Bill Fenner
On Tue, Jun 27, 2017 at 1:50 AM, Suhasini Katuri wrote: > Hi All, > > I've confgured a snmpv3 user with authentication of SHA and encryption of > AES and i tried to snmget on mib object of type sysuptime. As follows, > > i'm using centos and net-snmp version is 5.7.3,

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Suhasini Katuri
Hi Pushpa, Thanks for information. By looking at your mail, i got that for older branches it is working fine.Latest branches are failing. Does this fix integrate in future releases?. Can you please share exact version of net-snmp has a fix for it. Thanks, Suhasini. On Tue, Jun 27, 2017 at 4:22

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Suhasini Katuri
Hi Pushpa, Does anybody filed a bug for it in latest net-snmp version. If you know about that can you share those details. Thanks , Suhasini. On Tue, Jun 27, 2017 at 4:22 PM, Pushpa Thimmaiah < pushpa.thimma...@gmail.com> wrote: > Hi, > > I faced same behaviour too with latest(27/june/2017)

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Pushpa Thimmaiah
Hi, I faced same behaviour too with latest(27/june/2017) net-snmp-5.7.3.tar.gz --- *net-snmp-5.7.3* :~$ snmpwalk -v 3 -n "" -u initial -a MD5 -A "auth_pass" -x DES -X "priv_pass" -l authPriv 192.168.122.85

Need Help on Snmpv3 AES issue

2017-06-26 Thread Suhasini Katuri
Hi All, I've confgured a snmpv3 user with authentication of SHA and encryption of AES and i tried to snmget on mib object of type sysuptime. As follows, i'm using centos and net-snmp version is 5.7.3, [root@centOs67-9 ~]# snmpd -v NET-SNMP version: 5.7.3 Web:

help needed on net-snmp's snmptrapd issue

2017-03-30 Thread Song Song1 Han
Hi all, currently I am setting up a snmp trap server to do some testing on the snmp trap sending from our devices.. Snmp trap message can be received with �Cd option , but it seems snmptrapd didn’t process this message. And I got such errors with �CD. is there anything wrong or missed ? thanks

Re: IF-MIB query doesn't work on my board running net-snmp 5.7.3 - Help??

2016-11-12 Thread Bill Fenner
I think your problem is that you are trying to apply three different views to one group: #context sec.model sec.level match read write notif access MyROSystem "" any noauthexact system none none access MyROSystem "" any noauthexact intf none

IF-MIB query doesn't work on my board running net-snmp 5.7.3 - Help??

2016-11-09 Thread Murali Karicheri
Hi, Users, On 11/08/2016 10:18 AM, Murali Karicheri wrote: > Does Linux support if-mib (new version of ifTable) or do we have to use old > version (mibII/interfaces? > > >From the README.agent-mibs, I gather the following:- IF-MIB ifNumber.0 U $2 ~3.2O

Re: Need help with snmptrapd command

2016-07-19 Thread Hemanth Kumar
Lee, Thanks for the pointer ... as per the snmpcmd(1) documentation , the file is supposed to exist in the following path ... /usr/local/etc/snmp/snmp.conf or ~/.snmp/snmp.conf ... I don't see them ... guess will have to make one Will revert with the outcome once I try it out. -Hemanth On

Re: Need help with snmptrapd command

2016-07-19 Thread Lee
On 7/19/16, Hemanth Kumar wrote: > HI, > I am trying to figure out a way by which I can send following trap command > without adding/mentioning the port number. Set the port number in snmp.conf? defaultPort PORT defines the default UDP port that client

RE: Need help with snmptrapd command

2016-07-19 Thread Robson, Alan
net-snmp executable. Alan From: Hemanth Kumar [mailto:hemanthn...@gmail.com] Sent: Tuesday, July 19, 2016 5:20 AM To: net-snmp-users@lists.sourceforge.net Subject: Need help with snmptrapd command HI, I am trying to figure out a way by which I can send following trap command without adding

Re: Cross compiling for ARM need help

2016-04-27 Thread Thomas Stolt
Hi Tommy, yes please, I am very absolutely interested, I'd be very happy to read through everything that you can provide me! Thanks Thomas 2016-04-27 17:56 GMT+02:00 Lee, Tommy : > Thomas, > > > > I built Net-SNMP successfully last year. My target system is

RE: Cross compiling for ARM need help

2016-04-27 Thread Lee, Tommy
Thomas, I built Net-SNMP successfully last year. My target system is Marvell ARMADA A385 evaluation board. My host system is Ubuntu-14.04.3LTS. The tool I used was Buildroot-2015.05. If you are intrigued with my BKM (Best Known Method) I would like to share my Net-SNMP building experience

Re: Cross compiling for ARM need help

2016-04-27 Thread Thomas Stolt
Dear net-snmp community Andrew has very kindly tried to help me, but I haven't made much progress to be honest. So, after establishing, that I am missing the libpcre library, I tried to compile that library from source, hitting yet another error (to do with "./.libs/libpcre.so: error a

Re: Cross compiling for ARM need help

2016-04-24 Thread Thomas Stolt
t; *make[1]: Verzeichnis »/home/crayfish/code/agent« wird verlassen* > *make: *** [subdirs] Fehler 1* > > *I have tried a number of things (guess work really), also the option > --without-pcre does not help.* > > *Any ideas please? I am at a loss now.* > > > *Thanks*

Re: Cross compiling for ARM need help

2016-04-24 Thread Andrew
ption --without-pcre does not help.* * * *Any ideas please? I am at a loss now.* * * * * *Thanks* * * -- Find and fix application performance issues faster with Applications Manager Applications Manager provides

Cross compiling for ARM need help

2016-04-24 Thread Thomas Stolt
e[1]: *** [snmpd] Fehler 1* *make[1]: Verzeichnis »/home/crayfish/code/agent« wird verlassen* *make: *** [subdirs] Fehler 1* *I have tried a number of things (guess work really), also the option --without-pcre does not help.* *Any ideas please? I am at a loss

Re: HELP !!! I'm buried in noise!!

2016-04-21 Thread Dan Miller
On 04/21/16 13:42, Wes Hardaker wrote: RFC3414 is indeed the exact document you need to read if you're implementing things by hand. Though I might wonder why you're implementing it by hand rather than using something existing (since you're already using net-snmp).

Re: HELP !!! I'm buried in noise!!

2016-04-21 Thread Jeroen van Ingen
Hi Dan, Maybe I'm misinterpreting your question, but doesn't RFC 3414 (https://tools.ietf.org/html/rfc3414) include the details that you're looking for? -- With kind regards, Jeroen van Ingen Software Developer Quarantainenet BV www.quarantainenet.nl On 21-04-16 17:23, Dan Miller wrote:

Re: HELP !!! I'm buried in noise!!

2016-04-21 Thread Dan Miller
hmmm... maybe so... thank you; I'll study this... On 04/21/16 10:08, Jeroen van Ingen wrote: Hi Dan, Maybe I'm misinterpreting your question, but doesn't RFC 3414 (https://tools.ietf.org/html/rfc3414) include the

Re: HELP !!! I'm buried in noise!!

2016-04-21 Thread Dan Miller
Hi hwhr, thanks for your response... Actually, I know about openssl, and snmpd.conf.  What I need to accomplish, though, is to manually implement snmp v3 message parsers and generators in C, for an embedded system.  I was originally

HELP !!! I'm buried in noise!!

2016-04-20 Thread Dan Miller
First of all, my company makes satellite radios, and I implemented SNMP support (v1, v2) for our radios and switches, which use an SoC based on ARM9 processor.  I did this by using net-snmp utilities to talk to snmpd, capturing packets in WireShark, and

help on setup of snmpv3 / dtls?

2016-03-22 Thread - -
Hi --- setting up v3 using TSM, and having a bit of a hard time with tutorial and other doc material. I'm unclear about the mapping of username (such as the CN from the client cert) and the security name, and when I try the tutorial examples, I get "-T is no longer used, use TRANSPORT:HOST"

RE: Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MIBs.

2015-08-12 Thread Chauhan, Pushpendra Sin
Thanks Ajit for help I will try API in code and test. From: Ajit Ambekar [mailto:007aji...@gmail.com] Sent: Wednesday, August 12, 2015 3:29 PM To: Chauhan, Pushpendra Sin Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help regarding - tracing NETSNMP v3 and OID to Textual conversion

Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MIBs.

2015-08-12 Thread Chauhan, Pushpendra Sin
Hi All, We have an application which receive and process trap using NET-SNMP library. We are facing challenges to know the reasons of failure conditions. We would like to know if there are API's to get the error code for below scenario or can these API's be provided: - When a v3 trap

Re: Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MIBs.

2015-08-12 Thread Ajit Ambekar
Hi, You can use the API snmp_set_do_debugging(1), and check for possible packet drop errors. On Wed, Aug 12, 2015 at 3:02 PM, Chauhan, Pushpendra Sin pushpendra.sin.chau...@hp.com wrote: Hi All, We have an application which receive and process trap using NET-SNMP library. We are facing

[Help] How to compile net-snmp-5.0.8 with 64bit option on AIX(5.3.0).

2015-07-29 Thread Sangyeol Lee
Hello! On AIX 5.3.0 server, I hava tried to build the net-snmp-5.0.8 with 64bit option as below, but failed! I guess that I have used incorrect configuration option or the AiX 64bit version is not supported. Can I receive the guide or information to solve the this error(64 bit compile error)?

Custom global snmp responses help

2015-03-17 Thread Jeff Sadowski
Can snmpd give custom responses to a non authenticated client? I would like it when I do snmpgetnext -v1 -On -c public 127.0.0.1 1.3.6.1.4.1.2699.1.2 that I get .1.3.6.1.4.1.2699.1.2.1.1.1.0 = STRING: en-US as a response. I have read the manual but it is unclear to me how to implement this

Need help - Compiling the MIB file

2015-02-26 Thread Amit Tomer
I'm trying to compile a MIB file using mib2c and for the same followed the below steps #export MIBS=+IPL-MIB #snmptranslate -IR iplMIB Unknown object identifier: iplMIB I have created the IPL-MIB taking example of IP-MIB found as sample in net-snmp-5.7.2 package. IPL-MIB DEFINITIONS ::= BEGIN

snmpset timeout, but did work, help with debug traces

2014-12-18 Thread Francois Bouchard
dumpv_recv:Integer:5 (0x05) () Any help on why the Agent does not respond ? Thanks, Francois -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your

Re: Help in configuring users in DTLS

2014-11-11 Thread Dharm S
this i uncomment peerCert and localCert in snmp.conf, and I am able to get the output using just snmpget dtlsudp:localhost:10161 sysContact.0 Can anyone help me in understanding what makes it read while modifying snmp.conf when snmpd is running and it doesnt read the fingerprints as required

Help in configuring users in DTLS

2014-11-09 Thread Dharm S
anyone help me in understanding what makes it read while modifying snmp.conf when snmpd is running and it doesnt read the fingerprints as required with initial configuration

Please help me in understanding the strange behaviour with my subagnet.

2014-07-21 Thread karteek.challa
I have a strange behavior with the subagent. Trying to understand from past 2 months. Solving this issue is very important to me. Please help friends. My subagent is receiving huge number of continuous snmpget and snmpset requests. At a certain point I noticed the below observation from

RE: Please help me in understanding the strange behaviour with my subagnet.

2014-07-21 Thread karteek.challa
Please ignore my previous query... This is the latest one. I have a strange behavior with the subagent. Trying to understand from past 2 months. Solving this issue is very important to me. Please help friends. My subagent is receiving huge number of continuous snmpget and snmpset requests

Need help loading and traversing MIBs

2014-05-21 Thread Odiee47 .
Hi, I am trying to build an agent that could load specified MIBs and then query selected values. But when I try to print mib information via print_mib my application crashes. I'm using this code to load MIB netsnmp_init_mib(); read_all_mibs(); snmp_set_mib_warnings(2); //struct tree *tr =

Re: help

2014-05-08 Thread M.AMJAD
Hi,     i am trying to use experimental , but how to use (add) a personal number that you told me, please. for example i want to use 1.3.6.1.3.55 , so how to use 55 accessible, output is as follows, [root@localhost amjid]# snmpwalk -v 1 -c public localhost 1.3.6.1.3 End of MIB

Re: help

2014-05-07 Thread Bill Fenner
On Wed, May 7, 2014 at 1:39 AM, Fredrik Björk f...@skulle.se wrote: Hi! Why would you need a PEN at all? You can always use the experimental tree, starting with .1.3.6.1.3. in the OID. You can then use a personal number that is meaningful to you. The experimental tree is a little like

Re: help

2014-05-07 Thread Fredrik Björk
Hi! Sorry about that! You learn something new every day: ...the experimental subtree { iso 3 6 1 3 } is used to identify objects that are under development in the IETF. So I'll have to correct myself and ask a followup question: Is there an OID tree for personal use like the 192.168.x.x

help

2014-05-06 Thread M.AMJAD
Respected,     I am a research student and new to snmp, want help plz. CAN I USE (register) MY PEN (Private Enterprise Number) without creating my own MIB, HOW? If it is not possible, give me a template (example) MIB to change just to insert my PEN in that and use it, i

help needed, pleaseeeeeeee

2014-05-06 Thread M.AMJAD
Respected,     I am a research student and new to snmp, want help plz. CAN I USE (register) MY PEN (Private Enterprise Number) without creating my own MIB, HOW? If it is not possible, give me a template (example) MIB to change just to insert my PEN in that and use it, i

Re: help

2014-05-06 Thread Fredrik Björk
: Respected, I am a research student and new to snmp, want help plz. CAN I USE (register) MY PEN (Private Enterprise Number) without creating my own MIB, HOW? If it is not possible, give me a template (example) MIB to change just to insert my PEN in that and use it, i will be very

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

Re: HELP

2014-03-10 Thread Wes Hardaker
M.AMJAD amji...@yahoo.com writes: i have received a PEN (Private Enterprise Number) from IANA which is 1.3.6.1.4.1.43120, by default i have mib2 installed with net-snmp in CentOS, i need help how to download private or experimental MIBs so that i can use my private OID 43120 with get command

HELP

2014-03-02 Thread M.AMJAD
Respected All,     i have received a PEN (Private Enterprise Number) from IANA which is 1.3.6.1.4.1.43120, by default i have mib2 installed with net-snmp in CentOS, i need help how to download private or experimental MIBs so that i can use my private OID 43120 with get

Re: FW: Does net-snmp support the diffie-helman's MIB? Help please

2013-12-14 Thread David Ganor
/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB Bad parse of OBJECT-IDENTITY: At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB snmpusm: Can't get diffie-helman exchange from the agent (maybe it doesn't support the SNMP-USM-DH-OBJECTS-MIB MIB) Thanks David for your help, do

FW: Does net-snmp support the diffie-helman's MIB? Help please

2013-12-12 Thread Marcelo Venegas
(maybe it doesn't support the SNMP-USM-DH-OBJECTS-MIB MIB) Thanks David for your help, do you know what's wrong with the agent? I need to execute the changekey command, and make that MIB works with the agent, please if you

Does net-snmp support the diffie-helman's MIB? Help please

2013-12-11 Thread Marcelo Venegas
Please I hope someone can help me it's very urgent... I've searched this in internet and the answers are too old (2006), I need to know something current. Can someone tell me if in the latest version of NET-SNMP (5.7.2) is supported the SNMP-USM-DH-OBJECTS-MIB? I need to execute the snmpusm

Re: Does net-snmp support the diffie-helman's MIB? Help please

2013-12-11 Thread David Ganor
). If you get a no such object error, probably the MIB is not loaded... HTH, David Ganor On 11/12/2013 10:00, Marcelo Venegas wrote: Please I hope someone can help me it's very urgent... I've searched this in internet and the answers are too old (2006), I need to know something current. Can

RE: SNMP Trap Help

2013-11-04 Thread David Ganor
in any of these folders, the error should be resolved Regards, David Ganor From: Farooq Hussain [mailto:farooqhussain...@gmail.com] Sent: Monday, November 04, 2013 7:52 AM To: net-snmp-users@lists.sourceforge.net Subject: SNMP Trap Help Dear All, I am new to SNMP world. I would

SNMP Trap Help

2013-11-03 Thread Farooq Hussain
help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https

Re: Help on Net-SNMP over TLS configuration (snmpd.conf and snmptrapd.conf)

2013-10-03 Thread M. A. Arefin
connections? - Arefin -- M. A. Arefin 240.401.7074 (cell) -- M. A. Arefin 240.401.7074 (cell) -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips

Help on Net-SNMP over TLS configuration (snmpd.conf and snmptrapd.conf)

2013-10-01 Thread M. A. Arefin
someone provide working examples of snmpd.conf and snmptrapd.conf for (D)TLS connections? - Arefin -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips

Re: Help on Net-SNMP over TLS configuration (snmpd.conf and snmptrapd.conf)

2013-10-01 Thread M. A. Arefin
someone provide working examples of snmpd.conf and snmptrapd.conf for (D)TLS connections? - Arefin -- M. A. Arefin 240.401.7074 (cell) -- October Webinars: Code for Performance Free Intel webinars can help you

Help Needed

2013-08-20 Thread Srinivasa Rao Katta
Hi Folks, Good Afternoon. I am hoping sending this information to one of the net-snmp developers or users. I have installed net-snmp 5.7.2 on Sparc Solaris 10 and I was seeing following error message in the /var/log/snmpd.log. File system /Zones3 was 3.0 TB size. Could you

Need help getting int64 and uint64 read/write vars working correctly with AgentX subagent

2013-08-12 Thread rkj
I am working on an AgentX subagent that will use my own explicit OID handlers. I am using net-snmp version 5.7.2 under x86_64 Linux. I need to support read/write variables of standard types like integer, unsigned integer, strings, etc. as well as non-standard types such as float, double,

Help with installation in a 64-bit host

2013-08-10 Thread Marcelo .
I'm not really sure if I'm doing ok sending this e-mail or I have to post my question somewhere else, I'm new here, sorry any inconvenience. Anyway, I’m doing some tests using snmpv3 in my Ubuntu host for a university project, I need to install NET-SNMP in my Windows 7 too. In the download

Need help building with pkcs

2013-07-09 Thread Gowtham T
Hi All, I am compiling net-snmp 5.7.2 using --with-pkcs configure option. But the libnetsnmp.so.30.0.2 library does not link libpkcs11.so. It is using libcrypto instead. Is this a known issue? $ ldd libnetsnmp.so.30.0.2 libkstat.so.1 = /lib/libkstat.so.1

Help needed in net-snmp 5.7.1 using DTLS

2013-02-12 Thread B Sreekanth
;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; . failed rfc5343 contextEngineID probingsnmpget: Timeout (Sub-id not found: (top) -gt; sysContact)nbsp;server@visakhagt; Can you please help us

Meaning of flags fields to create a row in a table - need help.

2012-11-22 Thread Helcio Silva
Hi, gentlemen. I have a table with a row composed by following columns: - name (OCTET STRING, index) - score (INTEGER) - status (RowStatus) I am using mib2c with mfd.conf option to create skeleton files. One of structures created is shown below: -- typedef struct

snmpd.conf: need help for trigger traps

2012-09-19 Thread Jatin Bodarya
-Original Message- From: Jatin Bodarya [mailto:jatin.boda...@elitecore.com] Sent: 18 September 2012 18:59 To: 'net-snmp-cod...@lists.sourceforge.net' Subject: snmpd.conf: need help for trigger traps Hello sir, In my snmpd.conf file following lines are generating a trap after 25

  1   2   3   4   5   6   7   8   9   10   >