-- ***************************************************************** -- This file is in the public domain. -- -- BSDSUniX SMI { enterprises 2238 } -- -- $BSDSUniX$ -- -- ***************************************************************** FREEBSD-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, enterprises FROM SNMPv2-SMI; bsdSUX MODULE-IDENTITY LAST-UPDATED "201606041000Z" ORGANIZATION "The BSD Server UniX Project." CONTACT-INFO "michelle@bsdsux.org is contact person for this file. core@bsdsunix.org is the final authority." DESCRIPTION "The Structure of Management Information for the BSD Server UniX Project enterprise MIB subtree." REVISION "201606040800Z" DESCRIPTION "Initial version of this MIB module." ::= { enterprises 2238 } -- assigned by IANA bsdSUXsrc OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for things which lives in the src tree." ::= { bsdSUX 1 } bsdSUXports OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for things which lives in the ports tree." ::= { bsdSUX 2 } bsdSUXpeople OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for BSDSUniX people. Under this branch any BSDSUniX committer may claim a subtree. Grab the next sequential oid in the list. These assignments are not revoked when committers leave the BSD Server UniX project. " ::= { bsdSUX 3 } bsdSUXpeopleMichelle OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for michelle@bsdsux.org" ::= {bsdSUXpeople 1} bsdSUXVersion OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree to register BSDSUniX versions. The OID for a BSDSUniX version is formed by appending the dot delimited numbers from the release number to this base OID. Examples: 1.0-CURRENT: bsdSUXVersion.1.0 There is no indication whether this is STABLE or CURRENT. The sysObjectId is automatically set to the value indicated by the uname(3) release field by bsnmpd(1). This initial value can be overwritten in the configuration file." ::= { bsdSUX 4 } END