1-- ***************************************************************** 2-- This file is in the public domain. 3-- 4-- FreeBSD SMI { enterprises 2238 } 5-- 6-- ***************************************************************** 7 8FREEBSD-MIB DEFINITIONS ::= BEGIN 9 10IMPORTS 11 MODULE-IDENTITY, 12 OBJECT-IDENTITY, 13 enterprises 14 FROM SNMPv2-SMI; 15 16freeBSD MODULE-IDENTITY 17 LAST-UPDATED "202009032030Z" 18 ORGANIZATION "The FreeBSD Project." 19 CONTACT-INFO 20 "phk@FreeBSD.org is contact person for this file. 21 core@FreeBSD.org is the final authority." 22 DESCRIPTION 23 "The Structure of Management Information for the 24 FreeBSD Project enterprise MIB subtree." 25 REVISION "202009031900Z" 26 DESCRIPTION 27 "Added entries for the otherName component of a X.509 cert" 28 REVISION "200610310800Z" 29 DESCRIPTION 30 "Initial version of this MIB module." 31 ::= { enterprises 2238 } -- assigned by IANA 32 33 34freeBSDsrc OBJECT-IDENTITY 35 STATUS current 36 DESCRIPTION 37 "Subtree for things which lives in the src tree." 38 ::= { freeBSD 1 } 39 40freeBSDsrcCertOtherName OBJECT-IDENTITY 41 STATUS current 42 DESCRIPTION 43 "Subtree for X.509 Certificate otherName entries" 44 ::= { freeBSDsrc 1 } 45 46-- 47-- For NFS over TLS, a user@domain can optionally be handled by rpc.tlsservd 48-- 49freeBSDsrcCertNFSuser OBJECT-IDENTITY 50 STATUS current 51 DESCRIPTION 52 "Entry for X.509 Certificate for NFS user@domain name" 53 ::= { freeBSDsrcCertOtherName 1 } 54 55freeBSDports OBJECT-IDENTITY 56 STATUS current 57 DESCRIPTION 58 "Subtree for things which lives in the ports tree." 59 ::= { freeBSD 2 } 60 61freeBSDpeople OBJECT-IDENTITY 62 STATUS current 63 DESCRIPTION 64 "Subtree for FreeBSD people. 65 Under this branch any FreeBSD committer may claim 66 a subtree. Grab the next sequential oid in the list. 67 These assignments are not revoked when committers leave 68 the FreeBSD project. 69 " 70 ::= { freeBSD 3 } 71 72freeBSDpeoplePhk OBJECT-IDENTITY 73 STATUS current DESCRIPTION 74 "Subtree for phk@FreeBSD.org" 75 ::= {freeBSDpeople 1} 76 77freeBSDVersion OBJECT-IDENTITY 78 STATUS current 79 DESCRIPTION 80 "Subtree to register FreeBSD versions. The OID for a FreeBSD 81 version is formed by appending the dot delimited numbers 82 from the release number to this base OID. Examples: 83 84 5.2.1-STABLE: freeBSDVersion.5.2.1 85 6.1-STABLE: freeBSDVersion.6.1 86 7.0-CURRENT: freeBSDVersion.7.0 87 88 There is no indication whether this is STABLE or CURRENT. 89 90 The sysObjectId is automatically set to the value indicated 91 by the uname(3) release field by bsnmpd(1). This initial 92 value can be overwritten in the configuration file." 93 ::= { freeBSD 4 } 94 95END 96