rfc-1215.txt
来自「snmp based application it is used to get」· 文本 代码 · 共 39 行
TXT
39 行
RFC-1215 DEFINITIONS ::= BEGIN-- This module is a empty module. It has been created solely for the -- purpose of allowing other modules to correctly import the TRAP-TYPE -- clause from RFC-1215 where it should be imported from. It's a-- built in type in the UCD-SNMP code, and in fact RFC-1215 doesn't-- actually define a mib at all; it only defines macros. However,-- importing the TRAP-TYPE is conventionally done from an import-- clause pointing to RFC-1215.---- Wes 7/17/98TRAP-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) | emptyEND END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?