added files
[bcm963xx.git] / userapps / opensource / net-snmp / mibs / RFC-1215.txt
1
2 RFC-1215 DEFINITIONS ::= BEGIN
3
4 -- This  module is a empty module.  It has been created solely for the 
5 -- purpose of allowing other modules to correctly import the TRAP-TYPE 
6 -- clause from RFC-1215 where it should be imported from.  It's a
7 -- built in type in the UCD-SNMP code, and in fact RFC-1215 doesn't
8 -- actually define a mib at all; it only defines macros.  However,
9 -- importing the TRAP-TYPE is conventionally done from an import
10 -- clause pointing to RFC-1215.
11 --
12 --   Wes 7/17/98
13
14 TRAP-TYPE MACRO ::=
15 BEGIN
16     TYPE NOTATION ::= "ENTERPRISE" value
17                       (enterprise OBJECT IDENTIFIER)
18                       VarPart
19                       DescrPart
20                       ReferPart
21     VALUE NOTATION ::= value (VALUE INTEGER)
22     VarPart ::=
23                "VARIABLES" "{" VarTypes "}"
24                | empty
25     VarTypes ::=
26                VarType | VarTypes "," VarType
27     VarType ::=
28                value (vartype ObjectName)
29     DescrPart ::=
30                "DESCRIPTION" value (description DisplayString)
31                | empty
32     ReferPart ::=
33                "REFERENCE" value (reference DisplayString)
34                | empty
35 END
36  
37
38 END