-- ***************************************************************** -- This file is in the public domain. -- -- BSDSUniX SMI { enterprises 2238 } -- -- $FreeBSD: releng/12.1/share/snmp/mibs/FREEBSD-MIB.txt 163822 2006-10-31 10:09:10Z harti $ -- $BSDSUniX $ -- -- ***************************************************************** BSDSUNIX-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, enterprises FROM SNMPv2-SMI; bsdsUNIX MODULE-IDENTITY LAST-UPDATED "200610311000Z" ORGANIZATION "The BSDSUniX Project." CONTACT-INFO "phk@BSDSUniX.org is contact person for this file. core@BSDSUniX.org is the final authority." DESCRIPTION "The Structure of Management Information for the BSDSUniX Project enterprise MIB subtree." REVISION "200610310800Z" DESCRIPTION "Initial version of this MIB module." ::= { enterprises 2238 } -- assigned by IANA bsdsUNIXsrc OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for things which lives in the src tree." ::= { bsdsUNIX 1 } bsdsUNIXports OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for things which lives in the ports tree." ::= { bsdsUNIX 2 } bsdsUNIXpeople 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 BSDSUniX project. " ::= { bsdsUNIX 3 } bsdsUNIXpeoplePhk OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for phk@BSDSUniX.org" ::= {bsdsUNIXpeople 1} bsdsUNIXVersion 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-STABLE: bsdsUNIXVersion.1.2 2.0-CURRENT: bsdsUNIXVersion.2.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." ::= { bsdsUNIX 4 } END