Thanks for the quick response ,

When i used the command that you have mentioned below: i get the 
following output:

[r...@mcs-linux-2 agent]# snmpwalk -v 2c -c public localhost .1 | sed 
's/:.*//' | sort | uniq
HOST-RESOURCES-MIB
SNMPv2-MIB

What it means is that the agent implements the above 2 MIB's.

The next question that i have is if my agent is implementing the 
HOST-RESOURCES-MIB then why am i not getting values for the other scalar 
and tabular parameters of the same MIB except for the one scalar 
paramater "hrSystemUptime" ?

Please let me know if i am missing something.

Thanks
Jatin

On 3/22/2010 2:16 PM, Dave Shield wrote:
> 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&#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
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

Reply via email to