-- Compatibility stub for RFC1215-DEFINING-TRAPS. -- Alias for RFC-1215 (Convention for Defining Traps for use with -- the SNMP, RFC 1215). Provides the TRAP-TYPE macro as needed by -- XYPLEX-SYSTEM-MIB. RFC1215-DEFINING-TRAPS 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