mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
-- file: RFC-1215.my
|
|
-- Changes:
|
|
-- Added MODULE definition.
|
|
-- Commented out TRAP-TYPE macro definition and replaced
|
|
-- with SMIC directive to enable it.
|
|
-- dperkins@scruznet.com
|
|
|
|
|
|
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
|