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 "202009032030Z" 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 "202009031900Z" 28 DESCRIPTION 29 "Added entries for the otherName component of a X.509 cert" 30 REVISION "200610310800Z" 31 DESCRIPTION 32 "Initial version of this MIB module." 33 ::= { enterprises 2238 } -- assigned by IANA 34 35 36freeBSDsrc OBJECT-IDENTITY 37 STATUS current 38 DESCRIPTION 39 "Subtree for things which lives in the src tree." 40 ::= { freeBSD 1 } 41 42freeBSDsrcCertOtherName OBJECT-IDENTITY 43 STATUS current 44 DESCRIPTION 45 "Subtree for X.509 Certificate otherName entries" 46 ::= { freeBSDsrc 1 } 47 48-- 49-- For NFS over TLS, a user@domain can optionally be handled by rpc.tlsservd 50-- 51freeBSDsrcCertNFSuser OBJECT-IDENTITY 52 STATUS current 53 DESCRIPTION 54 "Entry for X.509 Certificate for NFS user@domain name" 55 ::= { freeBSDsrcCertOtherName 1 } 56 57freeBSDports OBJECT-IDENTITY 58 STATUS current 59 DESCRIPTION 60 "Subtree for things which lives in the ports tree." 61 ::= { freeBSD 2 } 62 63freeBSDpeople OBJECT-IDENTITY 64 STATUS current 65 DESCRIPTION 66 "Subtree for FreeBSD people. 67 Under this branch any FreeBSD committer may claim 68 a subtree. Grab the next sequential oid in the list. 69 These assignments are not revoked when committers leave 70 the FreeBSD project. 71 " 72 ::= { freeBSD 3 } 73 74freeBSDpeoplePhk OBJECT-IDENTITY 75 STATUS current DESCRIPTION 76 "Subtree for phk@FreeBSD.org" 77 ::= {freeBSDpeople 1} 78 79freeBSDVersion OBJECT-IDENTITY 80 STATUS current 81 DESCRIPTION 82 "Subtree to register FreeBSD versions. The OID for a FreeBSD 83 version is formed by appending the dot delimited numbers 84 from the release number to this base OID. Examples: 85 86 5.2.1-STABLE: freeBSDVersion.5.2.1 87 6.1-STABLE: freeBSDVersion.6.1 88 7.0-CURRENT: freeBSDVersion.7.0 89 90 There is no indication whether this is STABLE or CURRENT. 91 92 The sysObjectId is automatically set to the value indicated 93 by the uname(3) release field by bsnmpd(1). This initial 94 value can be overwritten in the configuration file." 95 ::= { freeBSD 4 } 96 97END 98