mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-18 00:13:02 +00:00
42 lines
1.2 KiB
Plaintext
Executable File
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
|