On 9 April 2010 16:30, Kavita Raghunathan <[email protected]> wrote: > I notice that if up/down is only invoked from the ifTable_container_load > function.
Correct. That's the routine which looks at information about interfaces status and statistics, so is the natural place to spot changes in status, and hence trigger ifUp/Down traps. > This function is called only during initialization. Not Correct. The function is called by the cache helper, and should be invoked every 30 seconds. Setting up the cache is done during initialisation, but the cache_load hook will be called repeatedly, throughout the operation of the agent. > So, this seems > to indicate that the if up down notification will only be sent out the first > time the software starts up. No. See above. > What about subsequent interface up/down events > each time an interface goes down. How will this situation be handled ? These will be spotted the next time that the cache_load hook is run (i.e every 30s) Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
