Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / mibs / LIBSMI-TEST-005-MIB
1 LIBSMI-TEST-005-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY, OBJECT-TYPE
5         FROM SNMPv2-SMI
6     testMib
7         FROM LIBSMI-TEST-MIB;
8
9 libsmiTest005Mib 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 might complain about the fact, that the
32              OBJECT-TYPE macro is imported though it's not used.
33
34              The libsmi parser is expected to report:
35
36 LIBSMI-TEST-005-MIB:4: warning: identifier `OBJECT-TYPE' imported from module `SNMPv2-SMI' is never used
37              "
38     REVISION        "199906221500Z"
39     DESCRIPTION     
40             "Initial Revision."
41     ::= { testMib 5 }
42
43 END