I have a table (ocStbHostAVInterfaceTable) which is populated with 10 rows.    
When I perform a snmpwalk of this table, I verified (via printf statements) 
that the entire table is being traversed 3 times, however, the results of the 
snmpwalk request are only displayed one time.

Basically, I verified the row_prep() routine of this table is called 30 times 
repeatedly for each snmpwalk request.

Here is the command I am using:

snmpwalk -v1 -c mycommunity_ro 127.0.0.1 ocStbHostAVInterfaceTable

Any ideas why this might be happening?   

My cache timeout is set at 60 seconds and the "cache->flags" is set as follows: 

cache->flags |= NETSNMP_CACHE_PRELOAD;




       
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to