FREEBSD-MIB.txt revision 163819
1178476Sjb-- *****************************************************************
2178476Sjb-- This file is in the public domain.
3178476Sjb--
4178476Sjb-- FreeBSD SMI { enterprises 2238 }
5178476Sjb--
6178476Sjb-- $FreeBSD: head/share/snmp/mibs/FREEBSD-MIB.txt 163819 2006-10-31 08:18:02Z phk $
7178476Sjb--
8178476Sjb-- *****************************************************************
9178476Sjb
10178476SjbFREEBSD-MIB DEFINITIONS ::= BEGIN
11178476Sjb
12178476SjbIMPORTS
13178476Sjb	MODULE-IDENTITY,
14178476Sjb	OBJECT-IDENTITY,
15178476Sjb	enterprises
16178476Sjb		FROM SNMPv2-SMI;
17178476Sjb
18178476SjbfreeBSD MODULE-IDENTITY
19178476Sjb	LAST-UPDATED "200610310800Z"
20178476Sjb	ORGANIZATION "The FreeBSD Project."
21178476Sjb	CONTACT-INFO
22178476Sjb		"phk@FreeBSD.org is contact person for this file.
23178476Sjb		 core@FreeBSD.org is the final authority."
24178476Sjb	DESCRIPTION
25178476Sjb		"The Structure of Management Information for the
26178476Sjb		FreeBSD Project enterprise MIB subtree."
27178476Sjb	REVISION      "200610310800Z"
28178476Sjb	DESCRIPTION
29178476Sjb		"Initial version of this MIB module."
30178476Sjb	::= { enterprises 2238 }	-- assigned by IANA
31178476Sjb
32178476Sjb
33178476SjbfreeBSDsrc OBJECT-IDENTITY
34178476Sjb	STATUS	current
35178476Sjb	DESCRIPTION
36178476Sjb		"Subtree for things which lives in the src tree."
37178476Sjb	::= { freeBSD 1 }
38178476Sjb
39178476SjbfreeBSDports OBJECT-IDENTITY
40178476Sjb	STATUS	current
41178476Sjb	DESCRIPTION
42178476Sjb		"Subtree for things which lives in the ports tree."
43178476Sjb	::= { freeBSD 2 }
44178476Sjb
45178476SjbfreeBSDpeople OBJECT-IDENTITY
46178476Sjb	STATUS	current
47178476Sjb	DESCRIPTION
48178476Sjb		"Subtree for FreeBSD people.
49178476Sjb		 Under this branch any FreeBSD committer may claim
50178476Sjb		 a subtree.  Grab the next sequential oid in the list.
51178476Sjb		 These assignments are not revoked when committers leave
52178476Sjb		 the FreeBSD project.
53178476Sjb		"
54178476Sjb	::= { freeBSD 3 }
55178476Sjb
56178476SjbfreeBSDpeoplePhk OBJECT-IDENTITY
57178476Sjb	STATUS current DESCRIPTION
58		"Subtree for phk@FreeBSD.org"
59	::= {freeBSDpeople 1}
60
61END
62