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

📄 decnet-phiv-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
         "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 TablephivControlParametersTable 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 }-- Ethernet Group-- The implementation of the Ethernet Group is mandatory-- for all systems which support ethernet links.-- Ethernet Parameters TablephivEthLinkParametersTable OBJECT-TYPE     SYNTAX SEQUENCE OF PhivEthLinkParametersEntry     ACCESS not-accessible     STATUS mandatory     DESCRIPTION          "Information about ethernet link parameters."     ::= { ethernet 1}phivEthLinkParametersEntry OBJECT-TYPE     SYNTAX PhivEthLinkParametersEntry     ACCESS not-accessible     STATUS mandatory     DESCRIPTION         "Parameter information about ethernet links currently         known."     INDEX     { phivEthLinkIndex }     ::= { phivEthLinkParametersTable 1 }PhivEthLinkParametersEntry ::=     SEQUENCE {         phivEthLinkIndex             INTEGER,         phivEthDesigRouterNodeAddr             PhivAddr,         phivEthMaxRouters             INTEGER,         phivEthRouterPri             INTEGER,         phivEthHardwareAddr             OCTET STRING      }phivEthLinkIndex OBJECT-TYPE     SYNTAX INTEGER (1..65535)     ACCESS read-only     STATUS mandatory     DESCRIPTION         "The circuit over which this links information is         collected.  This is the same as phivCircuitIndex."     ::= { phivEthLinkParametersEntry 1 }phivEthDesigRouterNodeAddr OBJECT-TYPE     SYNTAX PhivAddr -- OCTET STRING (SIZE (2))     ACCESS read-only     STATUS mandatory     DESCRIPTION         "This value is the address of the designated router."     ::= { phivEthLinkParametersEntry 2 }phivEthMaxRouters OBJECT-TYPE     SYNTAX INTEGER (0..255)     ACCESS read-write     STATUS mandatory     DESCRIPTION         "This parameter is the maximum number of routers (other          than the executor itself) allowed on the circuit by          Routing for circuits that are owned by the executor          node."     ::= { phivEthLinkParametersEntry 3 }phivEthRouterPri OBJECT-TYPE     SYNTAX INTEGER (0..127)     ACCESS read-write     STATUS mandatory     DESCRIPTION         "This parameter is the priority that this router is to          have in the selection of designated router for the          circuit on circuits that are owned by the executor          node."     DEFVAL { 64 }     ::= { phivEthLinkParametersEntry 4 }phivEthHardwareAddr OBJECT-TYPE     SYNTAX OCTET STRING (SIZE (6))     ACCESS read-only     STATUS mandatory     DESCRIPTION         "This read-only parameter is the address that is         associated with the line device hardware as seen by         the DECnet Software.  This value is not the same as         ifPhysAddress."     ::= { phivEthLinkParametersEntry 5 }-- Counters Group-- The implementation of the Counters Group is optional.-- A system can be said to implement this group if and only if-- all objects in this group are implemented.-- Counters TablephivCountersCountTable OBJECT-TYPE     SYNTAX SEQUENCE OF PhivCountersCountEntry     ACCESS not-accessible     STATUS mandatory     DESCRIPTION         "Information about ethernet link counters."     ::= { counters 1 }phivCountersCountEntry OBJECT-TYPE     SYNTAX PhivCountersCountEntry     ACCESS not-accessible     STATUS mandatory     DESCRIPTION         "Counter information about ethernet links currently         known."     INDEX     { phivCountersIndex }     ::= { phivCountersCountTable 1 }PhivCountersCountEntry ::=     SEQUENCE {         phivCountersIndex             InterfaceIndex,         phivCountersCountBytesRecd             PhivCounter,         phivCountersCountBytesSent             PhivCounter,         phivCountersCountDataBlocksRecd             PhivCounter,         phivCountersCountDataBlocksSent             PhivCounter,         phivCountersCountEthUsrBuffUnav             PhivCounter,         phivCountersCountMcastBytesRecd             PhivCounter,         phivCountersCountDataBlksRecd             PhivCounter,         phivCountersCountDataBlksSent             PhivCounter,         phivCountersCountMcastBlksRecd             PhivCounter,         phivCountersCountBlksSentDef             PhivCounter,         phivCountersCountBlksSentSingleCol             PhivCounter,         phivCountersCountBlksSentMultCol             PhivCounter,         phivCountersCountSendFailure             PhivCounter,         phivCountersCountCollDetectFailure             PhivCounter,         phivCountersCountReceiveFailure             PhivCounter,         phivCountersCountUnrecFrameDest             PhivCounter,         phivCountersCountDataOver             PhivCounter,         phivCountersCountSysBuffUnav             PhivCounter,         phivCountersCountUsrBuffUnav             PhivCounter      }phivCountersIndex OBJECT-TYPE     SYNTAX InterfaceIndex     ACCESS read-only     STATUS mandatory     DESCRIPTION         "The interface to which these counters apply.  This is         the same interface as identified by the same value of         phivLineIndex. This value is the ifIndex."     ::= { phivCountersCo

⌨️ 快捷键说明

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