On 20/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> The bigger surprise (and the one that I think is getting me) is that
> even though both the daemon and the snmpwalk seem to _find_ the
> DELL-CMC-MIB file, only the daemon _imports_ its definitions.


> ===========================================================
> ./configure command line:
>
> # ./configure --enable-mini-agent --with-mibdirs="/etc/snmp/mibs"
> --with-mib-modules="DELL-CMC-MIB" ....


Ah - that's probably not quite right.
The option "--with-mib-modules" controls what code is compiled into
the agent.   This invocation will cause the build to look for files

    DELL-CMC-MIB.{c,h}

in the 'agent/mibgroup' directory.
That doesn't (of itself) affect the list of MIB files to be loaded by default.

What you probably want is the configure options

   --with-mibs="+DELL-CMC-MIB"

which *does* add this MIB to the default list.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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

Reply via email to