FREEBSD-MIB.txt revision 163822
1207753Smm-- *****************************************************************
2207753Smm-- This file is in the public domain.
3207753Smm--
4207753Smm-- FreeBSD SMI { enterprises 2238 }
5207753Smm--
6207753Smm-- $FreeBSD: head/share/snmp/mibs/FREEBSD-MIB.txt 163822 2006-10-31 10:09:10Z harti $
7207753Smm--
8207753Smm-- *****************************************************************
9207753Smm
10207753SmmFREEBSD-MIB DEFINITIONS ::= BEGIN
11207753Smm
12207753SmmIMPORTS
13207753Smm	MODULE-IDENTITY,
14207753Smm	OBJECT-IDENTITY,
15207753Smm	enterprises
16207753Smm		FROM SNMPv2-SMI;
17207753Smm
18207753SmmfreeBSD MODULE-IDENTITY
19207753Smm	LAST-UPDATED "200610311000Z"
20207753Smm	ORGANIZATION "The FreeBSD Project."
21207753Smm	CONTACT-INFO
22207753Smm		"phk@FreeBSD.org is contact person for this file.
23207753Smm		 core@FreeBSD.org is the final authority."
24207753Smm	DESCRIPTION
25207753Smm		"The Structure of Management Information for the
26207753Smm		FreeBSD Project enterprise MIB subtree."
27207753Smm	REVISION      "200610310800Z"
28207753Smm	DESCRIPTION
29207753Smm		"Initial version of this MIB module."
30207753Smm	::= { enterprises 2238 }	-- assigned by IANA
31207753Smm
32207753Smm
33207753SmmfreeBSDsrc OBJECT-IDENTITY
34207753Smm	STATUS	current
35207753Smm	DESCRIPTION
36207753Smm		"Subtree for things which lives in the src tree."
37207753Smm	::= { freeBSD 1 }
38207753Smm
39207753SmmfreeBSDports OBJECT-IDENTITY
40207753Smm	STATUS	current
41207753Smm	DESCRIPTION
42207753Smm		"Subtree for things which lives in the ports tree."
43207753Smm	::= { freeBSD 2 }
44207753Smm
45207753SmmfreeBSDpeople OBJECT-IDENTITY
46207753Smm	STATUS	current
47207753Smm	DESCRIPTION
48207753Smm		"Subtree for FreeBSD people.
49207753Smm		 Under this branch any FreeBSD committer may claim
50207753Smm		 a subtree.  Grab the next sequential oid in the list.
51207753Smm		 These assignments are not revoked when committers leave
52207753Smm		 the FreeBSD project.
53207753Smm		"
54207753Smm	::= { freeBSD 3 }
55207753Smm
56207753SmmfreeBSDpeoplePhk OBJECT-IDENTITY
57207753Smm	STATUS current DESCRIPTION
58207753Smm		"Subtree for phk@FreeBSD.org"
59207753Smm	::= {freeBSDpeople 1}
60207753Smm
61207753SmmfreeBSDVersion OBJECT-IDENTITY
62207753Smm	STATUS	current
63207753Smm	DESCRIPTION
64207753Smm		"Subtree to register FreeBSD versions. The OID for a FreeBSD
65207753Smm		 version is formed by appending the dot delimited numbers
66207753Smm		 from the release number to this base OID. Examples:
67207753Smm
68207753Smm		  5.2.1-STABLE:	freeBSDVersion.5.2.1
69207753Smm		  6.1-STABLE:	freeBSDVersion.6.1
70207753Smm		  7.0-CURRENT:	freeBSDVersion.7.0
71207753Smm
72207753Smm		 There is no indication whether this is STABLE or CURRENT.
73207753Smm
74207753Smm		 The sysObjectId is automatically set to the value indicated
75207753Smm		 by the uname(3) release field by bsnmpd(1). This initial
76207753Smm		 value can be overwritten in the configuration file."
77207753Smm	::= { freeBSD 4 }
78207753Smm
79207753SmmEND
80207753Smm