0% found this document useful (0 votes)
221 views1 page

RFC 1215

This document defines the TRAP-TYPE macro for SNMP traps. The macro imports the ObjectName type from another RFC and defines the structure and components of an SNMP trap, including an enterprise object identifier, optional variable bindings, description, and reference sections. Traps defined using this macro will have standardized sections containing identifying information and references.

Uploaded by

DiegoRaffa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
221 views1 page

RFC 1215

This document defines the TRAP-TYPE macro for SNMP traps. The macro imports the ObjectName type from another RFC and defines the structure and components of an SNMP trap, including an enterprise object identifier, optional variable bindings, description, and reference sections. Traps defined using this macro will have standardized sections containing identifying information and references.

Uploaded by

DiegoRaffa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

RFC-1215 DEFINITIONS ::= BEGIN

IMPORTS
ObjectName
FROM RFC1155-SMI;
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

You might also like