[AGENT++] Walking table row by row using SNMP++

Altaf Aali altaf.aali at gmail.com
Sun Apr 29 08:37:17 CEST 2007


I am attempting  to traverse a table but apparently the getBulk traverses
the table column by column so that the output for a table that has data as
follows:

            Col1          Col2             Col3
Row1
Row2

.... is returned as follows;

Row1, Col1
Row2, Col1
Row1, Col2
Row2, Col2
Row1, Col3
Row2, Col3

Is there a way to get the data row by row or does this depend on agent
implementation?

Thanks



More information about the AGENTPP mailing list