Re: help finding a MIB file

Brandon Wigfield <[email protected]>
Newsgroups gmane.network.net-snmp.user,gmane.network.opennms.general
Message-ID <[email protected]>
I did some crawling of the net for MIBs a while back and then built a
database of oids for use in our in house NMS.
Since I have this in a DB I was able to run a query like:

select n_oid, n_name, n_type, n_description, n_oid_string
from cco_mib_node
where n_oid like '1.3.6.1.4.1.4.5%'
order by n_oid


and get the following results:

1.3.6.1.4.1.4.5 netstat OBJECT IDENTIFIER
iso.org.dod.internet.private.enterprises.unix.netstat

1.3.6.1.4.1.4.5.1 unixNetstat INTEGER "Indicates whether the agent supports
a UNIX-like    network MIB."
iso.org.dod.internet.private.enterprises.unix.netstat.unixNetstat

1.3.6.1.4.1.4.5.10 unixClnpRoutingTable SEQUENCE "The additional CLNP
routing table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixClnpRoutingTable

1.3.6.1.4.1.4.5.10.1 unixClnpRouteEntry UnixClnpRouteEntry "An entry in the
additional CLNP routing table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixClnpRoutingTable.unixClnpRouteEntry

1.3.6.1.4.1.4.5.10.1.1 unixClnpRouteFlags INTEGER "A value associated with
the CLNP routing entry.     The value is a sum.  This sum initial takes the
value zero.    Then, for each flag, F, in the range 1 through N, that this
 CLNP routing entry has TRUE, 2 raised to (F - 1) is added to    the sum.
  flag status    ---- ------      1 route useable      2 destination is a
gateway      3 host entry      4 re-instate route after timeout      5
created dynamically (by redirect)     Other values of flag are reserved for
future definition."
iso.org.dod.internet.private.enterprises.unix.netstat.unixClnpRoutingTable.unixClnpRouteEntry.unixClnpRouteFlags

1.3.6.1.4.1.4.5.10.1.2 unixClnpRouteRefCnt INTEGER "The number of sockets
using this IP routing entry."
iso.org.dod.internet.private.enterprises.unix.netstat.unixClnpRoutingTable.unixClnpRouteEntry.unixClnpRouteRefCnt

1.3.6.1.4.1.4.5.10.1.3 unixClnpRouteUses Counter "The number of times this
IP routing entry has been used."
iso.org.dod.internet.private.enterprises.unix.netstat.unixClnpRoutingTable.unixClnpRouteEntry.unixClnpRouteUses

1.3.6.1.4.1.4.5.2 unixTcpConnTable SEQUENCE "The TCP socket table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixTcpConnTable

1.3.6.1.4.1.4.5.2.1 unixTcpConnEntry UnixTcpConnEntry "An entry in the TCP
socket table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixTcpConnTable.unixTcpConnEntry

1.3.6.1.4.1.4.5.2.1.1 unixTcpConnSendQ INTEGER "The number of octets queued
for sending on this TCP socket."
iso.org.dod.internet.private.enterprises.unix.netstat.unixTcpConnTable.unixTcpConnEntry.unixTcpConnSendQ

1.3.6.1.4.1.4.5.2.1.2 unixTcpConnRecvQ INTEGER "The number of octets queued
for reading from this TCP socket."
iso.org.dod.internet.private.enterprises.unix.netstat.unixTcpConnTable.unixTcpConnEntry.unixTcpConnRecvQ

1.3.6.1.4.1.4.5.3 unixUdpTable SEQUENCE "The UDP socket table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixUdpTable

1.3.6.1.4.1.4.5.3.1 unixUdpEntry UnixUdpEntry "An entry in the UDP socket
table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixUdpTable.unixUdpEntry

1.3.6.1.4.1.4.5.3.1.1 unixUdpRemAddress IpAddress "The remote IP address
bound to this UDP socket.  If no binding    has occurred, the value 0.0.0.0
is used."
iso.org.dod.internet.private.enterprises.unix.netstat.unixUdpTable.unixUdpEntry.unixUdpRemAddress

1.3.6.1.4.1.4.5.3.1.2 unixUdpRemPort INTEGER "The remote UDP port bound to
this UDP socket.  If no binding    has occurred, the value 0 is used."
iso.org.dod.internet.private.enterprises.unix.netstat.unixUdpTable.unixUdpEntry.unixUdpRemPort

1.3.6.1.4.1.4.5.3.1.3 unixUdpSendQ INTEGER "The number of octets queued for
writing to this UDP socket."
iso.org.dod.internet.private.enterprises.unix.netstat.unixUdpTable.unixUdpEntry.unixUdpSendQ

1.3.6.1.4.1.4.5.3.1.4 unixUdpRecvQ INTEGER "The number of octets queued for
reading from this UDP socket."
iso.org.dod.internet.private.enterprises.unix.netstat.unixUdpTable.unixUdpEntry.unixUdpRecvQ

1.3.6.1.4.1.4.5.4 unixIpRoutingTable SEQUENCE "The additional IP routing
table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixIpRoutingTable

1.3.6.1.4.1.4.5.4.1 unixIpRouteEntry UnixIpRouteEntry "An entry in the
additional IP routing table."
iso.org.dod.internet.private.enterprises.unix.netstat.unixIpRoutingTable.unixIpRouteEntry

1.3.6.1.4.1.4.5.4.1.1 unixIpRouteFlags INTEGER "A value associated with the
IP routing entry.     The value is a sum.  This sum initial takes the value
zero.    Then, for each flag, F, in the range 1 through N, that this    IP
routing entry has TRUE, 2 raised to (F - 1) is added to    the sum.     flag
status    ---- ------      1 route useable      2 destination is a gateway
   3 host entry      4 re-instate route after timeout      5 created
dynamically (by redirect)     Other values of flag are reserved for future
definition."
iso.org.dod.internet.private.enterprises.unix.netstat.unixIpRoutingTable.unixIpRouteEntry.unixIpRouteFlags

1.3.6.1.4.1.4.5.4.1.2 unixIpRouteRefCnt INTEGER "The number of sockets using
this IP routing entry."
iso.org.dod.internet.private.enterprises.unix.netstat.unixIpRoutingTable.unixIpRouteEntry.unixIpRouteRefCnt

1.3.6.1.4.1.4.5.4.1.3 unixIpRouteUses Counter "The number of times this IP
routing entry has been used."
iso.org.dod.internet.private.enterprises.unix.netstat.unixIpRoutingTable.unixIpRouteEntry.unixIpRouteUses

1.3.6.1.4.1.4.5.5 unixRouteBadRedirects Counter "The number of bogus routing
redirects."
iso.org.dod.internet.private.enterprises.unix.netstat.unixRouteBadRedirects

1.3.6.1.4.1.4.5.6 unixRouteCreatedByRedirects Counter "The number of routing
entries created by redirects."
iso.org.dod.internet.private.enterprises.unix.netstat.unixRouteCreatedByRedirects

1.3.6.1.4.1.4.5.7 unixRouteModifiedByRedirects Counter "The number of
routing entries modified by redirects."
iso.org.dod.internet.private.enterprises.unix.netstat.unixRouteModifiedByRedirects

1.3.6.1.4.1.4.5.8 unixRouteLookupFails Counter "The number of times a
routing entry couldn't be found    for a destination."
iso.org.dod.internet.private.enterprises.unix.netstat.unixRouteLookupFails

1.3.6.1.4.1.4.5.9 unixRouteWildcardUses Counter "The number of times the
`wildcard' routing entry was used."
iso.org.dod.internet.private.enterprises.unix.netstat.unixRouteWildcardUses


This information was on my system in a file called "snmp-rs6000" Using that
as a clue I found the MIB on MIB Depot at
http://www.mibdepot.com/cgi-bin/getmib3.cgi?win=mib_a&r=ibm&f=snmp-rs6000&v=v1&t=txt


Hope that Helps,

Brandon WIgfield




On Fri, Jan 8, 2010 at 10:25 AM, Fulko Hew <[email protected]> wrote:

> To summarize what I've found so far; 1.3.6.1.4.1.4 is either:
>
> APACHE-MIB
> UNIX-MIB
> OUTBACK-MIB
>
> Based on the numeric OIDs I've retrieved from the AIX box, the UNIX-MIB is
> the most likely
> candidate (it actually defines unix.5), but, for now... it doesn't compile.
>
> More detailed responses are below...
>
>
> On Thu, Jan 7, 2010 at 4:18 PM, Ron Rader <[email protected]>wrote:
>
>> > Fulko Hew [mailto:[email protected]]
>>
>> > Can anyone help me in locating a MIB file that contains:
>>
>> > 1.3.6.1.4.1.4.5...
>>
>>   Closest references I found were here:
>>
>> http://www.snmplink.org/cgi-bin/nd/m/Ent/U/Unix/unix.mib
>>
>
> Yup, I had found that too, but it doesn't compile (I haven't gotten around
> to fixing it yet)
> and its so old, that it may actually be what AIX is supporting.  :-(
>
> and here:
>>
>> http://www.snmplink.org/cgi-bin/nd/m/Ent/S/Seneca%20Software%20&%20Solar
>> ,%20Inc/PowerGuru/Outback%20Power%20Systems%20-%20inverters%20and%20char
>> ge%20controllers/OUTBACK-MIB.txt<http://www.snmplink.org/cgi-bin/nd/m/Ent/S/Seneca%20Software%20&%20Solar%0A,%20Inc/PowerGuru/Outback%20Power%20Systems%20-%20inverters%20and%20char%0Age%20controllers/OUTBACK-MIB.txt>
>>
>
> This is a bogus MIB.  Some vendor of UPSs has stuck their tree where it
> doesn't belong!
> I pretty sure this isn't it.  :-)
>
>
>>  Ron "Google is your friend" Rader
>>
>
> I've been Googling all day.  :-(
>
> On Fri, Jan 8, 2010 at 3:54 AM, Michael Seibold <
> [email protected]> wrote:
> Goolge...
>
> http://www.mibdepot.com/cgi-bin/xsearch_index3.cgi?id=95247
>
> Thanks, but I had already looked there, and that comes up dry too.
>
>
> On Fri, Jan 8, 2010 at 6:46 AM, Andrew Hood <[email protected]> wrote:
>
> > : snmptranslate -Td .1.3.6.1.4.1.4.5
> > SMUX-MIB::unix.5
> > unix OBJECT-TYPE
> >  -- FROM       SMUX-MIB
> > ::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) unix(4)
> 5 }
>
> As you can see, this too is a dead end because the 5 isn't actually
> decoded!
> SMUX only defines unix.4, but it doesn't contain unix.5
>
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> 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
>
>


-- 
Brandon Wigfield

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev

_______________________________________________
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.