FREEBSD-MIB.txt revision 128711
1128612Sphk-- *****************************************************************
2128612Sphk-- This file is in the public domain.
3128612Sphk--
4128612Sphk-- FreeBSD SMI { enterprises 2238 }
5128612Sphk--
6128612Sphk-- $FreeBSD: head/share/snmp/mibs/FREEBSD-MIB.txt 128711 2004-04-28 11:44:28Z phk $
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
19128612Sphk	LAST-UPDATED "200404110000Z"
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."
27128612Sphk	REVISION      "200404110000Z"
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
50128612Sphk		 a subtree under his/her logname freefall.
51128612Sphk		 To avoid ambiguity with subset lognames, the length
52128612Sphk		 must be prepended.
53128612Sphk		 Example: phk's subtree is: {FreeBSD 3 3 112 104 107}
54128612Sphk		"
55128711Sphk	::= { freeBSD 3 }
56128612Sphk
57128612SphkEND
58