2008/7/2 Tewen Hsieh <[EMAIL PROTECTED]>: > If I implement ifTable by myself, will disman/event-mib module still work > fine? > I mean I have changed the default ifTable module (use myself's api to get > interfaces' status), will disman/event-mib module still auto detect > linkup/linkdown and send traps?Or I should implement send linkup/linkdown > trap by myself if I don't use the default ifTable module?
As long as your module will return correct values for operStatus, then the Event MIB doesn't care how this is done. All it does is run an internal query and look for changes in the results. It's essentially equivalent to an external management application, except that the requests never leave the snmpd process. The internals of a given MIB module are irrelevant. Dave ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
