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

📄 rfc1289.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
           DESCRIPTION               "This value represents the duration between the time the               executor requests a connect and the time that connect is               acknowledged by the destination node. If the connect is               not acknowledged within the number of seconds               specified, Session Control returns an error.  A 0               indicates no timer is running."           ::= { session 3 }       -- End Communication Layer Group       -- The implementation of the End Communication Layer Group is       -- mandatory for all systems that implement end layer       -- communications.       -- Remote State TableDECnet Phase IV MIB Working Group                               [Page 7]RFC 1289                  DECnet Phase IV MIB              December 1991       phivEndRemoteTable OBJECT-TYPE           SYNTAX SEQUENCE OF PhivEndRemoteEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about the state of sessions between the               node under study and the nodes found in the table."           ::= { end 1 }       phivEndRemoteEntry OBJECT-TYPE           SYNTAX PhivEndRemoteEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about a particular remote node as seen               from the end communication layer."           INDEX  { phivEndRemoteHostNodeID }           ::= { phivEndRemoteTable 1 }       PhivEndRemoteEntry ::=           SEQUENCE {               phivEndRemoteHostNodeID                   PhivAddr,               phivEndRemoteState                   INTEGER,               phivEndCircuitIndex                   INTEGER,               phivEndActiveLinks                   INTEGER,               phivEndDelay                   INTEGER (0..65535)            }        phivEndRemoteHostNodeID OBJECT-TYPE           SYNTAX PhivAddr -- OCTET STRING (SIZE (2))           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This value is the address of the remote node to be               evaluated."           ::= { phivEndRemoteEntry 1 }       phivEndRemoteState OBJECT-TYPE           SYNTAX INTEGER {               on (1),               off (2),               shut (3),               restricted (4)DECnet Phase IV MIB Working Group                               [Page 8]RFC 1289                  DECnet Phase IV MIB              December 1991           }           ACCESS read-write           STATUS mandatory           DESCRIPTION               "This represents the operational state of the remote node               being evaluated.               The possible states are:               ON          Allows logical links.               OFF         Allows no new links, terminates existing                           links, and stops routing traffic through.               SHUT        Allows no new logical links, does not                           destroy existing logical links, and goes                           to the OFF state when all logical links are                           gone.               RESTRICTED  Allows no new incoming logical links from                           other nodes.               NOTE: These values are incremented by one compared to               the standard DECnet values in order to maintain               compliance with RFC 1155."           ::= { phivEndRemoteEntry 2 }       phivEndCircuitIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "A unique index value for each known circuit used to               communicate with the remote node.  This is the same               value as phivCircuitIndex."           ::= { phivEndRemoteEntry 3 }       phivEndActiveLinks OBJECT-TYPE           SYNTAX INTEGER (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This read-only parameter represents the number of active               logical links from the executor to the destination node."           ::= { phivEndRemoteEntry 4 }       phivEndDelay OBJECT-TYPE           SYNTAX INTEGER (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This read-only parameter is the average round tripDECnet Phase IV MIB Working Group                               [Page 9]RFC 1289                  DECnet Phase IV MIB              December 1991               delay in seconds to the destination node. This               parameter is kept on a remote node basis."           ::= { phivEndRemoteEntry 5 }       -- End System Counter Table       phivEndCountTable OBJECT-TYPE           SYNTAX SEQUENCE OF PhivEndCountEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about the counters associated with each end               system that is known to the entity. These counters               reflect totals from the perspective of the executor               node."           ::= { end 2 }       phivEndCountEntry OBJECT-TYPE           SYNTAX PhivEndCountEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Information about a particular session between two end               systems."           INDEX  { phivEndCountHostNodeID }           ::= { phivEndCountTable 1 }       PhivEndCountEntry ::=           SEQUENCE {               phivEndCountHostNodeID                   PhivAddr,               phivEndCountSecsLastZeroed                   PhivCounter (0..65535),               phivEndCountUsrBytesRec                   PhivCounter,               phivEndCountUsrBytesSent                   PhivCounter,               phivEndUCountUsrMessRec                   PhivCounter,               phivEndCountUsrMessSent                   PhivCounter,               phivEndCountTotalBytesRec                   PhivCounter,               phivEndCountTotalBytesSent                   PhivCounter,               phivEndCountTotalMessRec                   PhivCounter,               phivEndCountTotalMessSentDECnet Phase IV MIB Working Group                              [Page 10]RFC 1289                  DECnet Phase IV MIB              December 1991                   PhivCounter,               phivEndCountConnectsRecd                   PhivCounter (0..65535),               phivEndCountConnectsSent                   PhivCounter (0..65535),               phivEndCountReponseTimeouts                   PhivCounter (0..65535),               phivEndCountRecdConnectResErrs                   PhivCounter (0..65535)           }       phivEndCountHostNodeID OBJECT-TYPE           SYNTAX PhivAddr -- OCTET STRING (SIZE (2))           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This value is the address of the remote node to be               evaluated."           ::= { phivEndCountEntry 1 }       phivEndCountSecsLastZeroed OBJECT-TYPE           SYNTAX PhivCounter (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "This value is the number of seconds that have elapsed               since the counters for the node in this table row were               last set to zero. This counter is located  in the               network management layer, but is returned with the               end system information which follows."           ::= { phivEndCountEntry 2 }       phivEndCountUsrBytesRec OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of user bytes received from the target host."           ::= { phivEndCountEntry 3 }       phivEndCountUsrBytesSent OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of user bytes sent to the target host."           ::= { phivEndCountEntry 4 }DECnet Phase IV MIB Working Group                              [Page 11]RFC 1289                  DECnet Phase IV MIB              December 1991       phivEndUCountUsrMessRec OBJECT-TYPE            SYNTAX PhivCounter            ACCESS read-only            STATUS mandatory            DESCRIPTION                "Number of user messages received from the target host."            ::= { phivEndCountEntry 5 }       phivEndCountUsrMessSent OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of user messages sent to the target host."           ::= { phivEndCountEntry 6 }       phivEndCountTotalBytesRec OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of bytes received from the target host."           ::= { phivEndCountEntry 7 }       phivEndCountTotalBytesSent OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of bytes sent to the target host."           ::= { phivEndCountEntry 8 }       phivEndCountTotalMessRec OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of messages received from the target host."           ::= { phivEndCountEntry 9 }       phivEndCountTotalMessSent OBJECT-TYPE           SYNTAX PhivCounter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of messages sent to the target host."           ::= { phivEndCountEntry 10 }DECnet Phase IV MIB Working Group                              [Page 12]RFC 1289                  DECnet Phase IV MIB              December 1991       phivEndCountConnectsRecd OBJECT-TYPE           SYNTAX PhivCounter (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of connects received from the target host."           ::= { phivEndCountEntry 11 }       phivEndCountConnectsSent OBJECT-TYPE           SYNTAX PhivCounter (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of connects sent to the target host."           ::= {phivEndCountEntry 12 }       phivEndCountReponseTimeouts OBJECT-TYPE           SYNTAX PhivCounter (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of response timeouts."           ::= { phivEndCountEntry 13 }       phivEndCountRecdConnectResErrs OBJECT-TYPE           SYNTAX PhivCounter (0..65535)           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of received connect resource errors."           ::= {phivEndCountEntry 14 }       -- additional End System objects       phivEndMaxLinks OBJECT-TYPE           SYNTAX INTEGER (1..65535)           ACCESS read-write           STATUS mandatory           DESCRIPTION               "This value represents the maximum active logical               link count allowed for the executor."           ::= { end 3 }       phivEndNSPVers OBJECT-TYPE           SYNTAX DisplayString (SIZE (0..255) )           ACCESS read-only           STATUS mandatoryDECnet Phase IV MIB Working Group                              [Page 13]RFC 1289                  DECnet Phase IV MIB              December 1991           DESCRIPTION               "This read-only parameter represents the version number               of the node End Communication S/W. The format is               version number, ECO, and user ECO, e.g., 4.1.0"           ::= { end 4 }       phivEndRetransmitFactor OBJECT-TYPE           SYNTAX INTEGER (1..65535)           ACCESS read-write           STATUS mandatory           DESCRIPTION               "This value represents the maximum number of times the

⌨️ 快捷键说明

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