On 15/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks to pointers and help from this list as well as lots of the Magic > Oil of Midnight, we have our SNMPd integrated. However, there's one > wierdness left. When I build on Linux x86, it works fine and I can do > 'snmpwalk blah blah blah groupname', but when I cross-compile onto PPC > for our target, it will only work by OID.
Does it work if you ask for snmpwalk .... DELL-CMC-MIB::groupname If so, then DELL-CMC-MIB isn't included in the list of MIBs to load by default. That's controlled by "configure --with-mibs=xxx" If it complains about not finding DELL-CMC-MIB, then it's probable that the MIB files isn't installed correctly. Run snmpwalk -Dparse-mibs ..... to check exactly where it is looking for MIB files. 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
