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

📄 rfc1559.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        ::= { 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 Table   phivDDCMPLineCountTable 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            "This value represents the number of milliseconds            between polls of one of the set of dead            tributaries."        DEFVAL { 10000 }        ::= { control 2 }   phivControlDelayTimer OBJECT-TYPE        SYNTAX INTEGER (1..65535)        ACCESS read-only        STATUS mandatory        DESCRIPTION            "This value represents the minimum number of            milliseconds to delay between polls. The delay timer            limits the effect of a very fast control station on            slow tributaries."        ::= { control 3 }   phivControlStreamTimer OBJECT-TYPE        SYNTAX INTEGER (0..65535)        ACCESS read-only        STATUS mandatory        DESCRIPTION            "This value represents the number of milliseconds a            tributary or a half duplex remote station is            allowed to hold the line.            NOTE: This parameter can also be applied to            half-duplex lines of type DDCMP POINT."        DEFVAL { 6000 }        ::= { control 4 }   -- DDCMP Multipoint Circuit Control Parameters Table   phivControlParametersTable OBJECT-TYPE        SYNTAX SEQUENCE OF PhivControlParametersEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION            "Information about control circuit parameters."        ::= { control 5 }   phivControlParametersEntry OBJECT-TYPE        SYNTAX PhivControlParametersEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION            "Parameters information about control circuits            currently known."        INDEX  { phivControlCircuitIndex }        ::= { phivControlParametersTable 1 }   PhivControlParametersEntry ::=        SEQUENCE {            phivControlCircuitIndex                INTEGER,            phivControlBabbleTimer                INTEGER,            phivControlMaxBuffs                INTEGER,            phivControlMaxTransmits                INTEGER,            phivControlDyingBase                INTEGER,            phivControlDyingIncrement                INTEGER,            phivControlDeadThreshold                INTEGER,            phivControlDyingThreshold                INTEGER,            phivControlInactTreshold                INTEGER,            phivControlPollingState                INTEGER,            phivControlPollingSubState                INTEGER,            phivControlTransTimer                INTEGER        }   phivControlCircuitIndex OBJECT-TYPE        SYNTAX INTEGER (1..65535)        ACCESS read-only        STATUS mandatory        DESCRIPTION            "A unique index value for each known multipoint            control circuit.            This is the same value as phivCircuitIndex."        ::= { phivControlParametersEntry 1 }   phivControlBabbleTimer OBJECT-TYPE        SYNTAX INTEGER (1..65535)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the number of milliseconds that a            selected tributary or remote half-duplex station is            allowed to transmit."        DEFVAL { 6000 }        ::= { phivControlParametersEntry 2 }   phivControlMaxBuffs  OBJECT-TYPE        SYNTAX INTEGER (1..254)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the maximum number of buffers the            tributary can use from a common buffer pool. If not            set, there is no common buffer pool and buffers are            explicitly supplied by the higher level. Count is a            decimal integer in the range 1-254."        ::= { phivControlParametersEntry 3 }   phivControlMaxTransmits  OBJECT-TYPE        SYNTAX INTEGER (1..255)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the maximum number of data            messages that can be transmitted at one time. Count            is a decimal integer in the range 1-255."        DEFVAL { 4 }        ::= { phivControlParametersEntry 4 }   phivControlDyingBase OBJECT-TYPE        SYNTAX INTEGER (0..255)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the base priority to which a            tributary is reset each time it has been polled. A            separate base can be set for each of the indicated            polling states. Base is a decimal integer in the range            0-255.  If not set, the defaults are: active, 255;            inactive, 0; and dying, 0."        ::= { phivControlParametersEntry 5 }   phivControlDyingIncrement OBJECT-TYPE        SYNTAX INTEGER (0..255)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the increment added to the            tributary priority each time the scheduling timer            expires.  If not set, the defaults are: active, 0;            inactive, 64; and dying, 16."        ::= { phivControlParametersEntry 6 }   phivControlDeadThreshold OBJECT-TYPE        SYNTAX INTEGER (0..255)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the number of times to poll the            active, inactive, or dying tributary before changing            its polling state to dead because of receive timeouts.            Count is a decimal integer in the range 0-255."        DEFVAL { 8 }        ::= { phivControlParametersEntry 7 }   phivControlDyingThreshold OBJECT-TYPE        SYNTAX INTEGER (0..255)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the number of times to poll the            active or inactive tributary before changing its            polling state to dying because of receive timeouts.            Count is a decimal integer in the range 0-255."        DEFVAL { 2 }        ::= { phivControlParametersEntry 8 }   phivControlInactTreshold OBJECT-TYPE        SYNTAX INTEGER (0..255)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the number of times to poll the            active tributary before changing its polling state to            inactive because of no data response. Count is a            decimal integer in the range            0-255."        DEFVAL { 8 }        ::= { phivControlParametersEntry 9 }   phivControlPollingState OBJECT-TYPE        SYNTAX INTEGER {            automatic (1),            active (2),            inactive (3),            dying (4),            dead (5)        }        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the state of the tributary            relative to the multipoint polling algorithm.  If not            set the default is AUTOMATIC. The possible states are:            AUTOMATIC              The tributary's state is allowed to vary according to              the operation of the polling algorithm.            ACTIVE/INACTIVE/DYING/DEAD              The tributary is locked in the specified state.             NOTE: These values are incremented by one compared to             the standard DECnet values in order to maintain             compliance with RFC 1155."        ::= { phivControlParametersEntry 10 }   phivControlPollingSubState OBJECT-TYPE        SYNTAX INTEGER {            active (1),            inactive (2),            dying (3),            dead (4)        }        ACCESS read-only        STATUS mandatory        DESCRIPTION            "This value represents the tributary's state as            determined by the polling algorithm.  This applies            only when the polling state is AUTOMATIC and is            read-only to Network Management.  Polling-substate is            one of ACTIVE, INACTIVE, DYING, or DEAD.  It is            displayed as a tag on the polling state, for example:            AUTOMATIC-INACTIVE."        ::= { phivControlParametersEntry 11 }   phivControlTransTimer OBJECT-TYPE        SYNTAX INTEGER (0..65535)        ACCESS read-write        STATUS mandatory        DESCRIPTION            "This value represents the number of milliseconds to            delay between data message transmits. Milliseconds is            a decimal integer in the range 0-65535."        DEFVAL { 0 }        ::= { phivControlParametersEntry 12

⌨️ 快捷键说明

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