How to display the data in a row of a table

2006-03-07 Thread Li Juen Hwang
Hi, i can use snmptable to display the whole table, but how to disply a row of table? The type of table index is IpAddress and i set the index via snmp_set_var_value() as the following: _get_first[next]_data_point() { ... vptr = put_index_data; snmp_set_var_value(vptr, (u_

Re: Encryption support not enabled.

2006-03-07 Thread Wes Hardaker
> On Tue, 21 Feb 2006 18:25:52 +0100, Vincenzo <[EMAIL PROTECTED]> said: Vincenzo> everytime i try to run it, the following error shows me on the output: Vincenzo> Encryption support not enabled. Vincenzo> snmptrap: USM encryption error (Sub-id not found: iso -> sysContact) You need openssl i

Re: Displaced c++-style comments in net-snmp-5.3.0.1-sourcecode

2006-03-07 Thread Wes Hardaker
> On Wed, 22 Feb 2006 11:15:05 +, Dave Shield <[EMAIL PROTECTED]> said: >> I noticed some c++-style comments ("// code") in some >> files in ./agent/mibgroup/disman/event/mte*. Dave> Yes - those look like temporary removals of code that Dave> should have worked but had been causing proble

Re: snmpv3 "USM unknown security name"

2006-03-07 Thread Wes Hardaker
> On Wed, 22 Feb 2006 17:57:23 +0100, "talpun talp" <[EMAIL PROTECTED]> > said: talpun> we are tryng to configure net-snmp for snmpv3. talpun> We have some problem with usm user. Into snmpd.conf I inserted the talpun> statement: talpun> createUser -e 0x1234567890 maurizio MD5 1234567890

Re: SNMP V3 key change

2006-03-07 Thread Wes Hardaker
> On Sat, 25 Feb 2006 17:06:23 -0500, "Soni Manish-E3988C" <[EMAIL > PROTECTED]> said: Soni> Wanted to know when snmp key change is triggered by setting Soni> usmauthkeychange does the net-snmp agent wait to update the keys Soni> until all the ongoing operations (Sets) are completed or th

Re: Can parse_oid_indexes() parse fixed-length string indexes?

2006-03-07 Thread Wes Hardaker
> On Wed, 1 Mar 2006 19:40:58 +0200, "Makavy, Erez (Erez)" <[EMAIL > PROTECTED]> said: Erez> I don't see in the table registration any information about the indexes' Erez> length (in case of fixed-length string) Erez> And there is also no information about the length in the parameters o

Re: 5.1.4.rc1 available for testing.

2006-03-07 Thread Wes Hardaker
> On Mon, 06 Mar 2006 11:36:04 +, Dave Shield <[EMAIL PROTECTED]> said: >> we're going to be releasing 5.1.4 in the near future and this will >> likely be the last release in the 5.1.X series. Dave> I gave this release a quick whirl over the weekend, Dave> and it seemed fine. But it need

Re: Missing OID?

2006-03-07 Thread Wes Hardaker
> On Mon, 6 Mar 2006 09:53:08 -0500, Jean-Sebastien Morisset <[EMAIL > PROTECTED]> said: Jean-Sebastien> I'm using Net-SNMP v5.3.0.1 on several versions of Jean-Sebastien> Solaris (2.6->10) and trying to build a CPU graph with Jean-Sebastien> rrd (in OpenNMS), but Net-SNMP isn't returning

Re: Hi i want the documentation details for snmptrapd- version 5.1

2006-03-07 Thread Wes Hardaker
> On Sat, 04 Mar 2006 15:15:06 +0600 (IST), [EMAIL PROTECTED] said: krishnakumar> I need the documentation details for snmptrapd section krishnakumar> in net-snmp 5.1 . i need the usage details for snmptrapd krishnakumar> . please send the same. Please read the snmptrapd and snmptrapd.conf ma

Re: exec problem with 5.1

2006-03-07 Thread Thomas Anders
Mikester wrote: I've got an exec configuration that runs a simple ping script to a few hosts. I have tested the 5.3 version extend config and don't have this problem but upgrading hundreds of machine's version of snmp is a task that won't happen quickly and I do still have some problems that

Re: Net-SNMP w/ Solaris 10 libseaProxy/Extensions.so doesn't work!

2006-03-07 Thread Keith M Wesolowski
On Tue, Mar 07, 2006 at 11:38:50AM -0500, Jean-Sebastien Morisset wrote: > Thanks Keith! Attached is the core file. The command used to generate it The problem here is that 5.3.0.1's definition of netsnmp_session is incompatible with the one in 5.0.9, against which the seaProxy module was built.

Re: system: Unknown Object Identifier (Sub-id not found: (top) ->system)

2006-03-07 Thread Hassan Noureddine
Thanks Dave, The agent was looking for the mib files in "/usr/share/snmp/mibs/". while the mibs were stored in different directory. I moved the file to to "/usr/share/snmp/mibs" and it worked fine. From: Dave Shield <[EMAIL PROTECTED]> To: Hassan Noureddine <[EMAIL PROTECTED]> CC: net-snmp-u

exec problem with 5.1

2006-03-07 Thread Mikester
I've got an exec configuration that runs a simple ping script to a few hosts.   I have tested the 5.3 version extend config and don't have this problem but upgrading hundreds of machine's version of snmp is a task that won't happen quickly and I do still have some problems that are similar.   The

Re: How can one acknowledge informs in snmptrapd

2006-03-07 Thread John Rouillard
On Tue, Mar 07, 2006 at 09:56:21AM -0800, shahram amini-didani wrote: > Hi Thomas, > > There is the following case that the agent should > continue sending the given inform until it is > acknowledged by the manager. > > In a normal situation, the manager will acknowledge > the inform but in order

Re: How can one acknowledge informs in snmptrapd

2006-03-07 Thread shahram amini-didani
Hi Thomas, There is the following case that the agent should continue sending the given inform until it is acknowledged by the manager. In a normal situation, the manager will acknowledge the inform but in order to verify that the agent will continue sending the given inform, it would not useful

Re: How can one acknowledge informs in snmptrapd

2006-03-07 Thread Thomas Anders
shahram amini-didani wrote: Is there a way to acknowledge informs in snmptrapd? This should be done by default. Can one disable/enable inform acknowledgment? Why? Not sending INFORM ACKs would violate RFC requirements. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) -

RE: linkup linkdown monitoring impacts the performance

2006-03-07 Thread vishakha s
Hi I read this mail and tried to run with the notification.c you mentioned .It is generating the trap .But how to use netlink for this .We have to write some code for opening the socket and what you mean by subscribe to link change messages.I am not much familiar with this topic .Can you please put