>>>>> "XP" == Xuan Pan <[EMAIL PROTECTED]> writes:
XP> The fact is the contents in my MIB file consist of not only tables but XP> also many other data types. Is it still possible that I can make use of XP> the template generation feature somehow and which conf file I should XP> use? There are only two types of data that mib2c can think about: tables, and scalars. If you have a lot of scalars in your MIBs, those are frequently easier to write and need less template code actually. You can, however, run "mib2c -c mib2c.scalar.conf SCALAROID" in order to have it generate scalar code. XP> For example I have a number of Integers, Display strings, some counters XP> and two tables (one for a Radius server pool one for a DHCP server pool) XP> defined in the MIB file. You'll need to run mib2c multiple times to create a few template code files. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
