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

snmpget invalid data using multiple oids to tables.

2006-03-08 Thread Greg Robillard
I am not getting accurate data returned when posting multiple snmpget requests to table data.When I send the followingsnmpget -v2c -c public localhost enterprises.103.1.9.2.5.1.2.4 enterprises.103.1.9.2.5.1.3.4 enterprises.103.1.9.2.5.1.5.4,I receive the following.SNMPv2-SMI::enterprises.103.1.9.2.