On Thu, 2005-04-28 at 12:28, [EMAIL PROTECTED] wrote: > I am going through MIB2C info on the net-snmp site. I just wanted > to inquire that, > > 1. How are directives useful from the user point of view
Which directives are you referring to? mib2c directives, snmpd.conf directives, or snmp.conf directives? mib2c directives are irrelevant to an end-user - these are only useful for the coder preparing to implement a new MIB module. snmpd.conf directives are relevant in as much as they may affect what information is available from a given agent. But they're not something that an "operator user" would work with directly. snmp.conf directives *are* directly useful to an operator or client user, as they can control the SNMP version and admin settings used to send requests, and the MIB files that should be loaded. > 2. what these directives have to do in MIb2C, as I suppose they are > implemented in the conf files ? Which directives are you talking about? snmp.conf and snmpd.conf directives are not relevant to mib2c. > 3. can u just in brief tell me the overall flow of mib2c mib2c is used to generate a code template for a particular MIB. The MIB developer then fills this out with the full code needed to implement those object, before compiling this file into the agent. Is that the sort of thing you meant? If not, what? Dave ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ 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
