📄 decnet-phiv-mib
字号:
"Number of terminating packets received on this circuit." ::= { phivCircuitCountEntry 2 }phivCircuitCountOriginPackSent OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of originating packets sent on this circuit." ::= { phivCircuitCountEntry 3 }phivCircuitCountTermCongLoss OBJECT-TYPE SYNTAX PhivCounter (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Number of terminating congestion losses on this circuit." ::= { phivCircuitCountEntry 4 }phivCircuitCountCorruptLoss OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of corruption losses on this circuit." ::= { phivCircuitCountEntry 5 }phivCircuitCountTransitPksRecd OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transit packets received on this circuit." ::= { phivCircuitCountEntry 6 }phivCircuitCountTransitPkSent OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of transit packets sent on this circuit." ::= { phivCircuitCountEntry 7 }phivCircuitCountTransitCongestLoss OBJECT-TYPE SYNTAX PhivCounter (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Number of transit congestion losses on this circuit." ::= { phivCircuitCountEntry 8 }phivCircuitCountCircuitDown OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of circuit downs on this circuit." ::= { phivCircuitCountEntry 9 }phivCircuitCountInitFailure OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Initialization failures on this circuit." ::= { phivCircuitCountEntry 10 }phivCircuitCountAdjDown OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "This counter indicates the number of adjacency losses that result from any of the following: Node listener timeout Invalid data received at node listener Unexpected control (initialization or verification) message received Routing message received with a checksum error Node identification from a routing message or a Hello message that is not the one expected Hello message received indicating that connectivity became one-way Adjacency idled." ::= { phivCircuitCountEntry 11 }phivCircuitCountPeakAdj OBJECT-TYPE SYNTAX PhivCounter (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This counter indicates the maximum number of nodes that are up on the circuit." ::= { phivCircuitCountEntry 12 }phivCircuitCountBytesRecd OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of bytes received on this circuit." ::= { phivCircuitCountEntry 13 }phivCircuitCountBytesSent OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of bytes sent on this circuit." ::= { phivCircuitCountEntry 14 }phivCircuitCountDataBlocksRecd OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of data blocks received on this circuit." ::= { phivCircuitCountEntry 15 }phivCircuitCountDataBlocksSent OBJECT-TYPE SYNTAX PhivCounter (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of data blocks sent on this circuit." ::= { phivCircuitCountEntry 16 }phivCircuitCountUsrBuffUnav OBJECT-TYPE SYNTAX PhivCounter (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Number of user buffer unavailable errors." ::= { phivCircuitCountEntry 17 }-- Additional Circuit ParametersphivCircuitOrigQueueLimit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This parameter indicates the maximum number of originating packets that may be outstanding on this circuit. This does not include route-thru traffic." ::= { circuit 3 }phivCircuitCountZeroCount OBJECT-TYPE SYNTAX INTEGER { other (1), reset (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this value is set to 2, all of the counters in the Circuit Counter Table are set to zero." ::= { circuit 4 }-- DDCMP Circuit Group-- The implementation of the DDCMP Circuit Group is optional.-- A system can be said to implement this group if and only if-- all objects in this group are implemented.-- DDCMP Parameters TablephivDDCMPCircuitParametersTable OBJECT-TYPE SYNTAX SEQUENCE OF PhivDDCMPCircuitParametersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about DDCMP circuit parameters." ::= { ddcmp 1}phivDDCMPCircuitParametersEntry OBJECT-TYPE SYNTAX PhivDDCMPCircuitParametersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Parameters information about DDCMP circuits currently known." INDEX { phivDDCMPCircuitIndex } ::= { phivDDCMPCircuitParametersTable 1 }PhivDDCMPCircuitParametersEntry ::= SEQUENCE { phivDDCMPCircuitIndex INTEGER, phivDDCMPCircuitAdjNodeAddr INTEGER, phivDDCMPCircuitTributary INTEGER }phivDDCMPCircuitIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "A unique index value for each known DDCMP circuit. This is the same value as phivCircuitIndex." ::= { phivDDCMPCircuitParametersEntry 1 }phivDDCMPCircuitAdjNodeAddr OBJECT-TYPE SYNTAX PhivAddr -- OCTET STRING (SIZE (2)) ACCESS read-only STATUS mandatory DESCRIPTION "The address of the adjacent node." ::= { phivDDCMPCircuitParametersEntry 2 }phivDDCMPCircuitTributary OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the Data Link physical tributary address of the circuit." ::= { phivDDCMPCircuitParametersEntry 3 }-- DDCMP Circuit Counter TablephivDDCMPCircuitCountTable OBJECT-TYPE SYNTAX SEQUENCE OF PhivDDCMPCircuitCountEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about the DDCMP counters associated with all circuits currently known." ::= { ddcmp 2 }phivDDCMPCircuitCountEntry OBJECT-TYPE SYNTAX PhivDDCMPCircuitCountEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Counter information about DDCMP circuits now known" INDEX { phivCircuitIndex } ::= { phivDDCMPCircuitCountTable 1 }PhivDDCMPCircuitCountEntry ::= SEQUENCE { phivDDCMPCircuitErrorsInbd PhivCounter, phivDDCMPCircuitErrorsOutbd PhivCounter, phivDDCMPCircuitRmteReplyTimeouts PhivCounter, phivDDCMPCircuitLocalReplyTimeouts PhivCounter, phivDDCMPCircuitRmteBuffErrors PhivCounter, phivDDCMPCircuitLocalBuffErrors PhivCounter, phivDDCMPCircuitSelectIntervalsElap PhivCounter, phivDDCMPCircuitSelectTimeouts PhivCounter }phivDDCMPCircuitErrorsInbd OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Data errors inbound." ::= { phivDDCMPCircuitCountEntry 1 }phivDDCMPCircuitErrorsOutbd OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of outbound data errors." ::= { phivDDCMPCircuitCountEntry 2 }phivDDCMPCircuitRmteReplyTimeouts OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of remote reply timeouts." ::= { phivDDCMPCircuitCountEntry 3 }phivDDCMPCircuitLocalReplyTimeouts OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of local Reply timeouts." ::= { phivDDCMPCircuitCountEntry 4 }phivDDCMPCircuitRmteBuffErrors OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of remote reply time out errors." ::= { phivDDCMPCircuitCountEntry 5 }phivDDCMPCircuitLocalBuffErrors OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of local buffer errors." ::= { phivDDCMPCircuitCountEntry 6 }phivDDCMPCircuitSelectIntervalsElap OBJECT-TYPE SYNTAX PhivCounter (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Selection intervals that have elapsed." ::= {phivDDCMPCircuitCountEntry 7 }phivDDCMPCircuitSelectTimeouts OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of selection timeouts." ::= {phivDDCMPCircuitCountEntry 8 }-- DDCMP Line Count TablephivDDCMPLineCountTable OBJECT-TYPE SYNTAX SEQUENCE OF PhivDDCMPLineCountEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DDCMP Line Count Table." ::= { ddcmp 3 }phivDDCMPLineCountEntry OBJECT-TYPE SYNTAX PhivDDCMPLineCountEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "There is one entry in the table for each line." INDEX { phivDDCMPLineCountIndex } ::= { phivDDCMPLineCountTable 1 }PhivDDCMPLineCountEntry ::= SEQUENCE { phivDDCMPLineCountIndex InterfaceIndex, phivDDCMPLineCountDataErrsIn PhivCounter, phivDDCMPLineCountRmteStationErrs PhivCounter, phivDDCMPLineCountLocalStationErrs PhivCounter }phivDDCMPLineCountIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The line on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of phivLineIndex. This value is the ifIndex." ::= { phivDDCMPLineCountEntry 1 }phivDDCMPLineCountDataErrsIn OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of data errors inbound." ::= { phivDDCMPLineCountEntry 2 }phivDDCMPLineCountRmteStationErrs OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of remote station errors." ::= { phivDDCMPLineCountEntry 3 }phivDDCMPLineCountLocalStationErrs OBJECT-TYPE SYNTAX PhivCounter (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Number of local station errors." ::= { phivDDCMPLineCountEntry 4 }-- DDCMP Multipoint Circuit Control Group-- The implementation of the DDCMP Multipoint Circuit Control-- Group is optional. A system can be said to implement this group-- if and only if all objects in this group are implemented.phivControlSchedTimer OBJECT-TYPE SYNTAX INTEGER (50..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the number of milliseconds between recalculation of tributary polling priorities." DEFVAL { 200 } ::= { control 1 }phivControlDeadTimer OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -