Re: A question of net-snmp

2010-08-25 Thread AC.
2010/8/25 Dave Shield > On 25 August 2010 09:40, AC. wrote: > >> > I see that the command "snmptable" use the "getnext" to retrive the > >> > information, > >> > but is that correct cause I don't need the information of table B

Re: A question of net-snmp

2010-08-25 Thread AC.
2010/8/25 Dave Shield > On 25 August 2010 03:02, AC. wrote: > > When I used "snmptable" to get the information of the table A, it will > > contact the handler of table A. > > But it will contact the handler of table B, too. > > But only once, at the very end

Re: A question of net-snmp

2010-08-24 Thread AC.
Dear Dave, Thanks for your help, I resolve my problems. There is only one question about table having to be resolve and illustrate as following. net-snmp-5.5 2 tables, table A and table B, made by mib2c When I used "snmptable" to get the information of the table A, it will contact the handler of

Re: A question of net-snmp

2010-08-18 Thread AC.
> > On 18 August 2010 06:47, AC. wrote: > >> How exactly are you retrieving the table. > > > > I used the "snmptable" command to retrive. > > In which case, things are working as expected. > > snmptable will send one GETNEXT request for each &

Re: A question of net-snmp

2010-08-17 Thread AC.
> > On 17 August 2010 07:28, AC. wrote: > > I can get table information that I need by using mib browser, but I > find two > > questions when I do it. > > Q1: If I use the command to get Table A, the agent will ask the > > inforation A and information B.

Re: A question of net-snmp

2010-08-16 Thread AC.
Dears, I can get table information that I need by using mib browser, but I find two questions when I do it. Q1: If I use the command to get Table A, the agent will ask the inforation A and information B. If I use the command to get Table B, the agent will ask the inforation B and information

Re: A question of net-snmp

2010-08-06 Thread AC.
quot;configure" parameters were error. Why do you think about it? Bluce 2010/8/6 AC. > The attached file, "make-debug.log", is the result of the "make" command. > (# make 2>&1 >make-debug.log) > > console print >

Re: A question of net-snmp

2010-08-05 Thread AC.
> I tried the method that you suggested yesterday. > > I downloaded "net-snmp-5.4.3.tar.gz" again, unpacked it, and then executed > "./configure". > > the "configure" patameter is as following (the same as before) > >--host=x86_64-linux \ > --with-cc="$CROSS_COMPILE"gcc \ > --with-endiannes

Re: A question of net-snmp

2010-08-05 Thread AC.
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Oct 1 2009 22:19:26 @INC: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /

Re: A question of net-snmp

2010-08-04 Thread AC.
nstall the perl5 with 64-bit? 2010/8/3 Dave Shield > On 3 August 2010 05:18, AC. wrote: > > When I made the snmp server, I find that the execute file, snmpd, > > was not made by the code. > > Have a look at the output of the compilation. > If the agent wasn't crea

Re: A question of net-snmp

2010-08-03 Thread AC.
e the snmpd for x86_64 I can get it, or how to make it by the code? Please teach me! Thanks. PS, my net-snmp version is 5.4. Bluce 2010/8/3 Dave Shield > On 28 July 2010 13:57, AC. wrote: > > I made a table for getting mibs information. > > The first time to

Re: A question of net-snmp

2010-07-28 Thread AC.
Dear sir(s), I made a table for getting mibs information. After my machine finished booting (the initial function was executed and was finish), I use "snmptable" function to get information. The first time to get information, the function,"encTable_get_first_data_point", is called and get my ext

A question of net-snmp

2010-07-28 Thread AC.
Dear sir(s), I made a table for getting mibs information. The structure is as following, Table.c /* ** table ** */ /** Initialize the table by defining its contents and how it's structured */ void initialize_table(void) { static oid enc