⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2564.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
           ::= { applTransactFlowEntry 4 }   applTransactFlowBytes OBJECT-TYPE           SYNTAX        Counter64           UNITS         "bytes"           MAX-ACCESS    read-only           STATUS        current           DESCRIPTION              "The applTransactFlowBytes attribute reports the number               of request/response (as indicated by the               applTransactFlowReqRsp index) bytes received/generated               (as indicated by the applTransactFlowDirection index)               handled by this application element or service instance               on this transaction stream.               All application layer bytes are included in this count,               including any application layer wrappers, headers, or               other overhead.               Discontinuities in this counter can be detected               by monitoring the corresponding instance of               applOpenChannelOpenTime."           ::= { applTransactFlowEntry 5 }   applTransactFlowBytesLow OBJECT-TYPE           SYNTAX           Counter32           UNITS            "bytes"           MAX-ACCESS       read-only           STATUS           current           DESCRIPTION              "This attribute corresponds to the low thirty-two               bits of applTransactFlowBytes.               Discontinuities in this counter can be detected               by monitoring the corresponding instance of               applOpenChannelOpenTime."           ::= { applTransactFlowEntry 6 }   applTransactFlowTime OBJECT-TYPE           SYNTAX       DateAndTime           MAX-ACCESS   read-only           STATUS       current           DESCRIPTION              "The applTransactFlowTime attribute records the time of               the processing (receipt or transmission as indicated               by the applTransactFlowDirection index) by this               running application element or service instance of               the most recent request/response (as indicated by               the applTransactFlowReqRsp index) on this transaction               stream.               If no requests/responses been received/transmitted by               this entity over this transaction stream, the value               of this attribute shall be '0000000000000000'H "           DEFVAL { '0000000000000000'H }           ::= { applTransactFlowEntry 7 }   -- ****************************************************************   --   --      applTransactKindTable - transaction statistics broken down   --      according to the kinds of transactions in each direction   --      for a transaction stream.   --   -- ****************************************************************   applTransactKindTable   OBJECT-TYPE           SYNTAX SEQUENCE OF ApplTransactKindEntry           MAX-ACCESS      not-accessible           STATUS          current           DESCRIPTION              "The applTransactKindTable provides transaction statistics               broken down by kinds of transaction.  The definition of               the kinds of transactions is specific to the application               protocol in use, and may be documented in the form of an               applicability statement.  "           ::= { applChannelGroup 6 }   applTransactKindEntry OBJECT-TYPE           SYNTAX        ApplTransactKindEntry           MAX-ACCESS    not-accessible           STATUS        current           DESCRIPTION              "An applTransactKindEntry reports information for a               specific service instance or running application               element's use of a specific transaction stream in               a particular direction in requests or responses               (as indicated by the applTransactFlowReqRsp index)               broken down by transaction kind, as indicated by the               applTransactKind index.               Discontinuities in any of the counters in an entry can               be detected by monitoring the corresponding instance of               applOpenChannelOpenTime."           INDEX           { applElmtOrSvc,                             applElmtOrSvcId,                             applOpenChannelIndex,                             applTransactFlowDirection,                             applTransactFlowReqRsp,                             applTransactKind }           ::= { applTransactKindTable 1 }   ApplTransactKindEntry ::= SEQUENCE           {                   applTransactKind                SnmpAdminString,                   applTransactKindTrans           Counter64,                   applTransactKindTransLow        Counter32,                   applTransactKindBytes           Counter64,                   applTransactKindBytesLow        Counter32,                   applTransactKindTime            DateAndTime           }   applTransactKind   OBJECT-TYPE           SYNTAX     SnmpAdminString (SIZE (1 .. 32))           MAX-ACCESS not-accessible           STATUS     current           DESCRIPTION              "The applTransactKind index is the human-readable               identifier for a particular transaction kind within               the context of an application protocol.  The values               to be used for a particular protocol may be identified               in an applicability statement."           ::= { applTransactKindEntry 1 }   applTransactKindTrans OBJECT-TYPE           SYNTAX        Counter64           UNITS         "transactions"           MAX-ACCESS    read-only           STATUS        current           DESCRIPTION              "The applTransactKindTrans attribute reports the number               of request/response (as indicated by the               applTransactFlowReqRsp index) transactions               received/generated (as indicated by the               applTransactFlowDirection index) handled by this               application instance or application element on this               transaction stream for this transaction kind.               Discontinuities in this counter can be detected               by monitoring the corresponding instance of               applOpenChannelOpenTime."           ::= { applTransactKindEntry 2 }   applTransactKindTransLow OBJECT-TYPE           SYNTAX           Counter32           UNITS            "transactions"           MAX-ACCESS       read-only           STATUS           current           DESCRIPTION              "The applTransactKindTransLow attribute reports               the low thirty-two bits of applTransactKindTrans.               Discontinuities in this counter can be detected               by monitoring the corresponding instance of               applOpenChannelOpenTime."           ::= { applTransactKindEntry 3 }   applTransactKindBytes OBJECT-TYPE           SYNTAX        Counter64           UNITS         "bytes"           MAX-ACCESS    read-only           STATUS        current           DESCRIPTION              "The applTransactKindBytes attribute reports the number               of request/response (as indicated by the               applTransactFlowReqRsp index) bytes received/generated               (as indicated by the applTransactFlowDirection index)               handled by this application element on this transaction               stream for this transaction kind.               All application layer bytes are included in this count,               including any application layer wrappers, headers, or               other overhead.               Discontinuities in this counter can be detected               by monitoring the corresponding instance of               applOpenChannelOpenTime."           ::= { applTransactKindEntry 4 }   applTransactKindBytesLow OBJECT-TYPE           SYNTAX           Counter32           UNITS            "bytes"           MAX-ACCESS       read-only           STATUS           current           DESCRIPTION              "The applTransactKindBytesLow attribute corresponds               to the low thirty-two bits of applTransactKindBytes.               Discontinuities in this counter can be detected               by monitoring the corresponding instance of               applOpenChannelOpenTime."           ::= { applTransactKindEntry 5 }   applTransactKindTime OBJECT-TYPE           SYNTAX       DateAndTime           MAX-ACCESS   read-only           STATUS       current           DESCRIPTION              "The applTransactKindTime attribute records the time of               the processing (receipt or transmission as indicated               by the applTransactFlowDirection index) by this               running application element or service instance of               the most recent request/response (as indicated by               the applTransactFlowReqRsp index) of this kind of               transaction on this transaction stream.               If no requests/responses of this kind been               received/transmitted by this running application element               or service instance over this transaction stream, the               value of this attribute shall be '0000000000000000'H "           DEFVAL { '0000000000000000'H }           ::= { applTransactKindEntry 6 }   -- ****************************************************************   --   --      applPastChannelGroup - logged information on former channels.   --      These tables control the collection of channel history   --      information and represent the accumulated historical data.   --   -- ****************************************************************   applPastChannelControlTable OBJECT-TYPE           SYNTAX           SEQUENCE OF ApplPastChannelControlEntry           MAX-ACCESS       not-accessible           STATUS           current           DESCRIPTION              "The applPastChannelControlTable controls the               accumulation of history information about channels               from the perspective of service instances and running               application elements.  Entries in this table are indexed               by applElmtOrSvc and applElmtOrSvcId, giving control               of channel history accumulation at the level of each               service instance and running application element."           ::= { applPastChannelGroup 1 }   applPastChannelControlEntry OBJECT-TYPE           SYNTAX           ApplPastChannelControlEntry           MAX-ACCESS       not-accessible           STATUS           current           DESCRIPTION              "An applPastChannelControlEntry provides the ability               to control the retention of channel history information               by service instances and running application elements."           INDEX           { applElmtOrSvc, applElmtOrSvcId }           ::= { applPastChannelControlTable 1 }   ApplPastChannelControlEntry  ::= SEQUENCE           {                   applPastChannelControlCollect   INTEGER,                   applPastChannelControlMaxRows   Unsigned32,                   applPastChannelControlTimeLimit Unsigned32,                   applPastChannelControlRemItems  Counter32           }   applPastChannelControlCollect OBJECT-TYPE           SYNTAX             INTEGER { enabled (1),                                        frozen (2),                                        disabled (3) }           MAX-ACCESS         read-write           STATUS             current           DESCRIPTION              "When the value of applPastChannelControlCollect is               'enabled', each time the corresponding running               application element or service instance closes               an open channel a new entry will be added to the               applPastChannelTable.               When the value of applPastChannelControlCollect               is 'frozen', no new entries are added to the               applPastChannelTable for this running application               element or service instance, and old entries are not               aged out.               When the value of applPastChannelControlCollect               is 'disabled', all entries are removed from               applPastChannelTable for this running application or               service instance, and no new entries are added."           DEFVAL { enabled }           ::= { applPastChannelControlEntry 1 }   applPastChannelControlMaxRows OBJECT-TYPE           SYNTAX             Unsigned32           UNITS              "channel history entries"           MAX-ACCESS         read-write           STATUS             current           DESCRIPTION              "The maximum number of entries allowed in the               applPastChannelTable for this running application element               or service instance.  Once the number of rows for this               running application element or service instance in the               applPastChannelTable reaches this value, when new               entries are to be added the management subsystem will               make room for them by removing the oldest entries.               Entries will be removed on the basis of oldest               applPastChannelCloseTime value first."           DEFVAL          { 500 }           ::= { applPastChannelControlEntry 2 }   applPastChannelControlTimeLimit OBJECT-TYPE           SYNTAX               Unsigned32           UNITS                "seconds"           MAX-ACCESS           read-write           STATUS               current           DESCRIPTION              "The maximum time in seconds which an entry for this               running application elemen

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -