snmp_mib_archive/rfc1215.smi
Heston Snodgrass 89bf4b016e initial commit
2016-12-15 15:03:18 -07:00

42 lines
1.2 KiB
Plaintext
Executable File

-- Changes for rfc1215 (Concise TRAP):
-- 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