Re: snmpget invalid data using multiple oids to tables.

2006-03-08 Thread Greg Robillard
Wes,I am currently working with the following: for (i=1; i<= number_of_tables; i++){index[0] = i;row = netsnmp_create_table_data_row();netsnmp_table_row_add_index(row, ASN_INTEGER, &index, sizeof(int));netsnmp_set_row_column(row,COLUMN_COMMBASESTATSENTRYINDEX,ASN_INTEGER,(char*)&index[0],sizeof(int

Re: snmpget invalid data using multiple oids to tables.

2006-03-08 Thread Wes Hardaker
> On Wed, 8 Mar 2006 04:41:49 -0800 (PST), Greg Robillard <[EMAIL > PROTECTED]> said: Greg> I am not getting accurate data returned when posting multiple Greg> snmpget requests to table data. Can you provide additional info: which table handler are you using. I was originally thinking t