On Mon, 2005-06-13 at 10:47, Emmanuel Doguet wrote: > It's my case, if I want to redirect "logmatch" OID on my mib ... > I must found the name of the logmatch handler, right? ;)
Right. See 'agent/mibgroup/ucd-snmp/logmatch.c' Note that this actually uses the old v4 API, so the registration is handled slightly differently (REGISTER_MIB rather than netsnmp_register_*_handler). But the basic idea is the same - repeat the same call, but with a different OID. Dave ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
