-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGNOME-SMI
88 lines (69 loc) · 1.87 KB
/
GNOME-SMI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
GNOME-SMI DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-IDENTITY,
enterprises
FROM SNMPv2-SMI;
gnome MODULE-IDENTITY
LAST-UPDATED "200709070000Z"
ORGANIZATION "GNOME project"
CONTACT-INFO
"GNU Network Object Model Environment project
see http://www.gnome.org for contact persons of a particular
area or subproject of GNOME.
Administrative contact for MIB module:
Jochen Friedrich
Ramsaystr. 9
63450 Hanau
Germany
email: [email protected]"
DESCRIPTION
"The Structure of GNOME."
-- revision history
REVISION "200709070000Z" -- Sep 07, 2007
DESCRIPTION
"Fixed wrong enterprise number (how comes this
typo was unnoticed for so long?)."
REVISION "200505070000Z" -- May 07, 2005
DESCRIPTION
"Added gnomeLDAP subtree for LDAP definitions."
REVISION "200312070000Z" -- December 07, 2003
DESCRIPTION
"Added gnomeSysadmin subtree for GNOME project system administration.
Updated contact info."
REVISION "9809010000Z" -- September 01, 1998
DESCRIPTION
"Initial version."
::= { enterprises 3319 } -- assigned by IANA
gnomeProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gnomeProducts is the root OBJECT IDENTIFIER from
which sysObjectID values are assigned."
::= { gnome 1 }
gnomeMgmt OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gnomeMgmt defines the subtree for production GNOME related
MIB registrations."
::= { gnome 2 }
gnomeTest OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gnomeTest defines the subtree for testing GNOME related
MIB registrations."
::= { gnome 3 }
gnomeSysadmin OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gnomeSysadmin defines the subtree for GNOME related Sysadmin
MIB registrations."
::= { gnome 4 }
gnomeLDAP OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gnomeLDAP defines the subtree for GNOME related LDAP
registrations."
::= { gnome 5 }
-- more to come if necessary.
END