-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRFC-1215
43 lines (36 loc) · 1.3 KB
/
RFC-1215
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
-- file: RFC-1215.my
-- Changes:
-- Added MODULE definition.
-- Commented out TRAP-TYPE macro definition and replaced
-- with SMIC directive to enable it.
RFC-1215 DEFINITIONS ::= BEGIN
-- Make builtin items known
-- SMI TRAP-TYPE
-- 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