On 01/02/2008, Jun Zhang <[EMAIL PROTECTED]> wrote: > I would think it is the agent, snmpd, who got the mibs loaded. If I executed > export MIBS=+AnotherMIB and then start the agent, AnotherMIB should be > loaded on top of the default set, but correct me if I'm wrong.
Sorry - you are wrong. The MIBS environmental variable is purely concerned with loading the file that defines the MIB object names. As such, it is mostly useful for the client-side applications. The agent needs some real code in order to *implement* these MIB objects. As such, the MIB file is best thought of as a design document that the MIB implementor can use to guide the writing of this code. Once the MIB module has been coded, then the agent typically doesn't need the MIB file any more. Please see the FAQ entries "How do I add a MIB" for more information. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
