gnat> snmptranslate -IR -On mIBMajorVersionNumber
.1.3.6.1.4.1.674.10892.1.1.1
gnat> snmpget -v 2c -c ******* foo mIBMajorVersionNumber.0
MIB-Dell-10892::mIBMajorVersionNumber.0 = INTEGER: 5
gnat>
where 'foo' is the name of the host you are querying and mIBMajorVersionNumber
is just the first Object Value I found, when I started reading MIB-Dell-10892
--sk
atlantis wrote:
> Hi list,
> First of all please excuse my poor english...
>
> I'm trying to get informations from the Dell mibs (MIB-Dell-10892)
> whithout any chances...
> I'm runing debian 4.0 (i know, need upgrade...) and my version of
> net-snmp is 5.2.3.
>
> I did place the mib in the right directory but when i try to get some
> information:
>
> # snmpget -v2c -c community ****** 1.3.6.1.4.1.674
> MIB-Dell-10892::dell = No Such Object available on this agent at this OID
>
> Is it possible to use this mibs whithout an openmanage runing?
> Thanks for any help!
>
>
>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Net-snmp-users mailing list
> Net-snm...@lists.sourceforge.net
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Net-snmp-users mailing list
Net-snm...@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
The Net-SNMP agent as supplied by this project does not support this MIB,
You would need to write code (or add a subagent that implements it)
to retrieve the information defined here. Simply installing the MIB file is
not sufficient.
Please see the FAQ entries about adding a MIB.
Dave