5663c016de
Turn your back on SNMP for a decade and they go and make upper versus lowercase initial letter part of the specification. I told them ASN.1 was a bad mistake, but would they listen ? Ohhh no!
58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
-- *****************************************************************
|
|
-- This file is in the public domain.
|
|
--
|
|
-- FreeBSD SMI { enterprises 2238 }
|
|
--
|
|
-- $FreeBSD$
|
|
--
|
|
-- *****************************************************************
|
|
|
|
FREEBSD-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-IDENTITY,
|
|
enterprises
|
|
FROM SNMPv2-SMI;
|
|
|
|
freeBSD MODULE-IDENTITY
|
|
LAST-UPDATED "200404110000Z"
|
|
ORGANIZATION "The FreeBSD Project."
|
|
CONTACT-INFO
|
|
"phk@FreeBSD.org is contact person for this file.
|
|
core@FreeBSD.org is the final authority."
|
|
DESCRIPTION
|
|
"The Structure of Management Information for the
|
|
FreeBSD Project enterprise MIB subtree."
|
|
REVISION "200404110000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
::= { enterprises 2238 } -- assigned by IANA
|
|
|
|
|
|
freeBSDsrc OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Subtree for things which lives in the src tree."
|
|
::= { freeBSD 1 }
|
|
|
|
freeBSDports OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Subtree for things which lives in the ports tree."
|
|
::= { freeBSD 2 }
|
|
|
|
freeBSDpeople OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Subtree for FreeBSD people.
|
|
Under this branch any FreeBSD committer may claim
|
|
a subtree under his/her logname freefall.
|
|
To avoid ambiguity with subset lognames, the length
|
|
must be prepended.
|
|
Example: phk's subtree is: {FreeBSD 3 3 112 104 107}
|
|
"
|
|
::= { freeBSD 3 }
|
|
|
|
END
|