Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / mibs / LIBSMI-TEST-015-MIB
1 LIBSMI-TEST-015-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY
5         FROM SNMPv2-SMI
6     AGENT-CAPABILITIES
7         FROM SNMPv2-CONF
8     testMib
9         FROM LIBSMI-TEST-MIB;
10
11 libsmiTest015Mib MODULE-IDENTITY
12     LAST-UPDATED    "200206210000Z"
13     ORGANIZATION    
14             "TU Braunschweig"
15     CONTACT-INFO    
16             "        Frank Strauss
17              
18              Postal: TU Braunschweig
19                      Muehlenpfordtstrasse 23
20                      38106 Braunschweig
21                      Germany
22              
23               Phone: +49 531 391-3283
24               EMail: strauss@ibr.cs.tu-bs.de
25                http://www.ibr.cs.tu-bs.de/~strauss/"
26     DESCRIPTION
27             "This MIB module contains one or more intentional errors,
28              and/or unusual contents. Its only purpose is to check
29              the abilities of MIB parsers to detect these circumstances.
30              
31              This MIB module is orginally written in SMIv2 format.
32              
33              This module checks for basic agent capabilities statement
34              support. There are no errors expected for this module.
35
36              The libsmi parser is expected to report:
37             "
38     REVISION        "200206210000Z"
39     DESCRIPTION     
40             "Initial Revision."
41     ::= { testMib 15 }
42
43
44 agentcaps AGENT-CAPABILITIES
45     PRODUCT-RELEASE
46             "1.0"
47     STATUS  current
48     DESCRIPTION
49             "This fictional system was deployed with these conditions."
50
51     SUPPORTS
52             IF-MIB
53     INCLUDES {
54             ifGeneralInformationGroup,
55             ifFixedLengthGroup,
56             ifPacketGroup,
57             ifGeneralGroup,
58             ifStackGroup,
59             ifRcvAddressGroup,
60             linkUpDownNotificationsGroup
61     }
62
63     VARIATION ifAdminStatus
64     SYNTAX       
65             INTEGER { up(1), down(2) }
66     WRITE-SYNTAX
67             INTEGER { up(1), down(2) }
68     DESCRIPTION
69             "No ifAdminStatus support for testing(3)."
70
71     VARIATION ifPromiscuousMode
72     ACCESS  read-only
73     DESCRIPTION
74             "No support to set ifPromiscuousMode."
75
76     VARIATION ifRcvAddressEntry
77     CREATION-REQUIRES
78             { ifRcvAddressType }
79     DESCRIPTION
80             "ifRcvAddressType is required in row creation operations.
81              We don't support the default value `volatile'."
82
83     VARIATION ifRcvAddressType
84     DEFVAL  { other }
85     DESCRIPTION
86             "Although in contradiction with the previous variation, this
87              sets the default value of ifRcvAddressType to `other'."
88
89     ::= { libsmiTest015Mib 1 }
90
91 END