RE: Cannot start snmpd plus snmp dead but subsys locked msg

2007-10-09 Thread Lee, John (Sydney)
Yep. We only offer binaries for FC6, not FC7, though, so you'd need to build from source. If you prefer binary packages instead, you could: - install a 5.4.x SVN snapshot package for FC7 (see http://www.net-snmp.org/wiki/index.php/Third-Party_Packages -- let us know how it works for you)

Re: Cannot start snmpd plus snmp dead but subsys locked msg

2007-10-09 Thread Dave Shield
On 09/10/2007, Lee, John (Sydney) [EMAIL PROTECTED] wrote: # wget http:///net-snmp-5.4.1.tar.gz # ./configure : /usr/local/etc/snmp/snmpd.conf: line 417: Warning: Unknown token: smuxpeer. Try ./configure --with-mib-modules=smux # snmpd -f -Le netsnmp_assert

RE: SNMPV3 user Authentication Failed

2007-10-09 Thread Madan (Madan Mohan) Goud
Gentlemen, Any helping hand on this?? Thanks, Madan -Original Message- From: Madan (Madan Mohan) Goud Sent: Monday, October 08, 2007 5:43 PM To: net-snmp-users@lists.sourceforge.net Cc: Madan (Madan Mohan) Goud Subject: SNMPV3 user Authentication Failed Hi All,

sysUpTime jumps from 24 to 472 on Linux

2007-10-09 Thread arul vadivel
Hi Net-SNMP Users,I am facing the issue mentioned in the link below:http://sourceforge.net/tracker/index.php?func=detailamp;aid=418335amp;group_id=12694amp;atid=112694I just want to fix this in my application using ucd-snmp 4.2.3 (without migrating to latest version).When I do diff between

Index Issue: container not get freed before another cache_load

2007-10-09 Thread Sharad Chandra
Hi Guys, snmpd is not able clear cache (container), I guess. I used mib2c tool to generate codes. Once i run snmpwalk, I got SNMPv2-SMI::enterprises.5713.2.10.15.40.1.1.2 = INTEGER: 2 SNMPv2-SMI::enterprises.5713.2.10.15.40.1.1.4 = INTEGER: 4

Re: How to implement Counter64

2007-10-09 Thread Dave Shield
On 09/10/2007, Vinh Nguyen [EMAIL PROTECTED] wrote: Does anyone know how to implement a Counter64 variable (in a subagent) using net-snmp? Such values are handled using struct counter64 variables. This is basically two 32-bit integers bundled together, containing the low and high order halves

SNMPSET and SNMPGET

2007-10-09 Thread Paul.Raine
Hi, Im new to Net-SNMP and I want to use the API from VC++. From the command prompt im fine but I cant seem to find any simple examples that show how to use the API to perform basic snmpset and snmpget commands. Can anyone help? Thanks Paul This email and any files attached

active monitoring behavior

2007-10-09 Thread Chris Liles
I currently have active monitoring going, and let me say it works great! By running some packet captures and walking the tree I have come to the following conclusion regarding the behavior. If a condition of a monitor is met (threshold or absolute) the ErrorFlag associated with the entry that

RE: The elements of one table, their OID is discontinous.

2007-10-09 Thread Mike Ayers
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Chen Sent: Monday, October 08, 2007 8:09 PM I get one MIB, the elements of one table, their OID is discontinous, I can't to execute walk command. Such a design has any special purpose? Many thanks.

RE: sysUpTime jumps from 24 to 472 on Linux

2007-10-09 Thread Mike Ayers
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of arul vadivel Sent: Tuesday, October 09, 2007 2:17 AM I just want to fix this in my application using ucd-snmp 4.2.3 (without migrating to latest version). When I do diff between latest version and the old version

Re: sysUpTime jumps from 24 to 472 on Linux

2007-10-09 Thread Dave Shield
On 09/10/2007, Mike Ayers [EMAIL PROTECTED] wrote: If you want to continue using version 4, then you will need to fix this bug yourself, as it is most likely that there is noone left doing active development on that branch. Confirmed. There has been little or no active

Re: Code for multiple subagents each providing one row of a table

2007-10-09 Thread Dave Shield
On 03/10/2007, Pete Gillin [EMAIL PROTECTED] wrote: Short version: I have a MIB which describes a table, and I want a number of subagents on the machine to each provide one row of that table. When we send requests to snmpd to walk the table, it should communicate with each subagent and pull

Re: Did anybody implement the SNMP set for the IEEE 802.11 MIB

2007-10-09 Thread Dave Shield
On 05/10/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to write C code for the snmp set operation for the WLAN IEEE 802.11 MIB. I could able to set only the ESSID . But for any integer values when I am trying to set the control not reaching the Write Method.

Re: Several subagents to handle different rows of a table

2007-10-09 Thread Dave Shield
On 06/10/2007, [EMAIL PROTECTED] wrote: I have a mib with a table and I would like to have two subagents handling two different subsets of rows. Is it possible? In principle, yes this is possible. The AgentX protocol includes the idea of OID ranges, which can be used to register a single row of

Re: mib2c error

2007-10-09 Thread Dave Shield
On 08/10/2007, Yogesh Ankolekar [EMAIL PROTECTED] wrote: I installed net-snmp-5.3.1 using the option --with-perl-modules=/usr/bin/perl. That doesn't feel right. What happens if you try --with-perl-modules ? When I try to use mib2c, it always complains me as below. ERROR: You don't

Re: How to implement Counter64

2007-10-09 Thread Vinh Nguyen
Thanks a lot Dave. I tried that u long long spliting-stiching as you said and it worked perfectly. Cheers, Vinh Dave Shield wrote: On 09/10/2007, Vinh Nguyen [EMAIL PROTECTED] wrote: Does anyone know how to implement a Counter64 variable (in a subagent) using net-snmp? Such

RE: Cannot start snmpd plus snmp dead but subsys locked msg

2007-10-09 Thread Lee, John (Sydney)
# snmpd -f -Le netsnmp_assert !registration != duplicate failed agent_registry.c:535 netsnmp_subtree_load() It might be worth applying Official Patch 1805971 (from the project web site), to handle these messages. Applied patch to agent_registry.c. Looks good.