Re: UPDATE: Possible bug: NET-SNMP v5.1.2.pre2 crashes

2004-07-08 Thread Users
On Thu, 1 Jul 2004 14:48:50 +0800 Vic wrote: VB> >> From: Robert Story (Users) <[EMAIL PROTECTED]> VB> >> On Tue, 29 Jun 2004 17:16:33 +0800 Vic wrote: VB> >> VB> The command that sent net-snmp crashing is an attempt to write VB> >> VB> value to the"ipRouteIfIndex.xxx.xxx.xxx.xxx" quad-network o

Re: Table iterator: get_next_data_point

2004-07-08 Thread Users
On Thu, 8 Jul 2004 08:48:37 +0100 [EMAIL PROTECTED] wrote: HKC> > If you don't mind caching, then the stash cache helper would help. HKC> > There a lots of different ways of optimizing, using various HKC> > different handlers HKC> > and helpers. It just depends on your data, and how much extra HK

Re: formatting of snmptrapd output

2004-07-08 Thread Dave Shield
> is there a possibility to format the output of snmptrapd for Hex strings > in such a way, that they are not broken up after 16 bytes? The current CVS tree supports a 'snmp.conf' directive "hexOutputLength" for exactly this purpose. You can use it to set where to break the output, or '0' to pri

Re: formatting of snmptrapd output

2004-07-08 Thread Alex Burger
Eckhard Ruediger wrote: Hello, is there a possibility to format the output of snmptrapd for Hex strings in such a way, that they are not broken up after 16 bytes? I'd like to see the complete variable in one line. Example: snmptrap -OnQ results into 2004-07-08 13:50:16 localhost.localdomain [127.

same column name in different mibs

2004-07-08 Thread ujjwal
Hi, I am writing the new mib which contains multiple tables. What I observed is if my table contains some column name (say ifIndex) which matches with column from some standard mib, mib2c is using the column from the standard mib and not my mib. Is it that snmp libraries are doing the flat global

formatting of snmptrapd output

2004-07-08 Thread Eckhard Ruediger
Hello, is there a possibility to format the output of snmptrapd for Hex strings in such a way, that they are not broken up after 16 bytes? I'd like to see the complete variable in one line. Example: snmptrap -OnQ results into 2004-07-08 13:50:16 localhost.localdomain [127.0.0.1] (via 127.0.0.1) T

RE: Table iterator: get_next_data_point

2004-07-08 Thread holger.klaas
> From: Robert Story (Users) > Sent: 08 July 2004 01:25 > > On Wed, 7 Jul 2004 18:28:45 +0100 holger wrote: > HKC> > I have coded my own MIB module based on a stub file that was > HKC> > originally auto-generated by mib2c using mib2c.iterate.conf,v > HKC> > 5.5. The module contains a table with