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
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
--
.
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
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 "
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