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

Re: Help required for "snmpwalk: Authentication failure "

2019-05-07 Thread Bill Fenner
ser is configured (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

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 year

Re: Help required for "snmpwalk: Authentication failure "

2019-04-30 Thread Bill Fenner
and that is why you have authentication troubles after that. What does that command do? How does it change the state of snmpd? Bill > > *From:* Bill Fenner > *Sent:* 29 April 2019 22:01 > *To:* Krishna Vivek Vitta > *Cc:* net-snmp-users@lists.sourceforge.net > *Subjec

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 for

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 configure net

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 added to trap d

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 wh

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 SNMP::Extens

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

RE: help

2017-08-15 Thread Vaysman, Marat
Fenner [mailto:fen...@gmail.com] Sent: Tuesday, August 15, 2017 5:03 PM To: Vaysman, Marat Cc: net-snmp-users@lists.sourceforge.net Subject: Re: help On Tue, Aug 15, 2017 at 9:40 AM, Vaysman, Marat mailto:marat.vays...@arris.com>> wrote: Hi, I need to move agent MIB code which was orig

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 provide any MIB compiler(simil

Re: help needed on net-snmp's snmptrapd issue

2017-05-17 Thread Pushpa Thimmaiah
Hi Song Han, It looks like snmptrapd.conf persistent file doesnot have entry(usm_entry) for snmpv3 user pasitaes_inform You can try following steps 1. Stop snmptrapd 2. Remove all usm_entries or usm_entry of pasitaes_inform in persistent snmptrapd.conf 3. Start snmptrapd Now snmptrapd write usm_e

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: Hi

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 deta

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 hopin

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 for

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 a

Re: Help in configuring users in DTLS

2014-11-11 Thread Dharm S
Hi Arefin, Thanks for the response. But the issue seems to be something else. I am getting the same error again though i used 600 or 640. On Mon, Nov 10, 2014 at 10:10 PM, M. A. Arefin wrote: > I had a similar problem! Apparently the file permission on the certs was > too open! Reducing the f

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 [root@loca

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

Re: help

2014-05-07 Thread Bill Fenner
On Wed, May 7, 2014 at 1:39 AM, Fredrik Björk 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 > 192.168.1.x I

Re: help

2014-05-06 Thread Fredrik Björk
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 192.168.1.x IP addresses that are private and free to use as you like. deb

Re: HELP

2014-03-10 Thread Wes Hardaker
"M.AMJAD" 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, give me the

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

2013-10-03 Thread M. A. Arefin
Okay, I found it! It was a wrong permission level on the certificates; they cannot be world read/write-able (e.g. 755). Changing their permission to 750 (or below) fixed the problem. As a side-note, I needed to install the certificates in a custom location (other than the default ones). Setting/ex

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

2013-10-01 Thread M. A. Arefin
Update, "error finding server identity keys" is happening when tlstcp:localhost:10161 is provided in snmpd command-line. "snmpd dtlsudp:localhost:10161" runs fine. So this may have something to do with "tlstcp". On Tue, Oct 1, 2013 at 5:32 PM, M. A. Arefin wrote: > Hello dear Net-SNMP'ers, > >

Re: help: where can i get the files snmpv3.conf and clsnmp.conf for snmpv3

2012-04-15 Thread Dave Shield
On 13 April 2012 02:19, yingying hou wrote: >     I'am trying to using snmpv3 in linux. And I don't know how to change the > snmp configuration. See the man pages 'snmp.conf' and/or 'snmpd.conf' (relating to client side and SNMP agent respectively). There is also further information about config

Re: Help

2012-04-10 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 4 Ap

Re: Help

2012-04-01 Thread Dave Shield
On 1 April 2012 17:55, pandit jignesh wrote: > Installation folder: /home/jbpandit/snmp_projects/net-snmp > > snmpd.conf file location: /usr/local/share/snmp/snmpd.conf > executable snmpd file location: /usr/local/sbin/snmpd > when i start snmpd from /etc/init.d:# snmpd start > it says snmpd pro

Re: help

2012-03-26 Thread Siuli Roy
Dear Dave, Thanks a lot for your help... I am now able to get refreshed data in the table... Now, I need your help to do the following: 1. SET the column (field) of a row in a table with a new value 2. Insert a new row in a table Which mib2c command I should use to do so? Is there any example a

Re: Help

2012-03-25 Thread David Sastre Medina
On Thu, Mar 22, 2012 at 01:47:52AM +0800, pandit jignesh wrote: > Hi >    This is my first email to sourceforge.net. and i hope  will get help. > I am a software professional with interesting in system and network > monitoring. > My net-snmp version 5.7.1 on ubuntu 11.10 with perl and instal

Re: help

2012-02-09 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn, offer advice, and see me correct my mis

Re: help

2012-02-09 Thread Dave Shield
On 7 February 2012 12:23, Siuli Roy wrote: > I am new to snmp and looking for some help to implement a table which is not > static  i.e., table needs to be built dynamically each time a get command is > issued. No - you probably do *not* want to rebuild the table for every individual GET. Remembe

Re: help

2012-01-20 Thread Harish Jadhav
Just to know, whether the snmp binaries are compiled with ssl support. On 1/20/2012 3:40 PM, ramesh hosamani wrote: Hi all, I am executing the v3 version of commands with authpriv V1, V2 commands are working well. V3 commands, can work well with authNoPriv. If use -authPriv, error is disp=

Re: help

2012-01-11 Thread Dave Shield
2012/1/11 胡斌 : >    Running at freescale 8308,"Get" can work right,but "Set" return > "NoSuchName", How have you configured the agent? What do the access control elements of snmpd.conf look like? It's fairly common to allow read-only access, so GET* requests will work, but SET will not. If you d

Re: help on snmpv3 needed

2011-12-28 Thread Dave Shield
On 12 December 2011 06:18, Rajshekar wrote: > 3)  For snmpv3 I created users like raj with noauth(no authentication) > and many more users with auth and priv What are the exact entries in the snmpd.conf file that create these users? > 4)  After which the snmpd.conf file will be created

Re: help on snmpv3 needed

2011-12-16 Thread shay naveh
On Fri, Dec 16, 2011 at 12:47 PM, shay naveh wrote: > I am not sure this will work... > But you can try the following: > > 1. kill snmpd process. > 2. add rouser to snmpd.conf > 3. run snmpd > > > On Mon, Dec 12, 2011 at 8:18 AM, Rajshekar > wrote: > >> Hello Sir/Madam >> >> ** ** >> >>

RE: help-Memory leak while sending the trap using send_v2trap() api

2011-11-23 Thread Malathi Panyam
Try adding the line “doNotRetainNotificationLogs yes” to snmpd.conf file. If you compile the NetSNMP with NOTFICATION LOG MIB included, all the traps sent out will be saved with agent and the memory will be held as long as agent is alive. By adding the above line agent will not store the traps.

Re: help needed on snmpwalk using localized keys

2011-11-08 Thread Dave Shield
On 8 November 2011 08:55, ashok kumar wrote: > rwuser myuser authPriv > createUser myuser SHA -l 0x0001020304050607080900010203040506070809 > AES -l 0x00010203040506070809000102030405 So you are setting the localised keys directly, rather than via a pass phrase. > The snmpwalk throws the f

Re: help needed on snmpwalk using localized keys

2011-11-08 Thread ashok kumar
Hello All, I have a similar requirement and was trying to add the user "myuser" with the following lines. rwuser myuser authPriv createUser myuser SHA -l 0x0001020304050607080900010203040506070809 AES -l 0x00010203040506070809000102030405 The snmpwalk throws the following error: [root@localhost s

RE: Help needed on implementing snmp table

2011-09-13 Thread Mohammad Waqas Athar
+0530 Subject: RE: Help needed on implementing snmp table I believe mib2c.iterate.conf should provide this. You might need to disable caching of data. disabling the caching will make snmpd to fetch data from application always -Dheeraj From: Mohammad Waqas Athar [mailto:mohwaqa...@hotmail.com

RE: Help needed on implementing snmp table

2011-09-13 Thread Dheeraj Gautam
-users@lists.sourceforge.net Subject: RE: Help needed on implementing snmp table I have the same configuration . i need to query mysql for every request . i think table raw is the best in this case, but i do not know how to make get next working so ,i am currently using table iterate access

RE: Help needed on implementing snmp table

2011-09-12 Thread Mohammad Waqas Athar
I have the same configuration . i need to query mysql for every request . i think table raw is the best in this case, but i do not know how to make get next working so ,i am currently using table iterate access somehow.I modified the code that was generated by mib2c but then get next and bu

Re: Help on IP-MIB to change IP address via SNMP set command

2011-08-24 Thread devel tech
yes sir! I was going on wrong way. Thanks a lot sir for guidance On Thu, Aug 25, 2011 at 12:06 AM, Dave Shield wrote: > On 24 August 2011 19:54, devel tech wrote: > > sir! i was trying to change in IP-MIB.txt file of net-snmp mibs. > > No! > You should *NOT* edit or change the text of MIB files

Re: Help on IP-MIB to change IP address via SNMP set command

2011-08-24 Thread Dave Shield
On 24 August 2011 19:54, devel tech wrote: > sir! i was trying to change in IP-MIB.txt file of net-snmp mibs. No! You should *NOT* edit or change the text of MIB files. These are standard definitions, agreed by the networking community as a whole. You cannot unilaterally decide to change how th

Re: Help on IP-MIB to change IP address via SNMP set command

2011-08-24 Thread devel tech
Thanks for reply sir! sir! i was trying to change in IP-MIB.txt file of net-snmp mibs. i was trying to read-write in IP-MIB.txt file to change IP address via SNMPset command but that was not possible (I read your responses for the same issue on mailing list) and now i leave this task and now I am

Re: Help on IP-MIB to change IP address via SNMP set command

2011-08-24 Thread Dave Shield
On 24 August 2011 04:54, devel tech wrote: > I installed snmpd on my PC and net-snmp tool. i am using Debian(Ubuntu 9.10) > linux. > I am able to read it but could not write because its Access is set to > Read-only, First thing - what exactly are you trying to do? And what exactly are you looking

Re: help!!! urgent!!!

2011-08-10 Thread Dave Shield
On 10 August 2011 15:02, Wes Hardaker wrote: > pf> Am new to the usage of netsnmp. so i need to download 64 bit > pf> netsnmp. I tried downloading net-snmp 5.7 zip from > pf> > http://sourceforge.net/projects/net-snmp/files/net-snmp%20binaries/5.7-binaries/ > pf> .  but I couldn't find any .exe f

Re: help!!! urgent!!!

2011-08-10 Thread Wes Hardaker
> On Sun, 7 Aug 2011 11:45:36 +0530, premini francis > said: pf> Am new to the usage of netsnmp. so i need to download 64 bit pf> netsnmp. I tried downloading net-snmp 5.7 zip from pf> http://sourceforge.net/projects/net-snmp/files/net-snmp%20binaries/5.7-binaries/ pf> . but I couldn't

Re: Help for Net-SNMP Tutorial -- Toolkit

2011-06-22 Thread Dave Shield
2011/6/22 郭秀岩 : > I cp *.c and *.h to agent/mibgroup/ > > Then ./configure --with-mib-modules="nstAgentModuleObject" > > Make;make install Did you actually start this agent? Or are you still using the vendor supplied one? Dave

Re: Help : Get list of registered subagents on net snmp master agent

2011-06-20 Thread Dave Shield
On 16 June 2011 10:46, manaswini sugatoor wrote: > I have a requirement for my application , where I need to list down > all registered agentxs on net-snmp. > I did try to find out on the net and in net-snmp documentation but no help. > Could you please let me know how to get the list of registere

Re: Help about how to assign to the objects in the table

2011-03-24 Thread Dave Shield
On 24 March 2011 03:09, ring wrote: >     In my real project,I need many objects in the table.But I don't know > how to  assign to each object in my program. How do you know the list of objects to go in the table? Is it available from some other source? (a configuration file, some API ca

Re: help :- Problems with snmp agent NetSNMP-5.5 version while creating/spawning new thread (using pthread library interface)

2010-12-21 Thread Wes Hardaker
> On Tue, 21 Dec 2010 17:31:22 +0530, "Borra, Kishore Babu" > said: BKB> Still I haven't got any info on this. It would be good, if there is BKB> atleast some view point on the issue mentioned. I've noticed you've sent your questions about once a day to the list. Please refrain from doi

RE: help :- Problems with snmp agent NetSNMP-5.5 version while creating/spawning new thread (using pthread library interface)

2010-12-21 Thread Borra, Kishore Babu
Still I haven't got any info on this. It would be good, if there is atleast some view point on the issue mentioned. Thanks, Kishore From: Borra, Kishore Babu Sent: Monday, December 20, 2010 3:00 PM To: 'net-snmp-users@lists.sourceforge.net' Cc: 'Dave Shield' Subject: help :- Problems with snmp a

Re: Help using net-snmp

2010-11-19 Thread David A
Yes you would have to send requests to a range of IP addresses and see who answers back. Or maybe you can use some bonjour like protocol. The manager can send requests to an agent that can trigger a command to be executed yes. On Nov 18, 2010 6:48 PM, "徐滕" wrote: > Hi,all: > > I'm a fresh man to

Re: help using -m option

2010-09-13 Thread Lee
On 9/8/10, Lee wrote: > Hopefully I'm just missing something simple, but I can't seem to get > the -m option to limit what mibs get read on an snmp get I finally tried adding this bit to my snmp.conf: showMibErrors yes mibWarningLevel 2 and got loads of "Warning: string too long", "XXX MACRO (li

Re: help- when running embedded SNMP get errors

2010-09-07 Thread Wes Hardaker
Those errors are the results of you not running "make install" first. The MIB errors can generally be ignored, however, as the agent really doesn't "need" the MIBs. However, these: Failed to create the persistent directory for /var/net-snmp/snmpd.conf read_config_store open failure on /var

RE: help- SNMP does not answer to external GET query

2010-09-05 Thread Naama Bar Menachem
7:47 PM To: Naama Bar Menachem Cc: net-snmp-users@lists.sourceforge.net Subject: Re: help- SNMP does not answer to external GET query You should check: 1) it could be a firewall issue 2) the agent may not be configured to allow access from outside the device -- Wes Hardaker Cobham Analytic

Re: help- SNMP does not answer to external GET query

2010-09-03 Thread Wes Hardaker
You should check: 1) it could be a firewall issue 2) the agent may not be configured to allow access from outside the device -- Wes Hardaker Cobham Analytic Solutions -- This SF.net Dev2Dev email is sponsored by:

Re: help :- How to configure the log level for snmp agent...

2010-08-04 Thread Dave Shield
On 4 August 2010 07:07, Borra, Kishore Babu wrote: > I had tried the command line options like -Ls 2, -Ls 5. But I wasn't > successfull > in disabling the sys logs. Try -Lf /dev/null Dave -- The Palm PDK Hot Apps P

RE: help :- How to configure the log level for snmp agent...

2010-08-03 Thread Borra, Kishore Babu
Thanks, Kishore -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, August 03, 2010 3:00 AM To: Borra, Kishore Babu Cc: net-snmp-users@lists.sourceforge.net Subject: Re: help :- How to configure the log level for snmp agent

Re: help me

2010-08-03 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 3 Au

Re: help :- How to configure the log level for snmp agent...

2010-08-02 Thread Dave Shield
On 23 July 2010 16:21, Borra, Kishore Babu wrote: > I want to know, if there is any way to disable/enable/configure the syslog > logging > level for snmp agent, by means of dynamic linking or snmpd.conf file changes, > without changing snmp_logging.c file You can do this using command-line optio

Re: help me

2010-08-02 Thread Dave Shield
On 2 August 2010 13:47, Eman Saber wrote: > mycommand: >  snmpset . IP-MIB::ipAdEntAddr.192.168.1.49  = 192.168.1.26 > > myerror: > Error in packet. > Reason: notWritable (That object does not support modification) Which is correct. >From the IP-MIB file: ipAdEntAddr OBJECT-TYPE SYNTAX

Re: Help required wrt configuring serverRecvBuf parameter

2010-07-27 Thread Trupti V.Kulkarni
Hi all, Is there any way I can find the current value of 'serverRecvBuf' variable? Also, I guess I can set the value based on the machine's RAM? In that case, I'd like to know how can I find its current value. Thanks, Trupti On 19 July 2010 09:27, Trupti V.Kulkarni wrote: > Hi Wes, > > Thank y

Re: Help required wrt configuring serverRecvBuf parameter

2010-07-19 Thread Trupti V.Kulkarni
Hi Wes, Thank you for your reply. Is there any way I can find the current value of 'serverRecvBuf' variable? Also, I guess I can set the value based on the machine's RAM? In that case, I'd like to know how can I find its current value. Thanks, Trupti On 15 July 2010 19:50, Wes Hardaker wrote:

Re: Help required wrt configuring serverRecvBuf parameter

2010-07-15 Thread Wes Hardaker
> On Wed, 14 Jul 2010 16:08:57 +0100, "Trupti V.Kulkarni" > said: TVK> *serverRecvBuf INTEGER TVK> specifies the desired size of the buffer to be used when TVK> receiving incoming SNMP requests. If the OS hard limit is lower than TVK> the serverRecvBuf value, then this will be used i

Re: help-problem with snmpset

2010-06-27 Thread Wes Hardaker
> i am using net-snmp on quagga! i have a problem while trying to set > the object value in OSPF-MIB. the output i get is: There are only two reasons that it may not support SETs: 1) you don't have access control set up properly, but it looks like you've looked into that. So this is more l

Re: help - Can IP address be overrided for V1-traps at runtime..

2010-06-01 Thread Wes Hardaker
> On Mon, 31 May 2010 13:19:23 +0530, "Borra, Kishore Babu" > said: KBB> I like to modify this("v1trapaddress", No of retries) at run time KBB> using dynamic linking(.so ) of mib file, Not through the conf file KBB> changes. KBB> Is there any way to do this? You can actually force the

RE: Help: To assign the pdu message type as Inform or v2traps -

2010-05-31 Thread Borra, Kishore Babu
] On Behalf Of Dave Shield Sent: Thursday, March 25, 2010 2:12 PM To: Borra, Kishore Babu Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help: To assign the pdu message type as Inform or v2traps - On 25 March 2010 07:26, Borra, Kishore Babu wrote: > But is there is any way to send the

RE: help - Can IP address be overrided for V1-traps at runtime..

2010-05-31 Thread Borra, Kishore Babu
net] Sent: Friday, May 28, 2010 10:57 PM To: Borra, Kishore Babu Cc: net-snmp-users@lists.sourceforge.net Subject: Re: help - Can IP address be overrided for V1-traps at runtime.. >>>>> On Fri, 28 May 2010 18:30:17 +0530, "Borra, Kishore Babu" >>>>> said: KBB>

Re: help - Can IP address be overrided for V1-traps at runtime..

2010-05-28 Thread Wes Hardaker
> On Fri, 28 May 2010 18:30:17 +0530, "Borra, Kishore Babu" > said: KBB> 1. IP address override for v1 version KBB> How to override the Ip address of the agent, to send the dummy IP KBB> address, instead of the actual eth0 ipaddress. See the snmpd.conf manual page on the "v1trapadd

Re: help

2010-05-26 Thread Dave Shield
On 26 May 2010 00:49, jihed lazid wrote: > but how i can generate the MIB module needed by mib2c than i have just the > MIB files ( xfsGeneral.mib , xfsalm.mib . ) ? The MIB file(s) are exactly what mib2c will use. You don't need anything else. They are used as a design framework, from which

Re: help

2010-05-25 Thread jihed lazid
2010/5/26 Dave Shield > On 25 May 2010 23:12, jihed lazid wrote: > > I followed the tutorial in the web site when i add the MIB files to > > /usr/share/snmp/mibs then i use the command > > MIB=ALL > > > $ man snmp.conf > > [snip] > > mibs MIBLIST > specifies a list of MIB

Re: help

2010-05-25 Thread Dave Shield
On 25 May 2010 23:12, jihed lazid wrote: > I followed the tutorial in the web site when i add the MIB files to > /usr/share/snmp/mibs then i use the command > MIB=ALL $ man snmp.conf [snip] mibs MIBLIST specifies a list of MIB modules (not files) that should be

Re: help

2010-05-25 Thread Dave Shield
On 24 May 2010 23:36, jihed lazid wrote: > if i add the MIB files in the MIB directory is sufficient or not ? Not. The MIB file simply describes what information is to be made available. It's essentially a design document. You still need to write some code to actually implement this MIB, and

Re: help

2010-05-18 Thread Dave Shield
On 18 May 2010 10:48, jihed lazid wrote: > Is Net-SNMP 5.5 can work with version 3 or not ? Yes *All* versions of Net-SNMP support SNMPv3 Dave -- ___ Net-snmp-users mailing

Re: help

2010-04-23 Thread Dave Shield
On 17 April 2010 09:53, jihed lazid wrote: > for i can develop an snmp agent, i have to begin with the file snmpd.c or > sample.c (what is sample.c ?) in the Net-SNMP paquage ? Are you developing an SNMP agent from scratch, or are you wanting to extend the agent to support particular MIB modules?

Re: Help Regarding SNMP NMS

2010-04-20 Thread Les Mikesell
umar farooq wrote: > Dear All, > > I am using Net-SNMP as SNMP solution for my application. I can > successfully use Net-SNMP command line querying tools to query different > agents. Is there any opensource GUI based SNMP query tool (get, > getnext, table, walk etc) compliant with Net-SNMP? >

Re: Help Regarding SNMP NMS

2010-04-20 Thread Daniel Savard
Alternatively to Nagios, you might consider Icinga (http://www.icinga.org/) which is a fork of Nagios and is pure Open Source. Another one to consider: RiverMuse Core (http://www.rivermuse.org/), there is a Pro version which is not Open Source, the Core version is released under GPL3. Daniel Sava

RE: Help Regarding SNMP NMS

2010-04-20 Thread PEOPLES, MICHAEL P (ATTSI)
Cacti is a very popular and powerful tool GUI tool (www.cacti.net). You might also consider Nagios (www.nagios .org). Both can use SNMP as the data collection "engine". Cacti provides graphs for trend analysis. Nagios provides alarming and alerting based upon thresholds

Re: Help Regarding SNMP NMS

2010-04-20 Thread Peter Hicks
Hello umar farooq wrote: > I am using Net-SNMP as SNMP solution for my application. I can > successfully use Net-SNMP command line querying tools to query different > agents. Is there any opensource GUI based SNMP query tool (get, > getnext, table, walk etc) compliant with Net-SNMP? tkmib.

Re: help

2010-04-13 Thread Dave Shield
On 13 April 2010 14:04, jihed lazid wrote: > So, the code of snmpd can be executed without the rest of code (example : if > i compile the code of agent that is located in the folder agent it will be > done or i need some files like biblio or others). I have already answered this. The files for t

Re: help

2010-04-13 Thread jihed lazid
> [ First - *please* don't mail me privately, without copying > any responses to the mailing list. I don't have the time >or inclination to offer private, unpaid, SNMP consultancy. >Keep discussions to the list, where others can both learn >and offer advice. Thanks. ] Sorry for th

Re: help

2010-04-13 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 13 Ap

Re: help

2010-04-13 Thread Dave Shield
On 13 April 2010 10:19, jihed lazid wrote: > in executing  the commands snmpget, snmpset, snmptest netsnmp send the > result of this command through the > network or juste display it on the stdout. if it sending the response, it > use the socket for that or no ? Sorry - I don't really unders

Re: help

2010-04-13 Thread jihed lazid
hi, in executing the commands snmpget, snmpset, snmptest netsnmp send the result of this command through the network or juste display it on the stdout. if it sending the response, it use the socket for that or no ? thx. --

Re: help

2010-04-12 Thread Dave Shield
On 12 April 2010 14:58, jihed lazid wrote: > . I want to know what the agent files among all the > package. The files for the agent are in the folder 'agent'. The agent also relies on the Net-SNMP library, which is under 'snmplib' >  So I want to know the file (. C) responsible for sendi

Re: help

2010-04-12 Thread jihed lazid
I don't need to install the agent but I'll do an extension to the agent, how I want to write an SNMP agent in C starting with the source of Net-SNMP, but without the commandes. So I want to know what the agent files among all the package. So I want to know the file (. C) responsible for sending mes

Re: help

2010-04-12 Thread Dave Shield
On 12 April 2010 12:47, jihed lazid wrote: > i need juste the agent without the > commandes : snmpget, snmpset ./configure --disable-applications Dave -- Download Intel® Parallel Studio Eval Try the new s

RE: Help on Index ou t of range error ‏

2010-04-09 Thread X Z
Hi Dave, Thank you very much for the detailed explanation. Making the change as you suggested DOES solve the problem. Thank you again for your help! Xuan > Date: Fri, 9 Apr 2010 13:46:05 +0100 > Subject: Re: Help on Index out of range error ‏ > From: d.t.shi...@liverpool.ac.u

Re: Help on Index out of range error ‏

2010-04-09 Thread Dave Shield
2010/4/7 X Z : > Here are the original c & h files. The problem lies with the registration of the table. In particular, how you specified the list of indexes. You had: netsnmp_table_helper_add_indexes(table_info, ASN_UNSIGNED, 1); which should have been netsnmp_table_helper_add_indexes

RE: Help on Index ou t of range error ‏

2010-04-07 Thread X Z
Sorry that I used "copy & paste" and some part got omitted by the copy board. Here are the original c & h files. ThanksXuan > Date: Wed, 7 Apr 2010 09:15:56 +0100 > Subject: Re: Help on Index out of range error ‏ > From: d.t.shi...@liverpool.ac.uk > To: b...

Re: Help on Index out of range error ‏

2010-04-07 Thread Dave Shield
2010/4/6 X Z : > Attached please find the code I used. It's from mib2c.iterator -S 1 option. This code cannot possibly work. It registers a routine 'myTable_handler' to process requests, but there is no such routine in the file. (You've also omitted to include the header file 'myTable.h') We can

RE: Help on Index ou t of range error ‏

2010-04-06 Thread X Z
Attached please find the code I used. It's from mib2c.iterator -S 1 option. ThanksXuan > Date: Tue, 6 Apr 2010 12:31:46 +0100 > Subject: Re: Help on Index out of range error ‏ > From: d.t.shi...@liverpool.ac.uk > To: b...@live.com > CC: net-snmp-users@lists.sourceforge.n

Re: Help on Index out of range error ‏

2010-04-06 Thread Dave Shield
2010/4/5 X Z : > Sorry for the typo. I modified the MIB text so that the index and table name > are easy to read, but I forgot to change this Index name, it should be > MyIndex. No - it should be "myIndex". MIB object names must start with a lower-case letter. > I got rid of the index out of ra

Re: Help send a trap

2010-04-05 Thread Dave Shield
On 2 April 2010 12:45, jihed lazid wrote: > # enterprise specific traps > traphandle UCD-TRAP-TEST-MIB::demoTrap /home/nba/bin/traps demo-trap > traphandle UCD-NOTIFICATION-TEST-MIB::demoNotif /home/nba/bin/traps demo-notif > snmptrap -v 2c -c public localhost "" NOTIFICATION-TEST-MIB::demo-noti

RE: Help send a trap

2010-04-05 Thread Mike Ayers
> From: PEOPLES, MICHAEL P (ATTSI) [mailto:mp4...@att.com] > Sent: Friday, April 02, 2010 9:39 AM > The most likely problem is that you don’t have the NOTIFICATION-TEST- > MIB loaded. That's the only possible cause other than a typo. > It will tell you all of the modules that are loaded.

  1   2   3   4   >