Re: proper OID for netsnmp_register_cache_handler

2010-03-25 Thread Dave Shield
On 25 March 2010 00:55, wrote: > Here is my init routine: > >     55 void init_software(void) >     56 { >     85     netsnmp_register_table_iterator(handler, iter); This is registering a handler chain (based around the iterator handler) for the specified OID - the root of the table. >     88

proper OID for netsnmp_register_cache_handler

2010-03-24 Thread khan_don
Hello, I've been experimenting with the caching (netsnmp 5.3.1-14.el5 yeah RedHat) and I've noticed something that I do not understand. First of all here are the details: mod ::= t 1.3.6.1.4.1.1139.16.10 -- top level module OID sw ::== { modMIB 1 } //SW_OID swTable ::= { sw 1} // SWTABLE_OID I