|
Packit Service |
9ccfef |
LIBSMI-TEST-011-MIB DEFINITIONS ::= BEGIN
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
IMPORTS
|
|
Packit Service |
9ccfef |
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
|
|
Packit Service |
9ccfef |
OBJECT-IDENTITY, Integer32
|
|
Packit Service |
9ccfef |
FROM SNMPv2-SMI
|
|
Packit Service |
9ccfef |
TEXTUAL-CONVENTION
|
|
Packit Service |
9ccfef |
FROM SNMPv2-TC
|
|
Packit Service |
9ccfef |
OBJECT-GROUP, NOTIFICATION-GROUP
|
|
Packit Service |
9ccfef |
FROM SNMPv2-CONF
|
|
Packit Service |
9ccfef |
testMib
|
|
Packit Service |
9ccfef |
FROM LIBSMI-TEST-MIB;
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
libsmiTest011Mib MODULE-IDENTITY
|
|
Packit Service |
9ccfef |
LAST-UPDATED "200007051000Z"
|
|
Packit Service |
9ccfef |
ORGANIZATION
|
|
Packit Service |
9ccfef |
"TU Braunschweig"
|
|
Packit Service |
9ccfef |
CONTACT-INFO
|
|
Packit Service |
9ccfef |
" Frank Strauss
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Postal: TU Braunschweig
|
|
Packit Service |
9ccfef |
Bueltenweg 74/75
|
|
Packit Service |
9ccfef |
38106 Braunschweig
|
|
Packit Service |
9ccfef |
Germany
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
Phone: +49 531 391-3283
|
|
Packit Service |
9ccfef |
EMail: strauss@ibr.cs.tu-bs.de
|
|
Packit Service |
9ccfef |
http://www.ibr.cs.tu-bs.de/~strauss/"
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"This MIB module contains one or more intentional errors,
|
|
Packit Service |
9ccfef |
and/or unusual contents. Its only purpose is to check
|
|
Packit Service |
9ccfef |
the abilities of MIB parsers to detect these circumstances.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
This MIB module is orginally written in SMIv2 format.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
This module checks the proper handling of forward references.
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
The libsmi parser is expected to report:
|
|
Packit Service |
9ccfef |
LIBSMI-TEST-011-MIB:91: warning: exactly one index element of row `testEntry' must be accessible
|
|
Packit Service |
9ccfef |
LIBSMI-TEST-011-MIB:54: warning: current group `group1' is not referenced in this module
|
|
Packit Service |
9ccfef |
LIBSMI-TEST-011-MIB:61: warning: current group `group2' is not referenced in this module
|
|
Packit Service |
9ccfef |
"
|
|
Packit Service |
9ccfef |
REVISION "200007051000Z"
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Initial Revision."
|
|
Packit Service |
9ccfef |
::= { testMib 11 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
--
|
|
Packit Service |
9ccfef |
-- The following definitions are just written down in reverse order
|
|
Packit Service |
9ccfef |
-- than usual. The parser should not have any problems to deal with
|
|
Packit Service |
9ccfef |
-- them.
|
|
Packit Service |
9ccfef |
--
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
group1 OBJECT-GROUP
|
|
Packit Service |
9ccfef |
OBJECTS { testScalar1 }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
::= { testGroups 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
group2 NOTIFICATION-GROUP
|
|
Packit Service |
9ccfef |
NOTIFICATIONS { testNotification1 }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
::= { testGroups 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testNotification1 NOTIFICATION-TYPE
|
|
Packit Service |
9ccfef |
OBJECTS { testScalar1 }
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
::= { testNotifications 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testScalar1 OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TestTc1
|
|
Packit Service |
9ccfef |
MAX-ACCESS read-only
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Invalid size restriction on an enumeration."
|
|
Packit Service |
9ccfef |
::= { testObjects 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testColumn1 OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX Integer32 (0..32)
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
::= { testEntry 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testEntry OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX TestEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
INDEX { testColumn1 }
|
|
Packit Service |
9ccfef |
::= { testTable 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testTable OBJECT-TYPE
|
|
Packit Service |
9ccfef |
SYNTAX SEQUENCE OF TestEntry
|
|
Packit Service |
9ccfef |
MAX-ACCESS not-accessible
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
::= { testObjects 2 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
TestEntry ::= SEQUENCE {
|
|
Packit Service |
9ccfef |
testColumn1 Integer32
|
|
Packit Service |
9ccfef |
}
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
TestTc1 ::= TEXTUAL-CONVENTION
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"Valid enumeration."
|
|
Packit Service |
9ccfef |
SYNTAX INTEGER { red(1), green(2), blue(3) }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
textConst1 OBJECT-IDENTITY
|
|
Packit Service |
9ccfef |
STATUS current
|
|
Packit Service |
9ccfef |
DESCRIPTION
|
|
Packit Service |
9ccfef |
"junk"
|
|
Packit Service |
9ccfef |
::= { testConstants 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testConstants OBJECT IDENTIFIER ::= { testDefinitions 3 }
|
|
Packit Service |
9ccfef |
testGroups OBJECT IDENTIFIER ::= { testDefinitions 2 }
|
|
Packit Service |
9ccfef |
testObjects OBJECT IDENTIFIER ::= { testDefinitions 1 }
|
|
Packit Service |
9ccfef |
testNotifications OBJECT IDENTIFIER ::= { testDefinitions 0 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
testDefinitions OBJECT IDENTIFIER ::= { libsmiTest011Mib 1 }
|
|
Packit Service |
9ccfef |
|
|
Packit Service |
9ccfef |
END
|