32 lines
983 B
Plaintext
32 lines
983 B
Plaintext
RFC-1215 DEFINITIONS ::= BEGIN
|
|
|
|
|
|
|
|
TRAP-TYPE MACRO ::=
|
|
BEGIN
|
|
TYPE NOTATION ::= "ENTERPRISE" value
|
|
(enterprise OBJECT IDENTIFIER)
|
|
VarPart
|
|
DescrPart
|
|
ReferPart
|
|
VALUE NOTATION ::= value (VALUE INTEGER)
|
|
|
|
VarPart ::=
|
|
"VARIABLES" "{" VarTypes "}"
|
|
| empty
|
|
VarTypes ::=
|
|
VarType | VarTypes "," VarType
|
|
VarType ::=
|
|
value (vartype ObjectName)
|
|
|
|
DescrPart ::=
|
|
"DESCRIPTION" value (description DisplayString)
|
|
| empty
|
|
|
|
ReferPart ::=
|
|
"REFERENCE" value (reference DisplayString)
|
|
| empty
|
|
|
|
END
|
|
|
|
END |