Need help with netsnmp release

2024-12-19 Thread Amber Bhardwaj via Net-snmp-users
Hello, I am planning to use the Net SNMP v5.9.4 version. However, I cannot find the release frequency or support period. Please let me know if anyone has any information. Thanks, Amber -- This electronic communication and the information and any files transmitted with it, or attached to it, a

Re: Need Help with my Table Iterator Sub-Agent

2023-01-06 Thread Ian C via Net-snmp-users
RESOLVED BY implementing make_data_context     iinfo->make_data_context = context_convert_function; . . .     void * context_convert_function( void *loop_context, netsnmp_iterator_info *iinfo )    {        Context_Data *datactx = SNMP_MALLOC_TYPEDEF(Context_Data);         if (!datactx)       

Need Help with my Table Iterator Sub-Agent

2023-01-05 Thread Ian C via Net-snmp-users
I have a sub-agent which I'm hoping will handle snmpwalk requests.  Presently what is happening is that my get_first_data_point() reads a file (a QNX PPS object to be specific), each line in the file represents on table row. Each line is json-formatted and gets parsed to the field level.  Rea

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 quest

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\snmp

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 core-dumps. with this 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 to

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 th

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

2017-11-14 Thread Karteek Challa
Hi, I am finding difficulty in setting the ip address from python script using netsnmp module. Code is as below: #!/usr/bin/env python import netsnmp oid = netsnmp.Varbind('.1.3.6.1.4.1.332.11.7.25.11.1.24.1','10.0.0 .0','IPADDRESS') res = netsnmp.snmpget (oid, Version = 2, DestHost = 'cs-101',

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 sukaturi priv manually to > /

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 at

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, > > [root@centOs67-9 ~]# sn

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) ne

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 iso.3.6.1.2

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: http://www.net-s

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 Hemanth Kumar
> information added. Put the snmptrap shell script somewhere in the path > ahead of the real net-snmp executable. > > > > Alan > > > > *From:* Hemanth Kumar [mailto:hemanthn...@gmail.com] > *Sent:* Tuesday, July 19, 2016 5:20 AM > *To:* net-snmp-users@lists.sourc

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 SNMP applications will

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

Need help with snmptrapd command

2016-07-19 Thread Hemanth Kumar
HI, I am trying to figure out a way by which I can send following trap command without adding/mentioning the port number. The receiver is receiving the trap when the custom port number is mentioned snmptrap -v 2c -c rscommunity :166 "" TRAP-TEST-MIB::demotraps SNMPv2-MIB::sysLocation.0 s "some mes

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 Marvell > ARMADA A385 evaluation boa

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 with

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 adding symbol

Re: Cross compiling for ARM need help

2016-04-24 Thread Thomas Stolt
Ok, I accept that. My next question would then be: "How do I compile the libpcre for that target?". Sorry, I am not very good at this! Thanks! 2016-04-24 19:57 GMT+02:00 Andrew : > You have no libpcre compiled for target... > > > 24.04.2016 19:30, Thomas Stolt пишет: > > Hi net-snmp Experts >

Re: Cross compiling for ARM need help

2016-04-24 Thread Andrew
You have no libpcre compiled for target... 24.04.2016 19:30, Thomas Stolt пишет: Hi net-snmp Experts I am trying to compile the net-snmp agent for an STB, based on ARM processor (VU+ Solo 4K). I can successfully compile the agent when choosing "--mini-agent", but to make sense I would need t

Cross compiling for ARM need help

2016-04-24 Thread Thomas Stolt
Hi net-snmp Experts I am trying to compile the net-snmp agent for an STB, based on ARM processor (VU+ Solo 4K). I can successfully compile the agent when choosing "--mini-agent", but to make sense I would need the agent to support the MIBs as well (host, if, etc). Here is what I did so far: On my

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 ::= BEGI

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 = n

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-

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, int6

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 libcrypto.so.

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 mySimpleTable

snmpd.conf: need help for trigger traps

2012-09-18 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 tra

Need help for adding my own MIB

2012-09-13 Thread avihai marchiano
Hi, I want to have a simple string mib that just allow me to call to snmpget and snmpset. no need in hadlers... After lot of playing the simplest way that i found is to define the MIB and to add a class with init and this impl:     const oid open_connections_list_oid[] = { 1, 3, 6, 1, 4, 1, 807

Need help with snmptt match syntax -> Comprehension Question

2012-08-28 Thread john meyer
Hello guys I have been distressed with the match configuration for my 1-wire sensor system. so i may someone could help: The snmptt.conf looks like this: EVENT tempOWSERVER .1.3.6.1.4.1.31440.0.6 "Status Events" Testing FORMAT Airflow EXEC /usr/local/nagios/libexec/submit_check_result localhost

Re: Need Help regarding net-snmp memory leak and crash

2012-07-20 Thread Dave Shield
On 13 July 2012 13:26, Adarsha S wrote: > In one of my project I'm using net-snmp-5.3.0.1. That's a relatively old version of the agent (more than six years!) It's also a very early version of the 5.3.x line - there have been several updates to that line since (and it's no longer being supported

Need Help regarding net-snmp memory leak and crash

2012-07-13 Thread Adarsha S
r if i select router list field and before the complete data is fetched i would click on AP's field. Because of which the request related to previous click would have masked before processed.So the PDU sent as bulk read would have not got processed and hence memory leak is happening. I need hel

Need help with installing net-snmp 5.7.1 on aix

2012-06-12 Thread Simon Gao
Hi I am having trouble installing net-snmp 5.7.1 on aix.When I configure and make there is no problem. However I got to the make install step I get this: # make install creating directory /usr/local/include/net-snmp libtool: install: ./install-sh -c -m 644 ./include/net-snmp/version.h

Re: Hi :) need help for configuration of snmpd.conf

2012-04-22 Thread David Sastre Medina
On Fri, Apr 20, 2012 at 02:53:20PM +0200, Geoffrey Fournier wrote: > Hi :) > I am a beginner in snmp management. I try to make a simple connection > between two computer (ubuntu) thanks to an ethernet communication > (cross-wire). I would like to know how i have to configure the superviser > and th

Hi :) need help for configuration of snmpd.conf

2012-04-20 Thread Geoffrey Fournier
Hi :) I am a beginner in snmp management. I try to make a simple connection between two computer (ubuntu) thanks to an ethernet communication (cross-wire). I would like to know how i have to configure the superviser and the receiver of the command. I try to follow all the existing link but when i

need help

2011-06-01 Thread Umesh Kumar L.R
Hi all, I would like to know how the Net-SNMP source code works internally, what all the codes refered when an snmp command comes please share me if anyone have any document or flow chart regarding the same Thank you. ---

NEED HELP to connect net-snmp to another agent

2011-05-05 Thread Umesh Kumar L.R
Hi all, I have installed net-snmp-5.6.1 on two machines, and i need to qurery one machine from another to get the information. I edited both systems snmpd.conf to accept request each other using command ''community test 199.63.72.86 READ'' but i get ''Time out, no response'' so please help me how t

need help manage users on server side

2011-03-15 Thread Naama Bar Menachem
Hi I know of 2 ways to manage users in snmp (add, delete, change password). 1) nmpusm + snmpvacm 2) manually edit snmpd.conf file I have security issues with both ways (on server side): 1) I am planning to call these applications from server code, using system call. Each

Re: need help

2011-02-07 Thread Wes Hardaker
> On Tue, 1 Feb 2011 13:25:05 +0700, "Chandra Gupta" > said: CG> I have install net-snmp on Redhat Enterprise Linux 5.5 using command CG> $ ./configure CG> $ make CG> $ make install CG> And I can't found snmp service on Redhat Enterprise Linux after CG> installing,I've tried command l

Re: need help

2011-02-01 Thread Ashwin Kumar
t; > On Tue, Feb 1, 2011 at 11:55 AM, Chandra Gupta < > chandr...@techno9indonesia.com> wrote: > >> Dear, >> >> >> >> Hello ..need help…I’m really newbie for using net-snmp. >> >> >> >> I have install net-snmp on Redha

Re: need help

2011-02-01 Thread Ashwin Kumar
Dear Gupta, Please check http://chariotofdreams.blogspot.com/2010/04/howto-net-snmp-package-1.html On Tue, Feb 1, 2011 at 11:55 AM, Chandra Gupta < chandr...@techno9indonesia.com> wrote: > Dear, > > > > Hello ..need help…I’m really newbie for using net-snmp. > >

Re: need help

2011-02-01 Thread rakesh zingade
execute following command snmpd -f -Le -C -c or just execute snmpd read man snmpd for more info On Tue, Feb 1, 2011 at 11:55 AM, Chandra Gupta < chandr...@techno9indonesia.com> wrote: > Dear, > > > > Hello ..need help…I’m really newbie for using net-snmp. > >

need help

2011-02-01 Thread Chandra Gupta
Dear, Hello ..need help.I'm really newbie for using net-snmp. I have install net-snmp on Redhat Enterprise Linux 5.5 using command $ ./configure $ make $ make install And I can't found snmp service on Redhat Enterprise Linux after installing,I've tried command like $ service

Re: NEED HELP IN SNMP PROGRAMMING

2011-01-28 Thread Fulko Hew
On Fri, Jan 28, 2011 at 3:38 AM, hello hi wrote: > HI Friends, > > i want know few terminologies (in programmatic way) used in SNMP > > 1. iftable > 2.iftype > 3.ifindex > 4.MODULE-IDENTITY > 5.OBJECT-IDENTIFIER > 6.ifentry > > can you please explain these things by creating a IFTable as a example

NEED HELP IN SNMP PROGRAMMING

2011-01-28 Thread hello hi
HI Friends, i want know few terminologies (in programmatic way) used in SNMP 1. iftable 2.iftype 3.ifindex 4.MODULE-IDENTITY 5.OBJECT-IDENTIFIER 6.ifentry can you please explain these things by creating a IFTable as a example. I really in need of the these. suggest any RFCs & Documents which wi

Re: {SPAM iC}send trap when I want to trigger it need help!

2010-08-02 Thread Dave Shield
On 30 July 2010 03:27, Alexander King wrote: > my team leader want to call my function send the trap, > so I want to know whether has a function can send trap when I call it. You have exactly such a function listed below (uitJBODPowerATraps) When your agent needs to generate this trap, it can i

send trap when I want to trigger it need help!

2010-07-29 Thread Alexander King
Hi Dave: I can hardly caught you what your meaning about " Try registering a routine using snmp_register_callback()",I am sorry,I read the vacm_conf.c file wholely,I found nothing I need,yes, I am nothing on it. In my prototype snmptrapd ,I implemented send trap routine like follows: ini

Re: Need help with snmpwalk, etc - multiple source interfaces or ipaddresses

2010-07-06 Thread Dave Shield
On 6 July 2010 14:18, srenivasan rs wrote: > Is there any way I can specify the source interface-name/ip-address while > using tools like snmpwalk, snmpget, etc? $ man snmp.conf clientaddr [:] specifies the source address to be used by command-line applications

Need help with snmpwalk, etc - multiple source interfaces or ipaddresses

2010-07-06 Thread srenivasan rs
Hi, I have multiple interfaces(lan0 - 1.1.1.1, lan1 - 2.2.2.2, lan2 - 3.3.3.3) in my HPUX machine. Is there any way I can specify the source interface-name/ip-address while using tools like snmpwalk, snmpget, etc? Thanks in advance, R Srinivasan

need help on netsnmp_table_row_add_index()

2010-02-25 Thread rakesh zingade
Hi, I have generated code using mib2c.create-dataset.conf for my GetCurrentAlmTable. The table has 3 columns and 1 index of type ASN_OBJECT_ID, I have used netsnmp_table_row_add_index() function to add index of type ASN_OBJECT_ID. sample code: static oid LOSAlarm_oid[

RE: need help in getting V3users added to persistent snmpd.conf

2009-12-18 Thread Mike Ayers
> From: bheemesh v [mailto:bheem...@gmail.com] > Sent: Friday, December 18, 2009 2:25 AM > Currently i have configured persistent snmpd.conf to my own directory > path, and whenever i add v3 users, the same is not appearing in the > snmpd.conf in the persistent directory configured. > > I get a s

need help in getting V3users added to persistent snmpd.conf

2009-12-18 Thread bheemesh v
Hello, Currently i have configured persistent snmpd.conf to my own directory path, and whenever i add v3 users, the same is not appearing in the snmpd.conf in the persistent directory configured. I get a snmpd.conf as below: # net-snmp (or ucd-snmp) persistent data file. # ##

need help building 5.5 under osx

2009-12-14 Thread Richard Lloyd
I've been trying to build net-snmp v5.5 under Mac OSX 10.5.8. I've followed the instructions for the leopard build and have configured and made the executable. Unfortunately, I cannot pass any of the tests as running snmpd produces the following error: -- agent/snmpd --version dyld:

Need Help. How to use mib2c?

2009-11-04 Thread Pramoda M. A
Hi All, I have one mib file and I have to generate C code for that. I have followed these steps 1. got the sources and others 2. ./configure 3. make 4. make install After these, created a 'mibs' directory in /use/local/share/snmp/ and copied my mib file to there. (say file test.mib) But, mib2c

RE: Need help on snmpv3 AuthPrev trap

2009-09-22 Thread Gaikwad, Rupesh
: Mike Ayers Cc: Gaikwad, Rupesh; net-snmp-users@lists.sourceforge.net Subject: Re: Need help on snmpv3 AuthPrev trap >>>>> On Wed, 16 Sep 2009 12:49:41 -0700, "Mike Ayers" >>>>> said: >> Actually, I am trying with a perl script directly to decrypt t

Re: Need help on snmpv3 AuthPrev trap

2009-09-22 Thread Wes Hardaker
> On Wed, 16 Sep 2009 12:49:41 -0700, "Mike Ayers" > said: >> Actually, I am trying with a perl script directly to decrypt the >> incoming encrypted data by using MA> If you are using net-snmp tools, they will decrypt the data for you. MA> If you are not using net-snmp tools, go away.

RE: Need help on snmpv3 AuthPrev trap

2009-09-16 Thread Mike Ayers
> From: Gaikwad, Rupesh [mailto:rupesh_gaik...@bmc.com] > Sent: Tuesday, September 15, 2009 10:21 PM > Actually, I am trying with a perl script directly to decrypt the > incoming encrypted data by using If you are using net-snmp tools, they will decrypt the data for you. If you are not

RE: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Gaikwad, Rupesh
009 9:40 PM To: Gaikwad, Rupesh Cc: Mike Ayers; net-snmp-users@lists.sourceforge.net Subject: Re: Need help on snmpv3 AuthPrev trap >>>>> On Tue, 15 Sep 2009 15:05:10 +0530, "Gaikwad, Rupesh" >>>>> said: RG> I am trying to decrypt the encryptedP

Re: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Wes Hardaker
> On Tue, 15 Sep 2009 15:05:10 +0530, "Gaikwad, Rupesh" > said: RG> I am trying to decrypt the encryptedPDU. RG> my $var4 = $msgData->{encryptedPDU}; Which perl module are you using to receive the notifications? That doesn't look like our supported modules. All of our code handles t

RE: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Gaikwad, Rupesh
crypt it? How to get a plaintext out of the encrypted values? Any kind of help is appreciated. Best regards, Rupesh -Original Message- From: Mike Ayers [mailto:mike_ay...@tvworks.com] Sent: Friday, September 11, 2009 3:12 AM To: Gaikwad, Rupesh; net-snmp-users@lists.sourceforge.net Subje

RE: Need help on snmpv3 AuthPrev trap

2009-09-10 Thread Mike Ayers
> From: Gaikwad, Rupesh [mailto:rupesh_gaik...@bmc.com] > Sent: Thursday, September 10, 2009 12:04 AM > 1.What are all settings required for SNMPv3 traps? This is one of the most complex single subjects in computing. OK, that may be an overstatement, but it is easily the most compl

Need help on snmpv3 AuthPrev trap

2009-09-10 Thread Gaikwad, Rupesh
Hello all, Need a help on snmpv3. Following are the questions. 1. What are all settings required for SNMPv3 traps? 2. What need to set in snmptrapd.conf and how to set it. An example would be better option 3. What extra things needs to be set for AuthPrev v3 traps. Best regards, Rupesh ---

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Joan Landry
Thanks - I will look into that. Thanks again for your time -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Friday, May 29, 2009 8:48 AM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need help

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Dave Shield
2009/5/29 Joan Landry : > The -Dall or -Dall did not work That strongly implies that debugging has been turned off. > The get of versionConfigureOptions is: > > * SNMP QUERY STARTED * > 1: versionConfigureOptions.0 (octet string) > '--host=powerpc-wrs-linux-gnu' '--build=i686-crosscompil

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Joan Landry
73.72.2F.6C.69.62.27.20.27 .2D.2D.73.79.73.63.6F.6E.66.64.69.72.3D.2F.65.74.63.27.20.27.2D.2D.65.6E .61.62.6C.65.2D.69.70.76.36.27.20.27.2D.2D.65.6E (hex)] * SNMP QUERY FINISHED * -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dav

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Dave Shield
2009/5/28 Joan Landry : >... to make things really simple I decided to see if I could get a > debug msg out of the agent_trap.c file > I used OPTIONS="-Lo -Dtrap > > And sent a trap - and verified that the trap was sent. > And there was no trap debug msg on the output screen or to the log when

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Joan Landry
help and any info you can give me on how to get this to work. -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, May 28, 2009 10:54 AM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Dave Shield
2009/5/28 Joan Landry : > -f -Le -Dhandler:inject -Ddebug or > -f /tmp/snmp.log -Le -Dhandler:inject -Ddebug or > -Lo -Dhandler:inject -Ddebug >   yeilded no log file which is as expected (Note that the second invocation is invalid - please re-read the meaning of the "-f" flag") > - all msg

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Joan Landry
...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, May 28, 2009 10:07 AM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need help with snmp_log() msgs from snmp_agent.c 2009/5/28 Joan Landry : > This is my snmpd input line > > OPT

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Dave Shield
2009/5/28 Joan Landry : > Thanks - that works as far as putting the messages to a logfile. > > I realize now what I really want is the msgs generated via > DEBUGMSGTL They should be logged to the same place as any other message. So if you turn on a particular debug token (using -Dtoken) and speci

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Joan Landry
il.com] On Behalf Of Dave Shield Sent: Thursday, May 28, 2009 9:35 AM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need help with snmp_log() msgs from snmp_agent.c 2009/5/28 Joan Landry : > Thanks - that works as far as putting the messages to a logfile. > > I realize no

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Dave Shield
2009/5/28 Joan Landry : > This is my snmpd input line > > OPTIONS="-Lf /tmp/snmp.log -Dhandler:inject -Ddebug -Dwarning -Dinfo > -Derror -DAll -p /var/run/snmpd.pid  -V .. Try starting the agent with '-f -Le' plus the same list of -D tokens. What do you see logged?The same as when you use '

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Joan Landry
...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, May 28, 2009 8:58 AM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need help with snmp_log() msgs from snmp_agent.c 2009/5/28 Joan Landry : > Does anyone know what the trick is to getting all the msgs to a logfile? Have

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Dave Shield
2009/5/28 Joan Landry : > Does anyone know what the trick is to getting all the msgs to a logfile? Have you tried "-Lf /tmp/snmp.log" ? Dave -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a

Need help with snmp_log() msgs from snmp_agent.c

2009-05-28 Thread Joan Landry
I have spent a lot of time trying to get snmp_log() output from the net-snmp code, specifically the snmp_log() msgs that are sent from snmp_agent.cpp The only one I am able to get is: Received SNMP packet(s) from UDP: [10.11.12.116]:3739 GETBULK message, non-rep=0, max_rep=10 -- SNMPv2-SMI::t

need help on subagent for tables

2009-03-26 Thread Vinod Nanjaiah
Hi, I am trying to implement a subagent dealing with tables. Using the mfd conf I have generated the code. I have also generated the makefile and subagent file. Can someone give me some pointers on where to start from? What is the minimum change that I need to do to be able to do a snmpwalk of

Re: Need help in using NET::SNMP-"$session->var_bind_types" in a traphandler.

2009-02-17 Thread Wes Hardaker
> On Tue, 17 Feb 2009 11:19:47 +0530, Chetan Mahadev > said: CM> To send traps to other destination , I am trying to use from CM> NET::SNMP. The Net::SNMP perl module is actually an entirely-in-perl SNMP module that is unrelated to the Net-SNMP project. You'll have to ask the module ow

Need help in using NET::SNMP-"$session->var_bind_types" in a traphandler.

2009-02-16 Thread Chetan Mahadev
Hi, I am trying to write a handler. The objective of the handler is 1. To accept traps , process the traps and send it to another destination host after processing them. To send traps to other destination , I am trying to use from NET::SNMP. $result = $session->trap( -enterpris

Fwd: Need help on Net-Snmp

2009-01-09 Thread malar vizhi
-- Forwarded message -- From: malar vizhi Date: Fri, Jan 9, 2009 at 11:12 AM Subject: Need help on Net-Snmp To: net-snmp-users@lists.sourceforge.net Hi, Am Malar form Bangalore, We are developing a network monitoring tool...So we planned to use SNMP to monitor the application

Need help on Net-Snmp

2009-01-09 Thread malar vizhi
Hi, Am Malar form Bangalore, We are developing a network monitoring tool...So we planned to use SNMP to monitor the application. Now am able to monitor MSSQL server which is installed locally via SNMP. I mean, SNMP service is running in my machine and Net-Snmp is installed. Now I want to monitor

Re: Need Help

2008-12-09 Thread Parveen Yadav
turn put_index_data; } else { return NULL; } } # It help others also. Parveen Yadav - Original Message - From: "Wes Hardaker" <[EMAIL PROTECTED]> To: "Parveen Yadav" <[EMAIL PROTECTED]> Cc: "SNMP USERS" Sent: Tuesday, Dec

Re: Need Help

2008-12-09 Thread Wes Hardaker
> On Fri, 5 Dec 2008 13:09:03 +0530, "Parveen Yadav" <[EMAIL PROTECTED]> > said: PY> I am new user to net-SNMP and i am trying to implement new tables in PY> code.My data is in shared space and in the form of static structure. PY> Can somebody provide some examples of using integer index

Need Help

2008-12-04 Thread Parveen Yadav
hi, I am new user to net-SNMP and i am trying to implement new tables in code.My data is in shared space and in the form of static structure. Can somebody provide some examples of using integer index as my_loop_context pointer. thanks in advance Parveen Yadav--

Need help for snmpset

2008-10-08 Thread Wang, Dong
Hi, I need help. I adds new private mib process module to snmp agent, and successfully bulid it into snmpd. But I have problem when I use snmpset to set a data to snmp agent. I run snmpd(snmp agent) on pc whose IP address is 10.48.138.84, and run snmpset on other snmp client whose IP is

Need help

2008-07-08 Thread Vishal Nandanwar
Hi, Do any one knows any Element Management System? Which will talk with Agent and HP Open View. Vishal N - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite ope

Need help

2008-07-08 Thread Vishal Nandanwar
Hi, Do any one knows any Element Management System? Which will talk with SNMP agent and HP Open View. Vishal N - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorit

Need help in Linking sample nstAgentPluginObject - Dynamically Loadable Object for Net-SNMP Agent

2008-06-13 Thread srenivasan rs
Hi All, I am trying to create a DLL for nstAgentPluginObject sample program given in http://www.net-snmp.org/tutorial/tutorial-5/toolkit/dlmod/nstAgentPluginObject.c using VC++ 2008 Express Edition. == The compilation and l

Re: Need help on invoking perl embedded agent - Net SNMP

2008-06-02 Thread srenivasan rs
Hi All, Do you have any information on the same? If so, please let me know ASAP. Thanks, R Srinivasan srenivasan rs wrote: Thomas, I saw one more thing in the snmpd.conf.win32 and snmpd.conf help files. The perl token is not mentioned in snmpd.conf.win32. Hence, I think this feature is no

Re: Need help on invoking perl embedded agent - Net SNMP

2008-05-23 Thread Thomas Anders
srenivasan rs wrote: > "C:/net-snmp/etc/snmp/snmpd.conf: line 56: Warning: Unknown token: perl. > NET-SNMP version 5.4.1" Which means: this agent doesn't have embedded Perl support. Are you using our Win32 package (which filename?) or did you build it yourself? +Thomas ---

Need help on invoking perl embedded agent - Net SNMP

2008-05-23 Thread srenivasan rs
Hi, I am using Net-SNMP R5.4.1 with Perl 5.8.8.822 on WinXP. The Net-SNMP Agent was installed as "Standard Agent" with Embedded Perl support. Then, NetSNMP.ppd package was also installed. I have verified the embedded perl support by executing the command, Perl net-snmp-perl-test.pl. I have

RE: tablesnmpwalk on table not working via subagent - need help please

2008-05-06 Thread Joan Landry
o: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: tablesnmpwalk on table not working via subagent - need help please Sorry for the delay in getting back to you on this. 2008/4/25 Joan Landry <[EMAIL PROTECTED]>: > I am using net-snmp-5-4-1. > I looked at the generic helper code.

RE: tablesnmpwalk on table not working via subagent - need help please

2008-05-05 Thread Joan Landry
] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Sunday, May 04, 2008 4:58 PM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: tablesnmpwalk on table not working via subagent - need help please Sorry for the delay in getting back to you on this. 2008/4/25 Joan Landry

Need help on How to send trap directly from a MIB

2008-05-04 Thread Bruno Vétel
Hello I'm very new to snmp. I just want to write a very simple MIB. I want to send a trap when the integer ier600LedStatus is updated by a snmpset command The traps when I start the snmpd daemon are send correctly than I believe that my configuration should work. I generate the module ierMIB.s

Re: tablesnmpwalk on table not working via subagent - need help please

2008-05-04 Thread Dave Shield
Sorry for the delay in getting back to you on this. 2008/4/25 Joan Landry <[EMAIL PROTECTED]>: > I am using net-snmp-5-4-1. > I looked at the generic helper code. In the file > net-snmp-5.4.1/agent/helpers/table_generic.c > > All the functions are empty. I attached the file. So I am not sure h

  1   2   >