Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / tubs / TUBS-IBR-TEST-MIB
1 TUBS-IBR-TEST-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY, Integer32
5         FROM SNMPv2-SMI
6     TEXTUAL-CONVENTION
7         FROM SNMPv2-TC
8     ibr
9         FROM TUBS-SMI;
10
11 testMIB MODULE-IDENTITY
12     LAST-UPDATED "200002090000Z"
13     ORGANIZATION "TU Braunschweig"
14     CONTACT-INFO
15         "Juergen Schoenwaelder
16          TU Braunschweig
17          Bueltenweg 74/75
18          38106 Braunschweig
19          Germany
20
21          Tel: +49 531 391 3283
22          Fax: +49 531 391 5936
23          E-mail: schoenw@ibr.cs.tu-bs.de"
24     DESCRIPTION
25         "A MIB module which is only used for testing purposes."
26     REVISION    "200002090000Z"
27     DESCRIPTION
28         "Updated IMPORTS and minor stylistic fixes."
29     REVISION    "9810091711Z"
30     DESCRIPTION
31         "The initial revision of this module."
32     ::= { ibr 7 }
33
34 OctalValue ::= TEXTUAL-CONVENTION
35     DISPLAY-HINT "o"
36     STATUS       current
37     DESCRIPTION
38         "This TC is used to test DISPLAY-HINT interpretation. It is
39          not intended to be used in any OBJECT-TYPE definition."
40     SYNTAX Integer32 (0..2147483647)
41
42 HexValue ::= TEXTUAL-CONVENTION
43     DISPLAY-HINT "x"
44     STATUS       current
45     DESCRIPTION
46         "This TC is used to test DISPLAY-HINT interpretation. It is
47          not intended to be used in any OBJECT-TYPE definition."
48     SYNTAX Integer32 (0..2147483647)
49
50 BinaryValue ::= TEXTUAL-CONVENTION
51     DISPLAY-HINT "b"
52     STATUS       current
53     DESCRIPTION
54         "This TC is used to test DISPLAY-HINT interpretation. It is
55          not intended to be used in any OBJECT-TYPE definition."
56     SYNTAX Integer32 (0..2147483647)
57
58 Dot3Value ::= TEXTUAL-CONVENTION
59     DISPLAY-HINT "d-3"
60     STATUS       current
61     DESCRIPTION
62         "This TC is used to test DISPLAY-HINT interpretation. It is
63          not intended to be used in any OBJECT-TYPE definition."
64     SYNTAX Integer32 (0..2147483647)
65
66 NumValue ::= TEXTUAL-CONVENTION
67     DISPLAY-HINT "1d-1x-1o-1b"
68     STATUS      current
69     DESCRIPTION
70         "This TC is used to test DISPLAY-HINT interpretation. It is
71          not intended to be used in any OBJECT-TYPE definition."
72     SYNTAX OCTET STRING
73
74 END