Re: What MIB's will the snmpd daemon respond to ??

Dave Shield <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
On 22 March 2010 07:59, Jatin Davey <[email protected]> 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&#174; 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
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.