hrSWRunTable cache timeout, configuration options, etc.

2012-03-27 Thread Jo Rhett
I have some questions about the caching of hrSWRunTable. According to what I see in the code (as mentioned by David) the hrSWRunTable is already being cached. However, when I query the nsCache I'm not seeing it there: jorhett@sj2-noc01 ~$ snmpwalk -c (snip) -v 2c localhost nsCache NET-SNMP-AGE

Force table cache reload in code (the get request)

2012-03-27 Thread Francois Bouchard
>> My questions are: >> What is the proper way to force a cache reload at anytime? >Call the cache_load routine. >That's exactly what it's there for. two questions about forcing a cache reload (the get request) : 1) Does the cache handler still have to be registered in the initialize function?