~ubuntu-branches/ubuntu/breezy/quagga/breezy-security

« back to all changes in this revision

Viewing changes to zebra/GNOME-SMI

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Mueller
  • Date: 2005-05-20 13:16:12 UTC
  • Revision ID: james.westby@ubuntu.com-20050520131612-pr6paalox60o3x3n
Tags: upstream-0.99.1
ImportĀ upstreamĀ versionĀ 0.99.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GNOME-SMI DEFINITIONS ::= BEGIN
 
2
 
 
3
IMPORTS
 
4
        MODULE-IDENTITY,
 
5
        OBJECT-IDENTITY,
 
6
        enterprises
 
7
                FROM SNMPv2-SMI;
 
8
 
 
9
gnome 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
 
 
30
gnomeProducts 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
 
 
37
gnomeMgmt OBJECT-IDENTITY
 
38
        STATUS  current
 
39
        DESCRIPTION
 
40
                "gnomeMgmt defines the subtree for production GNOME related
 
41
                MIB registrations."
 
42
        ::= { gnome 2 }
 
43
 
 
44
gnomeTest 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
 
 
53
END