On 22 March 2010 07:59, Jatin Davey <jasho...@cisco.com> wrote: > .... what are all the MIB's that are loaded by default when the snmpd > daemon is running on my linux box.
I presume by "loaded MIBs", you mean what MIB information will the agent report? The file 'README.agent-mibs' gives a detailed description of which MIB modules are implemented on particular operating systems, and with which version of the code. But probably the easiest way to determine this is to configure the agent with reasonably open access control settings (something like "rocommunity public") and run the command snmpwalk -v 2c -c public localhost .1 | sed 's/:.*//' | sort | uniq That will report all the MIB modules that your agent actually implements. Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users