blob: 164732bb40c1c924c40c91ff39c25e2ef7b05294 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001GNOME-SMI DEFINITIONS ::= BEGIN
2
3IMPORTS
4 MODULE-IDENTITY,
5 OBJECT-IDENTITY,
6 enterprises
7 FROM SNMPv2-SMI;
8
9gnome MODULE-IDENTITY
10 LAST-UPDATED "9809010000Z"
11 ORGANIZATION "GNOME project"
12 CONTACT-INFO
13 "GNU Network Object Model Environment project
14
15 see http://www.gnome.org for contact persons of a particular
16 area or subproject of GNOME.
17
18 Administrative contact for MIB module:
19
20 Jochen Friedrich
21 Wingertstr. 70/1
22 68809 Neulussheim
23 Germany
24
25 email: snmp@gnome.org"
26 DESCRIPTION
27 "The Structure of GNOME."
28 ::= { enterprises 3317 } -- assigned by IANA
29
30gnomeProducts OBJECT-IDENTITY
31 STATUS current
32 DESCRIPTION
33 "gnomeProducts is the root OBJECT IDENTIFIER from
34 which sysObjectID values are assigned."
35 ::= { gnome 1 }
36
37gnomeMgmt OBJECT-IDENTITY
38 STATUS current
39 DESCRIPTION
40 "gnomeMgmt defines the subtree for production GNOME related
41 MIB registrations."
42 ::= { gnome 2 }
43
44gnomeTest OBJECT-IDENTITY
45 STATUS current
46 DESCRIPTION
47 "gnomeTest defines the subtree for testing GNOME related
48 MIB registrations."
49 ::= { gnome 3 }
50
51-- more to come if necessary.
52
53END