Re: Help with snmp tables

2008-04-24 Thread Dave Shield
2008/4/24 Baltazar Francois <[EMAIL PROTECTED]>: > 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? There are several different table hel

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: [email protected]; Angela Lazaro Subject: Re: Help with snmp tables On

Re: Help with snmp tables

2008-03-26 Thread Dave Shield
On 25/03/2008, Baltazar Francois <[EMAIL PROTECTED]> wrote: > We have generate the C code from the mib file OAM-GLOBAL-REG-V1.txt > (attached) The first thing that strikes me about that MIB file is that you are defining a table with no accessible content. The oamIndex column is defined as being "

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