1128612Sphk-- *****************************************************************
2128612Sphk-- This file is in the public domain.
3128612Sphk--
4128612Sphk-- FreeBSD SMI { enterprises 2238 }
5128612Sphk--
6128612Sphk-- $FreeBSD: releng/10.2/share/snmp/mibs/FREEBSD-MIB.txt 163822 2006-10-31 10:09:10Z harti $
7128612Sphk--
8128612Sphk-- *****************************************************************
9128612Sphk
10128612SphkFREEBSD-MIB DEFINITIONS ::= BEGIN
11128612Sphk
12128612SphkIMPORTS
13128612Sphk	MODULE-IDENTITY,
14128612Sphk	OBJECT-IDENTITY,
15128612Sphk	enterprises
16128612Sphk		FROM SNMPv2-SMI;
17128612Sphk
18128711SphkfreeBSD MODULE-IDENTITY
19163822Sharti	LAST-UPDATED "200610311000Z"
20128612Sphk	ORGANIZATION "The FreeBSD Project."
21128612Sphk	CONTACT-INFO
22128612Sphk		"phk@FreeBSD.org is contact person for this file.
23128612Sphk		 core@FreeBSD.org is the final authority."
24128612Sphk	DESCRIPTION
25128612Sphk		"The Structure of Management Information for the
26128612Sphk		FreeBSD Project enterprise MIB subtree."
27163819Sphk	REVISION      "200610310800Z"
28128612Sphk	DESCRIPTION
29128612Sphk		"Initial version of this MIB module."
30128612Sphk	::= { enterprises 2238 }	-- assigned by IANA
31128612Sphk
32128612Sphk
33128711SphkfreeBSDsrc OBJECT-IDENTITY
34128612Sphk	STATUS	current
35128612Sphk	DESCRIPTION
36128612Sphk		"Subtree for things which lives in the src tree."
37128711Sphk	::= { freeBSD 1 }
38128612Sphk
39128711SphkfreeBSDports OBJECT-IDENTITY
40128612Sphk	STATUS	current
41128612Sphk	DESCRIPTION
42128612Sphk		"Subtree for things which lives in the ports tree."
43128711Sphk	::= { freeBSD 2 }
44128612Sphk
45128711SphkfreeBSDpeople OBJECT-IDENTITY
46128612Sphk	STATUS	current
47128612Sphk	DESCRIPTION
48128612Sphk		"Subtree for FreeBSD people.
49128612Sphk		 Under this branch any FreeBSD committer may claim
50163819Sphk		 a subtree.  Grab the next sequential oid in the list.
51163819Sphk		 These assignments are not revoked when committers leave
52163819Sphk		 the FreeBSD project.
53128612Sphk		"
54128711Sphk	::= { freeBSD 3 }
55128612Sphk
56163818SphkfreeBSDpeoplePhk OBJECT-IDENTITY
57163819Sphk	STATUS current DESCRIPTION
58163818Sphk		"Subtree for phk@FreeBSD.org"
59163819Sphk	::= {freeBSDpeople 1}
60163818Sphk
61163822ShartifreeBSDVersion OBJECT-IDENTITY
62163822Sharti	STATUS	current
63163822Sharti	DESCRIPTION
64163822Sharti		"Subtree to register FreeBSD versions. The OID for a FreeBSD
65163822Sharti		 version is formed by appending the dot delimited numbers
66163822Sharti		 from the release number to this base OID. Examples:
67163822Sharti
68163822Sharti		  5.2.1-STABLE:	freeBSDVersion.5.2.1
69163822Sharti		  6.1-STABLE:	freeBSDVersion.6.1
70163822Sharti		  7.0-CURRENT:	freeBSDVersion.7.0
71163822Sharti
72163822Sharti		 There is no indication whether this is STABLE or CURRENT.
73163822Sharti
74163822Sharti		 The sysObjectId is automatically set to the value indicated
75163822Sharti		 by the uname(3) release field by bsnmpd(1). This initial
76163822Sharti		 value can be overwritten in the configuration file."
77163822Sharti	::= { freeBSD 4 }
78163822Sharti
79128612SphkEND
80