1-- ***************************************************************** 2-- This file is in the public domain. 3-- 4-- FreeBSD SMI { enterprises 2238 } 5-- 6-- $FreeBSD$ 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 "200404110000Z" 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 "200404110000Z" 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 under his/her logname freefall. 51 To avoid ambiguity with subset lognames, the length 52 must be prepended. 53 Example: phk's subtree is: {FreeBSD 3 3 112 104 107} 54 " 55 ::= { freeBSD 3 } 56 57END 58