On 31/08/06, Mike Varley <[EMAIL PROTECTED]> wrote: > we are seeing an snmptable command respond with question > marks ('?') as the result for some of the column entries; and I am > wondering if this is normal behaviour if net-snmp encounters an error > while trying to interpret a response.
Not an error as such, but it's the way snmptable displays "gaps" in a table, where a particular row is missing one or more column values. > id num ip > 095 1 192.168.24.252 > DE8 ? ? I'm not exactly sure what the indexing for this table is, but assuming it's the 'id' field, what does a GETNEXT request for id.095 num.095 ip.095 return? (Obviously, replace this with the correct column names and index value for the row immediately before the first '?' one). > also, we've noticed that when the '?' appears, the row is actually > repeated over and over again (sometimes thousands of times!) as if the > bulk-get gets stuck retreiving the same index over and over again. That sounds as if one particular column is returning thousands of intervening values, before the next "complete" row. > Is this expected if the MIB-code is returning erroneous data? It might occur if the MIB-code is returning inconsistent data - e.g. if the table is changing while it's being retrieved. How are you implementing the table? Which helper? Is the table data cached at all, or is it retrieved afresh for each separate request? Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders