Re: patches for snmpv3 IP address selection

2018-07-17 Thread Robert Story
On Fri, 13 Jul 2018 18:57:22 +0200 Damien wrote: DGVNSU> Looking at the mailing list, I have found lots of post DGVNSU> concerning "snmpv3 IP address selection". DGVNSU> In a post entitled "Support for Ciso ACLs", it seems that DGVNSU> some people have ever implemented patches allowing the DGVNSU>

Re: SET

2018-07-12 Thread Robert Story
On Fri, 1 Jun 2018 14:19:30 +0100 David wrote: DA> My first goal is just to process setting a simple scalar value, DA> but eventually I will want to look at row creation so I'd like DA> to understand the bigger picture. DA> DA> The example handler DA>

Re: source ip filtering for snmpv3 user

2018-07-10 Thread Robert Story
On Tue, 10 Jul 2018 19:59:33 +0200 Damien wrote: DGVNSU> "Is it possible to use source IP filtering for groups of DGVNSU> SNMPv3 users?" DGVNSU> DGVNSU> This question has been posted to this mailing list in 2012 DGVNSU> and the answer was: DGVNSU> DGVNSU> "No - not within the standard SNMP

Re: Single GET request sending multiple requests

2018-07-10 Thread Robert Story
On Tue, 10 Jul 2018 17:13:26 +0530 Vinod wrote: VP> [... ] We have used the mib2c.mfd.conf (container cached) to VP> generate the code. [...] Also, we set the cache timeout to 0. If you don't want caching, you can regenerate the code without it. VP> Basically, we would like the table_load to

Net-SNMP 5.8.rc4 available for testing

2018-06-28 Thread Robert Story
Net-SNMP 5.8.rc4 is now available for testing at https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8-release-candidates/ Below is a summary of the change in 5.8.rc4. Please see the CHANGES file for a more detailed list of specific bugs/patches that have been fixed/applied, and the

Re: Problems compiling net-snmp 5.7.3 on CentOS 6

2018-06-28 Thread Robert Story
On Thu, 7 Jun 2018 09:36:02 -0400 Tech wrote: TS> I am trying to compile net-snmp 5.7.3 on a CentOS 6 server TS> but I'm running into problems. I'm getting the following error. TS> TS> In file included from ../include/net-snmp/utilities.h:42, TS> from

Net-SNMP 5.8.rc3 available for testing

2018-05-25 Thread Robert Story
Net-SNMP 5.8.rc3 is now available for testing at https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8-release-candidates/ Below is a summary of the major changes in 5.8.rc3. Please see the CHANGES file for a more detailed list of specific bugs/patches that have been fixed/applied,

Net-SNMP 5.8.rc2 available for testing

2018-05-18 Thread Robert Story
Net-SNMP 5.8.rc2 is now available for testing at https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8-release-candidates/ Below is a summary of the major changes in 5.8.rc2 Please see the CHANGES file for a more detailed list of specific bugs/patches that have been fixed/applied,

Re: 5.8.rc1 is available

2018-05-13 Thread Robert Story
On Thu, 10 May 2018 08:46:17 -0700 Bart wrote: BVA> On 05/06/18 17:32, Robert Story wrote: BVA> > The first release candidate for the next release of Net-SNMP BVA> > is available for testing [1]. [...] BVA> [...] BVA> Since we are preparing the first v5.8 release, do you thin

5.8.rc1 is available

2018-05-06 Thread Robert Story
The first release candidate for the next release of Net-SNMP is available for testing [1]. Please give it a try and file bug reports [2] if you run into any problems. Here is brief summary of changes for 5.8 release candidates and pre-release: *5.8.rc1* snmpd: - BUG: 2864: use

Re: how to store val.string

2018-05-04 Thread Robert Story
On Fri, 4 May 2018 15:03:48 +0530 Deepak wrote: DS> int ret; char str_pwd[4]=""; DS>. DS> case MODE_SET_COMMIT: DS> str_ pwd=*(requests->requestvb->val.string); You are assigning a pointer to a character array. Just pass val.string to write() directly. Of course, this

Re: How to handle floating point values in PASS

2017-12-20 Thread Robert Story
o I pass floating point values? with 'gauge'? The only 'standard' way is to use a string. :-/ That or an integer and write in the object description that there are N decimal points implied. Net-SNMP has a non-standard opaque type that you can use if you are using Net-SNMP for both server and client

Re: Agent not responding to standard MIB browser (i reasoning)

2017-12-20 Thread Robert Story
demo Note that the name here doesn't match the name you've configured in the agent, but that shouldn't affect ireasoning. -- Robert Story <http://www.isi.edu/~rstory> USC Information Sciences Institute <http://www.isi.edu/> --

Re: SHA2 usage with USM

2017-12-20 Thread Robert Story
oes anyone know when 5.8 will be released? Otherwise, do you > know if e.g. 5.7.3 already supports SHA384 and how to configure it? Stronger SHA-2 auth and longer AES key support is in the master branch if you want to kick the tires. Pre-releases for 5.8 will start in the next week or two. -- Robert Story

Re: netSNMP Clustered handshake messages (Server hello, Certificate-fragment.., Certificate request, Server hello)

2017-11-23 Thread Robert Story
On Tue, 31 Oct 2017 15:17:05 +0100 chetan wrote: C> Im using SNMP4j and Bouncy Castle DTLS implementation for C> requesting and querying snmp messages over DTLS protocol towards C> net SNMP Service running as Agent with configured SNMPv3 over C> DTLS C> C> During handshake, Bouncy is able to send

Re: PASS choices

2017-11-22 Thread Robert Story
On Wed, 15 Nov 2017 09:11:04 -0700 Steve wrote: SM> Hello, oh wise ones! Welcome, grasshopper. SM> But, my next plugin returns 31 values, and it pains me to think SM> that my script will be called 31 times to get all the values in SM> the table is there some way to pass all the values in a

Re: Unit snmp.service not found

2017-11-22 Thread Robert Story
On Thu, 16 Nov 2017 11:08:46 +0200 Ran wrote: RS> I can't find /etc/snmp.conf after yocto build with : RS> CORE_IMAGE_EXTRA_INSTALL += "net-snmp net-snmp-server RS> net-snmp-libs net-snmp-mibs" I have no idea what a 'yocto build' is. You'll have to check with your distributions maintainers. RS>

Re: Timeout: No response from localhost

2017-11-22 Thread Robert Story
On Thu, 16 Nov 2017 21:00:53 -0800 Justin wrote: JT> Hello JT> JT> I'm running NetSNMP 5.7.3 on a VM Virtualbox with Ubuntu16.04 JT> and keep getting "Timeout: No response from localhost" when JT> running the command "snmpget localhost -v 2c -c public JT> sysUpTime.0" You much specify optoins

Net-SNMP 5.4.5.RC1 (Release Candidate 1) Available

2017-11-22 Thread Robert Story
Net-SNMP 5.4.5.rc1 is now available for testing at https://sourceforge.net/projects/net-snmp/files/5.4.5-pre-releases/ NOTE WELL: - The 5.4.5 release will be the last release in the 5.4 line. - The 5.7 line has many more bug fixes and is the currently recommended release for all users.

Re: Using "pass" scripts and proxying

2017-10-28 Thread Robert Story
On Fri, 01 Sep 2017 13:05:39 -0400 ed...@claytonzone.com wrote: EC> I have a situation where I'm using net-snmp to proxy snmp v3 EC> requests to snmp v2c with contexts to define where to send the EC> forwarded queries. EC> EC> This part is all fine. Where I'm running into trouble is that EC> the

Re: Cannot get snmp monitoring working on Ubuntu Xenial (Unknown token: defaultMonitors)

2017-10-28 Thread Robert Story
On Thu, 7 Sep 2017 17:11:04 + David wrote: DR> I am trying to get snmp monitoring on Ubuntu Xeniel. I've DR> installed snmp, snmpd, and snmp-mibs-downloader. When I start DR> snmpd, I get the following warnings in the syslog: DR> DR> Sep 7 12:03:41 vault1 snmpd[11753]: * Starting SNMP

Re: net-snmpd proxy problem

2017-10-28 Thread Robert Story
On Fri, 8 Sep 2017 08:49:02 +0200 Bernd wrote: BE> I have a problem with proxy configuration on net-snmpd. I have BE> a software running an snmp agent on some port internally and BE> have the system net-snmpd configured to proxy to that agent. BE> Now when the software is running everything works

Re: DTLSUDP: unknown [DTLSUDP: unknown]: DTLS Trap PDU missing transport data

2017-10-28 Thread Robert Story
On Mon, 11 Sep 2017 09:57:09 +0200 Stephanie wrote: SJ> I have installed net-snmp-5.7.3 and openssl-1.0.1k on openSUSE SJ> 13.2 (Harlequin). SJ> SJ> The snmptrapd gets TRAPS without displaying source and SJ> destination address. SJ> SJ> Example : SJ> 2017-09-05 15:05:17 DTLSUDP: unknown

Re: Snort + Ssnort snmp plugin + net-snmp

2017-10-28 Thread Robert Story
On Tue, 3 Oct 2017 09:20:39 +0300 Jaanus wrote: JR> I have issues with the net-snmp which produces me errors: JR> JR> /opt/snort-2.9.3.1/src/output-plugins/spo_SnmpTrap.c:1902: JR> undefined reference to `snmp_parse_oid' JR> [snip] JR> collect2: error: ld returned 1 exit status Undefined

Re: Issue in snmpv2 walk while filling handler context name( netsnmp_handler_registration_create->contextName)

2016-10-04 Thread Robert Story
On Fri, 23 Sep 2016 14:13:52 + Sridhar wrote: LS> I am new to Netsnmp, I adding the context support . LS> LS> I am facing issue in snmpv2 walk , If I filling the context Name LS> during the registration table . I am not able do the walk for register LS> table , It only accessible in context

Re: Error im manual page snmpd.conf(5) at storageUseNFS

2015-08-10 Thread Robert Story
such file systems as UW 'Network Disks', as required by the Host Resources MIB. Im not sure when it was fixed, but in git this has been fixed. If it wasn't in 5.4.4, it will be in the upcoming 5.4.5. Thanks for letting us know. -- Robert Story Sr Developer, Parsons

Re: i have problem in processing snmp set request in agentx

2015-08-10 Thread Robert Story
in snmp.conf, and send log files to the list. -- Robert Story Sr Developer, Parsons -- ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see

Re: unload_all_mibs()

2015-08-10 Thread Robert Story
, it should. -- Robert Story Sr Developer, Parsons -- ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other

Re: serve standard mibs also using subagent

2015-07-15 Thread Robert Story
On Sat, 4 Jul 2015 09:21:59 +0530 Sreekanth wrote: SK My purpose is to serve all SNMP mib requests through subagents SK including standard mibs like IF-MIB, IP-MIB, TCP-MIB etc with SK agent acting merely as master agent with agentx support and SK passing on all mib requests to registered

Re: /var/lib/snmp/snmpd.conf

2015-07-15 Thread Robert Story
On Wed, 17 Jun 2015 15:51:13 +0530 Vivek wrote: VM While booting /var/log/message has following msg. VM VM *read_config_store open failure on /var/lib/snmp/snmpd.conf* VM VM But still snmpd is running. What this msg mean.. any side VM effect? That is the file where snmpd stores persistent

Re: multi-threads problem.

2015-07-15 Thread Robert Story
On Tue, 7 Jul 2015 14:27:18 +0800 (CST) 姜大辉 wrote: I have some problem using net-snmp in multi-threads application. my version of net_snmp is 5.5. the application is simple, which is much like snmpdemoapp.c in the wiki, and use the Single Session API, with several

Re: Q: usmUser

2015-07-15 Thread Robert Story
On Mon, 22 Jun 2015 12:38:12 +0200 Ulrich wrote: UW I noticed when creating a user using createUser in UW snmpd.conf, the newly created user has at the end of the UW usmUser line, while exising users have (or get) NULL at the end UW of the line. I found no manual page doumenting the meaning of UW

Re: Anyone know of a trap receiver that supports SnmpAdminString with UTF-8 character encoding?

2015-07-15 Thread Robert Story
On Thu, 25 Jun 2015 14:58:36 + Christopher wrote: CC I have tried many receivers CC (snmptrapd,ManageEngine,iReasoning,Wireshark), and they all CC display SnmpAdminString types as ascii characters, even though CC the SNMP-FRAMEWORK mib has a DISPLAY-HINT of 255t for CC SnmpAdminString. CC CC

Re: snmpd ignores requests, terminates abruptly

2015-07-15 Thread Robert Story
On Mon, 22 Jun 2015 22:02:19 -0700 Jim wrote: JL I am migrating a working net-snmpd setup from FreeBSD 8.4 to JL FreeBSD 9.3. The net-snmp versions involved are 5.7.1_7 and JL 5.7.3_7, respectively. By working, I mean that I can JL successfully snmpwalk the old snmp server. JL [...] JL On the

Re: disable v1 and enabling only v2 and b3 and disable public

2015-07-15 Thread Robert Story
On Tue, 16 Jun 2015 11:35:55 +0530 Chetan wrote: CS I want to disable the snmpv1 community in net-snmp and want CS net-snmp to respond only for v2 and v3. and also want to remove CS the default community public. CS CS I though to remove the rocommunity from snmpd.conf file but CS that will

Re: Need to re-implement rfc 1213

2015-07-15 Thread Robert Story
On Tue, 26 May 2015 12:51:43 +0530 Vivek wrote: VM Trying to re-implement rfc-1213. For testing purpose i follow VM these steps. Hi Vivke, Did you ever get this working? VM 3. my_handler-priority = 126; VM VM 4. netsnmp_table_container_register(my_handler, table_info, cb, VM

Re: Snmp v3 traps not recieved by application

2015-07-15 Thread Robert Story
On Fri, 29 May 2015 16:14:17 +0530 Ajit wrote: AA I have a application in C which receives snmp traps. There is a AA issue with v3 traps. Although I have done the necessary setup. AA I am able to receive v3 traps using the command snmptrapd -Lo AA -n -f. But when I run my application , no traps

Re: snmp query issue in agentX lib 5.6 due to missing endOfMibView field

2015-07-15 Thread Robert Story
On Thu, 11 Jun 2015 14:33:04 + Nilanjan wrote: NS In our solution, we have sub-agent and which registered with NS master agent netsnmpd 5.5 for some standard MIB for some NS sub-range (say for some rows in ifTable MIB). [...] NS NS But if we registered with range_ubound = 22 (max column in NS

Re: SNMPd reports high memory usage by adding buffers+cache

2015-07-15 Thread Robert Story
On 13 Jun 2015 15:55:10 - Himanshu wrote: HP Our SNMPd service reports memory usage including buffers+cache, HP and the result is always high because kernel uses all available HP memory to speed up disk reads. Buffers+cache can be freed by HP kernel whenever applications needs it. HP HP Is

Re: Disable snmp v2

2014-03-31 Thread Robert Story
On Wed, 26 Mar 2014 14:47:18 -0500 Indian wrote: IW This is the /etc/snmp/snmpd.conf that we need to remove snmp v2 from it IW and= only retain snmp v3. Can you please advise what entry here will IW disable snm= p v2? IW IW rocommunity Xxxx@x rocommunity is for v2 access.

Re: snmpd uses 100% cpu trying to enumerate IP Addresses

2014-03-31 Thread Robert Story
On Sat, 22 Mar 2014 08:57:38 + Jenny wrote: JL Thank you so much Robert! Working fine (with --disable-ipv6 tip), top JL posting to signify issue is resolved! Great! JL On an unrelated matter, previously working : [snmp] logOption S6d JL JL is no longer working with this config:

Re: snmpd uses 100% cpu trying to enumerate IP Addresses

2014-03-20 Thread Robert Story
On Tue, 11 Mar 2014 11:05:09 + Jenny wrote: JL snmpd uses 100% cpu most of the time trying to enumerate IPs (attaching JL with strace confirms that). It sleeps for few seconds, then comes back JL again to enumerate them, essentially using 100% CPU half of the time. JL Please note that we are

Re: snmpd uses 100% cpu trying to enumerate IP Addresses

2014-03-20 Thread Robert Story
On Thu, 20 Mar 2014 15:05:59 -0400 Robert wrote: RS The way around that is to build without that table. In your spec file, look RS for where MIBS is defined and delete ip-mib/ipv4InterfaceTable and RS ip-mib/ipv6InterfaceTable. That almost works... You also have to change --enable-ipv6 to

5.3.3.rc2 available

2009-05-20 Thread Robert Story
This ia a list of specific bugs that have been fixed, and patches that have been applied in released versions. Please see the NEWS file for a summary of the major changes, and the ChangeLog file for a comprehensive listing of all changes made to the code. *5.3.3.rc2* snmplib: - [PATCH

net-snmp-5.3.3.rc1 available for testing

2009-04-11 Thread Robert Story
This file contains a list of specific bugs that have been fixed, and patches that have been applied in released versions. Please see the NEWS file for a summary of the major changes, and the ChangeLog file for a comprehensive listing of all changes made to the code. *5.3.3.rc1* snmplib:

Re: NET-SNMP 5.4 + RHEL4

2006-11-30 Thread Robert Story
On Thu, 30 Nov 2006 16:07:36 -0200 Thiago wrote: TDSLB libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' or TDSLB unhandled argument `/usr/lib/libbeecrypt.la' TDSLB make[1]: *** [snmpd] Error 1 You need to install the libbeecrypt-devel rpm.

Re: clean-up function for table_iterator

2006-11-27 Thread Robert Story
On Sat, 25 Nov 2006 15:18:24 + Dave wrote: DS On 24/10/06, Mihail Peter [EMAIL PROTECTED] wrote: DS Is there any possibility to call my own (cleanup) function after a DS series of GET-requests that belong to a single snmp-walk operation. DS DS As far as the agent is concerned, each request

Re: tunnel.c won't compile in 5.4

2006-11-27 Thread Robert Story
On Mon, 27 Nov 2006 11:37:46 -0800 Daniel wrote: DL I encountered the following error compiling 5.4 (tunnel.c from agent/mibgroup): DL DL mibgroup/tunnel/tunnel.c: In function `getType': DL mibgroup/tunnel/tunnel.c:241: error: structure has no member named `ifType' Try this patch... Index:

Re: Community indexing with SNMPv3

2006-11-27 Thread Robert Story
On Mon, 27 Nov 2006 21:17:20 +0100 Enno wrote: ER in the Cisco context one can use community indexing for different tasks, e.g. getting the MAC address table from a switch [for a given VLAN, referenced by an index added to the community string], by something like ER ER snmpwalk -c [EMAIL

Re: how to write a snmp daemon

2006-11-02 Thread Robert Story
On Thu, 2 Nov 2006 10:31:02 +0200 Vlad wrote: VS I don't understand what you mean by try print values for major and VS Minor . May you explain me please what should I do exactly. Hopefully your agent was compiled with debug information. The example commands below assume you have the build

Re: how to write a snmp daemon

2006-11-01 Thread Robert Story
On Wed, 1 Nov 2006 10:26:02 +0200 Vlad wrote: VS I did load test on net-snmp-5.3.0.1-1.EL4 and after sending VS approximately 260 traps net-snmp had crushed with follow message: VS VS _callback_lock already locket in snmp_call_callbacks VS VS netsnmp_assert 1==_locks[major][minor] failed

Re: error on subcontainer '' insert (-1)

2006-10-31 Thread Robert Story
On Mon, 30 Oct 2006 18:05:41 -0500 Hai wrote: HWI still have a question regarding interfaces info polling, I have disabled ifTable,ifXtable and ipAddressTable as shown below HW HW #snmpd -L -I-ifXTable,ifTable,ipAddressTable HW HW Why the function netsnmp_arch_interface_container_load

Re: R: error on subcontainer 'ia_addr' insert (-1)

2006-10-31 Thread Robert Story
On Tue, 31 Oct 2006 17:35:13 +0100 Enzo wrote: EA On 10/31/06, Enzo Arlati [EMAIL PROTECTED] wrote: EA EA Today I have intsalled net-snmp rev 5.3.1 on red-hat 7.3 EA All is ok, also my enterprise extention seems good, but on log , EA each few ( about 5 ) seconds, I see the following error

Re: error on subcontainer '' insert (-1)

2006-10-30 Thread Robert Story
On Fri, 27 Oct 2006 13:26:22 -0400 Hai wrote: HW( The error comes from the CONTAINER_INSERT call in HW( netsnmp_ioctl_ipaddress_container_load_v4 HW( HW( It only happened to the interfaces which have the same IP address, it HW( does not make sense to have the same IP on two ethernet interfaces,

Re: error on subcontainer '' insert (-1)

2006-10-30 Thread Robert Story
On Mon, 30 Oct 2006 13:51:50 -0500 Robert wrote: RS What release are you running? I'm guessing 5.2.x? Try the attached patch.. Ok, a little more digging and I see where this is happening in 5.3 as well.. Try this patch instead... ip2.pat Description: Binary data

Re: error on subcontainer '' insert (-1)

2006-10-30 Thread Robert Story
On Mon, 30 Oct 2006 14:05:33 -0500 Hai wrote: HW( HW( The error comes from the CONTAINER_INSERT call in HW( HW( netsnmp_ioctl_ipaddress_container_load_v4 HW( HW( HW( HW( It only happened to the interfaces which have the same IP address, HW( HW( it does not make sense to have the same IP on

Re: error on subcontainer '' insert (-1)

2006-10-30 Thread Robert Story
On Mon, 30 Oct 2006 14:34:04 -0500 Hai wrote: HW( HAI: It may not resolve the CPU surge completely since the CPU HW( processe are intensive upon the each-round query. HW( HW( Any thoughts? Sure.. more tightly integrate the code with the device. The current code maintains a cache of the table,

Re: table.c helper return code

2006-10-27 Thread Robert Story
On Fri, 27 Oct 2006 21:37:38 +0800 Pamidipati wrote: PSG But we noticed a problem if there are lot of tables in sequence which PSG don't have rows in them, and a get-next is issued on the first table. PSG Following is the description of the same. PSG PSG We have 600 tables in lexicographical

Fw: SECURITY FIX: net-snmp 5.3.0.1 is released

2006-01-18 Thread Robert Story
to immediately update their installations if they use either of these tokens. A big thanks is owed to Robert Story who found the bug and quickly fixed it. The NET-SNMP Development Team Contents of this announcement - - What has Changed recently? - Where can I get

Re: Ownership of agent persistent stores

2005-12-01 Thread Robert Story
Just a note to users that this discussion is being continues on coders.. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc

Re: snmp trap handler issue (net-snmp-5.3.pre4)

2005-12-01 Thread Robert Story
, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze

Re: SNMPGETNEXT on the last column of last row is not jumping to the next table

2005-12-01 Thread Robert Story
should return nothing, letting the second handler deal with returning it's own data. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc

Re: Unknown Object Identifier - HOST MIBS

2005-11-29 Thread Robert Story
. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: table.c helper return code

2005-11-29 Thread Robert Story
, but set no object values. The subagent should then move on to the next table. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net

Re: How to configure agent to listen on a new IPAddress without restarting it.?

2005-11-29 Thread Robert Story
should file a bug report on this.. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http

Re: Heartbeating from Manager to sub-agent

2005-11-29 Thread Robert Story
entities. Does the 3rd party agent support AgentX? If so, you could provide something like the notification example compiled into a subagent. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET

Re: netsnmp crash in netsnmp_table_array_ext_data_helper_handler

2005-11-29 Thread Robert Story
? Is this out if-mib implementation, or your own? -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http

Re: question about snmp trap receiver implementation

2005-11-29 Thread Robert Story
Sorry - I don't understand what you're looking for. I think he just wants a net-snmp pdu structure.. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net

Re: Strange Counter behaviour

2005-11-29 Thread Robert Story
tips on a possible solution ? You'll have to contact your switch vendor(s). -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc

Re: SNMPGETNEXT on the last column of last row is not jumping to the next table

2005-11-29 Thread Robert Story
itself? At and OID higher than both tables, or multiple registrations (one per table)? -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc

Re: Usage of SNMP-TARGET_MIB

2005-11-29 Thread Robert Story
sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You

Re: Writable variables are notWriteable :)

2005-11-09 Thread Robert Story
-MIB to use it via snmpd? You can't. The agent needs code to support a MIB, you can't just install a MIB text file. That said, the upcoming 5.3 release include support for many of the IP-FORWARD-MIB. -- Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net

Re: array-user : columns without defaults

2005-11-09 Thread Robert Story
. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: IPAddress in the Table not returning proper value

2005-11-09 Thread Robert Story
sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You

Re: 5.2.2.rc2 available

2005-11-09 Thread Robert Story
, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all

Re: Newbie MIB question.

2005-11-09 Thread Robert Story
unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all

Re: timeout exponentially backoff ?

2005-10-17 Thread Robert Story
to remember why? Seems like a good idea to me, eve it it's optional instead of the default. -- Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty

Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2

2005-10-17 Thread Robert Story
in 5.2.2 (you can try 5.2.2.rc1 today). -- Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: Perl versus c agent

2005-10-17 Thread Robert Story
. If the utils lib doesn't help, try contacting RedHat support. Or uninstall the lot, and install our rpm (or build from source), and we can go from there. -- Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive

Re: Get IP-addresses and names of hosts attached to Switchports

2005-10-17 Thread Robert Story
. I don't know of any stanard MIBs that have ip/host mapping. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp

Re: add a forever process in agent

2005-09-25 Thread Robert Story
under the agent/example or other places? There aren't any examples, sorry. We haven't had the need to schedule things based on an absolute time. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story

Re: Solaris 8/net-snmp-5.2.2 build problems

2005-09-23 Thread Robert Story
sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You

Re: add a forever process in agent

2005-09-23 Thread Robert Story
services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: how can I make the net-snmp do a operation use a variable nameinstead of an oid?

2005-09-23 Thread Robert Story
? -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net

Re: net-snmp Sub-Agent Demon tutorial problen

2005-09-23 Thread Robert Story
to the subagent: snmpd -f -Lo -Dagentx -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http

Re: Netsnmp or Ucd style

2005-09-23 Thread Robert Story
of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze

Re: HI

2005-09-23 Thread Robert Story
, you must specify --with-perl-modules when you configure. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp

Re: How to get ifHCInOctets under FreeBSD 5.4?

2005-09-23 Thread Robert Story
-organizing code, not writing completely new code. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http

Re: Problems with mib2c oid error yet snmptranslate works fine...

2005-09-23 Thread Robert Story
multiple scalars/tables, use a top level object name. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive

Re: Problem with installation (configure error)

2005-09-23 Thread Robert Story
. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: AgentX in windows (netsnmp 5.2.1.2 + example-demon)

2005-09-23 Thread Robert Story
for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: GetBulk timed out

2005-09-23 Thread Robert Story
they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: Query regarding the net-snmp performance

2005-09-23 Thread Robert Story
(perhaps slightly) more memory. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http

Re: solaris 8 make test failures 9/44

2005-09-23 Thread Robert Story
, so you can verify the request is being received. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive

Re: SUSE 9 NET SNMP Support

2005-09-23 Thread Robert Story
for the snmpget OIDS? What version of net-snmp? Can you run the agent with -Dagentx and see if the subagents are connecting ok? -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support

Re: Solaris - monitoring a process woes

2005-09-23 Thread Robert Story
they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little standards, all different

Re: Solaris 8/net-snmp-5.2.2 build problems

2005-09-22 Thread Robert Story
of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users You are lost in a twisty maze of little

Re: Solaris 8/net-snmp-5.2.2 build problems

2005-09-22 Thread Robert Story
/socket.h #endif +#if HAVE_SYS_SOCKETVAR_H +#include sys/socketvar.h +#endif #if HAVE_ARPA_INET_H #include arpa/inet.h #endif -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie

Re: adding a file to MIB issue..

2005-09-14 Thread Robert Story
On Sun, 11 Sep 2005 00:03:27 +0200 Thomas wrote: TA Robert Story wrote: TA On Tue, 23 Aug 2005 08:37:10 -0700 (PDT) vijendra wrote: TA VA 1. copy the attached file to ./mibs/ dir. TA TA If ./mibs/ is not a standard mib directory, you also need to specify the TA path in the MIB_DIRS

Re: iterate option

2005-09-14 Thread Robert Story
for faster looksups. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive: http://sourceforge.net

  1   2   3   4   5   6   7   >