Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / tubs / TUBS-SMI
1 TUBS-SMI DEFINITIONS ::= BEGIN
2
3 -- @(#) $Id: TUBS-SMI 3211 2006-02-20 09:30:29Z strauss $
4
5 IMPORTS
6     MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
7         FROM SNMPv2-SMI;
8
9 tubs MODULE-IDENTITY
10     LAST-UPDATED "200002090000Z"
11     ORGANIZATION "TU Braunschweig"
12     CONTACT-INFO
13         "Juergen Schoenwaelder
14          TU Braunschweig
15          Muehlenpfordtstrasse 23, 1. OG
16          38106 Braunschweig
17          Germany
18
19          Tel: +49 531 391 3283
20          Fax: +49 531 391 5936
21          E-mail: schoenw@ibr.cs.tu-bs.de"
22     DESCRIPTION
23         "The toplevel OID registration for the Technical University
24          of Braunschweig, Germany."
25     REVISION    "200207011500Z"
26     DESCRIPTION
27         "Added ibrpibtomib for automatic PIB to MIB conversion via
28          'smidump -f smiv2'."
29     REVISION    "200205161500Z"
30     DESCRIPTION
31         "Added ibrpib for all PIBs that are temporarily assigned
32          to the ibr tree until they get official assignments
33          from IANA. Fixed CONTACT-INFO to contain the current address."
34     REVISION    "200002090000Z"
35     DESCRIPTION
36         "Changed the module name from TUBS-REGISTRATION to TUBS-SMI."
37     REVISION    "9702141023Z"
38     DESCRIPTION
39         "The initial revision."
40     ::= { enterprises 1575 }
41
42 ibr OBJECT-IDENTITY
43     STATUS      current
44     DESCRIPTION
45         "The subtree delegated to the Department of Operating Systems
46          and Computer Networks (Institut fuer Betriebssysteme und
47          Rechnerverbund)."
48     ::= { tubs 1 }
49
50 ibrpib OBJECT-IDENTITY
51     STATUS      current
52     DESCRIPTION
53         "Only for PIBs that are temporarily assigned to the ibr tree until
54         they get official assignments from IANA."
55     ::= { ibr 10 }
56
57 ibrpibtomib OBJECT-IDENTITY
58     STATUS      current
59     DESCRIPTION
60         "Only for PIBs that are automatically converted to MIBs via
61          'smidump -f smiv2'."
62     ::= { ibr 11 }
63
64 ibrmibtopib OBJECT-IDENTITY
65     STATUS      current
66     DESCRIPTION
67         "Only for MIBs that are automatically converted to PIBs via
68          'smidump -f sppi'."
69     ::= { ibr 12 }
70
71 IBRUnsigned64 ::= TEXTUAL-CONVENTION
72     STATUS      current
73     DESCRIPTION 
74         "A dummy type for automatic PIB to MIB conversion."
75     SYNTAX      OCTET STRING (SIZE(8))
76
77 IBRInteger64 ::= TEXTUAL-CONVENTION
78     STATUS      current
79     DESCRIPTION 
80         "A dummy type for automatic PIB to MIB conversion."
81     SYNTAX      OCTET STRING (SIZE(8))
82
83
84 -- Allocations below TUBS-SMI::ibr:
85 --
86 --   1  TUBS-IBR-TNM-MIB::tnmMIB
87 --   2  TUBS-IBR-NFS-MIB::nfsMIB
88 --   3  TUBS-IBR-PROC-MIB::procMIB
89 --   4  <obsolete>
90 --   5  TUBS-IBR-LINUX-MIB::linuxMIB
91 --   6  TUBS-IBR-AGENT-CAPABILITIES::ibrAgentCapabilities
92 --   7  TUBS-IBR-TEST-MIB::testMIB
93 --   8  <obsolete>
94 --   9  LIBSMI-TEST-MIB::testMib
95 --  10  TUBS-SMI::ibrpib
96 --  11  TUBS-SMI::ibrpibtomib
97 --  12  TUBS-SMI::ibrmibtopib
98 --  13  TUBS-IBR-LINUX-NETFILTER-MIB::lnfMIB
99 --  14  TUBS-IBR-XEN-MIB::xenMIB
100
101 END