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
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