Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / mibs / LIBSMI-TEST-007-MIB
1 LIBSMI-TEST-007-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY
5         FROM SNMPv2-SMI
6     testMib
7         FROM LIBSMI-TEST-MIB;
8
9 libsmiTest007Mib MODULE-IDENTITY
10     LAST-UPDATED    "199906221500Z"
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 parsers to 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 `mib-2'
32              is used in the definition of `libsmiTest007Junk', but not
33              known (neither imported, nor defined).
34
35              The libsmi parser is expected to report:
36 LIBSMI-TEST-007-MIB:44: unknown object identifier label `mib-2'
37              "
38     REVISION        "199906221500Z"
39     DESCRIPTION     
40             "Initial Revision."
41     ::= { testMib 7 }
42
43 libsmiTest007Junk OBJECT IDENTIFIER
44     ::= { mib-2 42 }
45
46 END