Deleted Added
full compact
FREEBSD-MIB.txt (163818) FREEBSD-MIB.txt (163819)
1-- *****************************************************************
2-- This file is in the public domain.
3--
4-- FreeBSD SMI { enterprises 2238 }
5--
1-- *****************************************************************
2-- This file is in the public domain.
3--
4-- FreeBSD SMI { enterprises 2238 }
5--
6-- $FreeBSD: head/share/snmp/mibs/FREEBSD-MIB.txt 163818 2006-10-31 07:44:28Z phk $
6-- $FreeBSD: head/share/snmp/mibs/FREEBSD-MIB.txt 163819 2006-10-31 08:18:02Z phk $
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
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 "200610310000Z"
19 LAST-UPDATED "200610310800Z"
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."
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 "200610310000Z"
27 REVISION "200610310800Z"
28 DESCRIPTION
29 "Initial version of this MIB module."
30 ::= { enterprises 2238 } -- assigned by IANA
31
32
33freeBSDsrc OBJECT-IDENTITY
34 STATUS current
35 DESCRIPTION

--- 6 unchanged lines hidden (view full) ---

42 "Subtree for things which lives in the ports tree."
43 ::= { freeBSD 2 }
44
45freeBSDpeople OBJECT-IDENTITY
46 STATUS current
47 DESCRIPTION
48 "Subtree for FreeBSD people.
49 Under this branch any FreeBSD committer may claim
28 DESCRIPTION
29 "Initial version of this MIB module."
30 ::= { enterprises 2238 } -- assigned by IANA
31
32
33freeBSDsrc OBJECT-IDENTITY
34 STATUS current
35 DESCRIPTION

--- 6 unchanged lines hidden (view full) ---

42 "Subtree for things which lives in the ports tree."
43 ::= { freeBSD 2 }
44
45freeBSDpeople OBJECT-IDENTITY
46 STATUS current
47 DESCRIPTION
48 "Subtree for FreeBSD people.
49 Under this branch any FreeBSD committer may claim
50 a subtree under his/her logname freefall.
51 To avoid ambiguity with subset lognames, the length
52 must be prepended.
53 Example: phk's subtree is: {FreeBSDpeople 3 112 104 107}
50 a subtree. Grab the next sequential oid in the list.
51 These assignments are not revoked when committers leave
52 the FreeBSD project.
54 "
55 ::= { freeBSD 3 }
56
57freeBSDpeoplePhk OBJECT-IDENTITY
53 "
54 ::= { freeBSD 3 }
55
56freeBSDpeoplePhk OBJECT-IDENTITY
58 STATUS current
59 DESCRIPTION
57 STATUS current DESCRIPTION
60 "Subtree for phk@FreeBSD.org"
58 "Subtree for phk@FreeBSD.org"
61 ::= {freeBSDpeople 3 112 104 107}
59 ::= {freeBSDpeople 1}
62
63END
60
61END