On 07/02/2008, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > Can I create a directory, where I can store all the mib > files so that snmpwalk or SNMP get or SNMP set will look for mib files > in that created directory location.
Of course you can. "make install" should have done this for you automatically. The most likely location (assuming a default build) would be somewhere like /usr/local/share/snmp/mibs If that doesn't work, then try running "snmpwalk -Dparse-mibs ..." The beginning of that debug output will display a list of the locations where the tool is looking for MIB files. 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
