RE: When use data type CounterBasedGauge64, what should be diplayed, "Counter64" or "CounterBasedGauge64"?

2010-12-10 Thread W Z
asedGauge64, what should be diplayed, > "Counter64" or "CounterBasedGauge64"? > From: d.t.shi...@liverpool.ac.uk > To: lh_1...@hotmail.com > CC: net-snmp-users@lists.sourceforge.net > > On 10 December 2010 06:54, W Z wrote: > > I need to use CounterBasedGauge64 fo

When use data type CounterBasedGauge64, what should be diplayed, "Counter64" or "CounterBasedGauge64"?

2010-12-10 Thread W Z
I need to use CounterBasedGauge64 for our own data, as there is no Gauge64. In MIB file, the SYNTAX for the data is CounterBasedGauge64. When doing a snmpget for the data, what should be displayed: .1.x.x.x.x.x.x.x = Counter64: data_value; Or, .1.x.x.x.x.x.x.x = CounterBasedGauge6: data_valu

RE: subagent core dump at startup

2010-06-16 Thread W Z
So far, I have not been able to reproduce this problem... Thanks! Date: Tue, 15 Jun 2010 17:41:27 +0200 Subject: Re: subagent core dump at startup From: bvanass...@acm.org To: lh_1...@hotmail.com CC: net-snmp-users@lists.sourceforge.net On Mon, Jun 14, 2010 at 8:53 PM, W Z wrote: We use

subagent core dump at startup

2010-06-14 Thread W Z
We use net-snmp 5.4.2.1. We had a subagent core dump at system start up. This happens rarely, i.e., cannot reproduce. After gdb core file, backtrace shows: == Program terminated with signal 11, Segmentation fault. [New process

switch from agentX to dynamic load problem

2010-03-06 Thread W Z
System works fine as a subagent (agentX). We decided to switch to dynamic load method. All compiled and loaded. However, when doing snmpwalk, it only gives the top data back, not walking through the all table. What could be wrong? Thanks! __