Help on SNMP Tables

2009-02-04 Thread Baltazar Francois
Hi all! I'm using net-snmp 5.3.2. I want to know if it is possible to dynamically adicionate rows to a "basic" table (without row-status column). If yes, how can I do it ? If no, why is it not possible ? Best regards, François BALTAZAR ---

Net-SNMP is blocking process on handler?

2008-07-16 Thread Baltazar Francois
Hi all, I want to know if when an handler is called the whole snmpd process is blocked? I have made the following test : i have put an infinite cycle on an handler whith a : while (1) sleep(1); When handler is called, process seems to be blocked on this call and it does not respond to other r

Tables with READ-CREATE row on net-snmp-5.1.1

2008-05-01 Thread Baltazar Francois
nd regards, François Baltazar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: quarta-feira, 30 de Abril de 2008 9:40 To: Baltazar Francois Cc: net-snmp-coders@lists.sourceforge.net; Angela Lazaro Subject: *SPAM* Re: SNMP Table with two indexes

SNMP Table with two indexes

2008-04-29 Thread Baltazar Francois
Hi all, I've successfully coding a table for an agent with two indexes, when indexes where followed like that : Table |--Index1 |--Index2 |--Column1 |--Column2 But I am having trouble with tables which have indexes not followed like that : Table |--

Help with snmp tables

2008-04-24 Thread Baltazar Francois
Hi all! We are traying to implement tables in snmp and we need to access them using a handler. We would like to know if, in order to do that, we need to use the snmp_iterator_info? Is there any other way? Thanks, François Baltazar --

Help with snmp tables

2008-04-01 Thread Baltazar Francois
. Can you give us a hand? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: quarta-feira, 26 de Março de 2008 9:22 To: Baltazar Francois Cc: net-snmp-coders@lists.sourceforge.net; Angela Lazaro Subject: Re: Help with snmp tables On

Help with snmp tables

2008-03-25 Thread Baltazar Francois
Hi all, We have generate the C code from the mib file OAM-GLOBAL-REG-V1.txt (attached) with the command mib2c -c mib2c.create-dataset.conf oam Then we have created the handler to respond to the mib values. When we have test the code , the agent seem to respond only to GET NEXT request. The

Help with snmp table

2008-03-20 Thread Baltazar Francois
-Original Message- From: Angela Lazaro Sent: Thu 3/20/2008 8:14 PM To: Baltazar Francois Subject: RE: GALILEO MGF -- MAIL PARA MAILING LIST Oi! Está bom. A nível do inglês é que se calhar fica melhor: What we are trying to do is to have only one handler... em vez de: What we are

NET-SNMP 5.1.1: Help with tables handler

2008-01-18 Thread Baltazar Francois
Hi, I need some help with net-snmp tables handler. The problem is that I need one single handler function to process SET and GET commands for several tables of my MIB. This handler needs to consult an external module to reply to GET, and needs to pass SET data to an external module for storag

RE: GET-RESPONSE with multiple OID

2007-12-07 Thread Baltazar Francois
PROTECTED] On Behalf Of Dave Shield Sent: quinta-feira, 6 de Dezembro de 2007 9:32 To: Baltazar Francois Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: GET-RESPONSE with multiple OID On 05/12/2007, Baltazar Francois <[EMAIL PROTECTED]> wrote: > I want to know if exists a way to s

GET-RESPONSE with multiple OID

2007-12-05 Thread Baltazar Francois
I want to know if exists a way to sent a GET-RESPONSE to a manager with multiple OIDs in a PDU. It's that we can send a SET-REQUEST with multiple OIDs but I haven't found any way to respond with multiple OIDs. Many thanks, François BAltazar

RE: Net-snmp debugging

2007-11-23 Thread Baltazar Francois
For anybody with this problem, problem was solved by midifying the net-snmp-config.h file by hand. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Baltazar Francois Sent: quinta-feira, 22 de Novembro de 2007 12:37 To: net-snmp-coders

Net-snmp debugging

2007-11-22 Thread Baltazar Francois
Hi all, Í'm trying to compile a net-snmp agent with specific modules for LynxOS-178. I'm compiling on Linux so, I cannot configure the package, I have to modify Makefiles by hand. I have successfully compile and run the package, agent is responding to requests like SysDescr, uptime... but not