Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / mibs / LIBSMI-TEST-003-MIB
1 LIBSMI-TEST-003-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY
5         FROM SNMPv2-SMI
6     testMib
7         FROM LIBSMI-TEST-MIB;
8
9 libsmiTest003Mib MODULE-IDENTITY
10     LAST-UPDATED    "199906101500Z"
11     ORGANIZATION    
12             "TU Braunschweig"
13     CONTACT-INFO    
14             "        Frank Strauss
15              
16              Postal: TU Braunschweig
17                      Bueltenweg 74/75
18                      38106 Braunschweig
19                      Germany
20              
21               Phone: +49 531 391-3283
22               EMail: strauss@ibr.cs.tu-bs.de
23                http://www.ibr.cs.tu-bs.de/~strauss/"
24     DESCRIPTION     
25             "This MIB module contains one or more intentional errors,
26              and/or unusual contents. Its only purpose is to check
27              the abilities of MIB parsersto  detect these circumstances.
28              
29              This MIB module is orginally written in SMIv2 format.
30              
31              A MIB parser should complain about the fact, that this
32              module contains more than exactly one MODULE-IDENTITY
33              construct.
34
35              The libsmi parser is expected to report:
36 LIBSMI-TEST-003-MIB:45: more than one MODULE-IDENTITY clause in SMIv2 MIB
37 LIBSMI-TEST-003-MIB:45: MODULE-IDENTITY clause must be the first declaration in a module
38 LIBSMI-TEST-003-MIB:53: revision not in reverse chronological order
39              "
40     REVISION        "199906101500Z"
41     DESCRIPTION     
42             "Initial Revision."
43     ::= { testMib 3 }
44
45 libsmiTest003MibJunk MODULE-IDENTITY
46     LAST-UPDATED    "199906101500Z"
47     ORGANIZATION    
48             "junk"
49     CONTACT-INFO    
50             "junk"
51     DESCRIPTION     
52             "junk"
53     REVISION        "199906101500Z"
54     DESCRIPTION     
55             "junk"
56     ::= { testMib 3 1 }
57
58 END