Niels> This should be --with-mibs=...:FOURD-MIB" (the name from the Niels> DEFINITION clause).
Steve> Ok, now I'm even more confused. Here's what the relevant line from Steve> my config shell looks like : Steve> --with-mib-modules="fourD mibII host ieee802dot11" You're confusing two separate configure options. Niels was talking about "--with-mibs", which is a client-side setting to configure the list of MIB files to load. This is purely concerned with OID<->name translation, and has no effect on what information the agent provides. You are talking about "--with-mib-modules", which is an agent-side setting to configure the list of MIB implementation modules (i.e. code files) to include in the agent. This *does* affect the information that the agent provides (as well as often adjusting the default MIB load list as well) "--with-mibs" takes the names of MIB modules (from the DEFINITION clause) "--with-mib-modules" takes the names of MIB code files (from 'mibgroup') They are two completely different things. Be careful not to get them confused. Dave ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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
