On Mon, 2005-08-08 at 15:40 -0700, Fong Tsui wrote: > What mib2c conf file(s) should be used for creating full RMON > and RMON2 code?
That probably doesn't matter too much. With many MIBs (and particularly with RMON), the hardest aspect is working out how to retrieve the necessary information that needs to be reported. Mib2c can't help with that - it's purely concerned with how to pass this information back via SNMP. For *any* MIB, I'd start by looking at how this information is made available from the underlying system - whether there are direct APIs to retrieve individual elements, or whether it might be easier to read in the whole thing in one go and cache it internally, or what. Once you've worked out how the information will be made available, you'll be in a better position to decide which mib2c config to use. Dave ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
