FREEBSD-MIB.txt revision 163819
1-- *****************************************************************
2-- This file is in the public domain.
3--
4-- FreeBSD SMI { enterprises 2238 }
5--
6-- $FreeBSD: head/share/snmp/mibs/FREEBSD-MIB.txt 163819 2006-10-31 08:18:02Z phk $
7--
8-- *****************************************************************
9
10FREEBSD-MIB DEFINITIONS ::= BEGIN
11
12IMPORTS
13	MODULE-IDENTITY,
14	OBJECT-IDENTITY,
15	enterprises
16		FROM SNMPv2-SMI;
17
18freeBSD MODULE-IDENTITY
19	LAST-UPDATED "200610310800Z"
20	ORGANIZATION "The FreeBSD Project."
21	CONTACT-INFO
22		"phk@FreeBSD.org is contact person for this file.
23		 core@FreeBSD.org is the final authority."
24	DESCRIPTION
25		"The Structure of Management Information for the
26		FreeBSD Project enterprise MIB subtree."
27	REVISION      "200610310800Z"
28	DESCRIPTION
29		"Initial version of this MIB module."
30	::= { enterprises 2238 }	-- assigned by IANA
31
32
33freeBSDsrc OBJECT-IDENTITY
34	STATUS	current
35	DESCRIPTION
36		"Subtree for things which lives in the src tree."
37	::= { freeBSD 1 }
38
39freeBSDports OBJECT-IDENTITY
40	STATUS	current
41	DESCRIPTION
42		"Subtree for things which lives in the ports tree."
43	::= { freeBSD 2 }
44
45freeBSDpeople OBJECT-IDENTITY
46	STATUS	current
47	DESCRIPTION
48		"Subtree for FreeBSD people.
49		 Under this branch any FreeBSD committer may claim
50		 a subtree.  Grab the next sequential oid in the list.
51		 These assignments are not revoked when committers leave
52		 the FreeBSD project.
53		"
54	::= { freeBSD 3 }
55
56freeBSDpeoplePhk OBJECT-IDENTITY
57	STATUS current DESCRIPTION
58		"Subtree for phk@FreeBSD.org"
59	::= {freeBSDpeople 1}
60
61END
62