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

📄 rfc2584.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 3 页
字号:
RFC 2584              APPN/HPR in IP Networks MIB               May 1999-- hprObjects              OBJECT IDENTIFIER ::= { hprMIB 1 }-- *******************************************************************-- *******************************************************************-- HPR over IP Monitoring Group---- This group contains a single table, the hprIsActiveLsTable,-- providing a  count of UDP packets sent with each type of-- APPN traffic on each active link supporting HPR over IP.-- *******************************************************************hprIpActiveLsTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprIpActiveLsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The HPR/IP active link station table.  This table provides          counts of the number of UDP packets sent for each APPN          traffic type."      ::= { hprIp 1 }hprIpActiveLsEntry OBJECT-TYPE      SYNTAX HprIpActiveLsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry of the HPR/IP link station table."      INDEX { hprIpActiveLsLsName,              hprIpActiveLsAppnTrafficType }      ::= { hprIpActiveLsTable 1 }HprIpActiveLsEntry ::= SEQUENCE {        hprIpActiveLsLsName              DisplayString,        hprIpActiveLsAppnTrafficType     AppnTrafficType,        hprIpActiveLsUdpPackets          Counter32 }hprIpActiveLsLsName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..10))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Administratively assigned name for the link station.  If this          object has the same value as the appnLsName in the APPN MIB,          then the two objects are referring to the same APPN link          station."Clouston & Moore            Standards Track                     [Page 8]RFC 2584              APPN/HPR in IP Networks MIB               May 1999      ::= { hprIpActiveLsEntry 1 }hprIpActiveLsAppnTrafficType OBJECT-TYPE      SYNTAX AppnTrafficType      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPN traffic type being sent through the link station."      ::= { hprIpActiveLsEntry 2 }hprIpActiveLsUdpPackets OBJECT-TYPE      SYNTAX Counter32      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The count of outgoing UDP packets carrying this type of APPN          traffic.  A discontinuity in the counter is indicated by the          appnLsCounterDisconTime object in the APPN MIB."      ::= { hprIpActiveLsEntry 3 }-- *******************************************************************-- HPR over IP Configuration Group---- This group contains three tables for reading and setting the-- mapping between APPN traffic types and values for the TOS-- Precedence bits in the IP header.  hprIpAppnPortTOSPrecedence-- represents the APPN port-level mapping.  This mapping can be-- overridden for an individual link station or an individual-- connection network via, respectively, the hprIpLsTOSPrecedence-- and the hprIpCnTOSPrecedence objects.-- *******************************************************************hprIpAppnPortTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprIpAppnPortEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The HPR/IP APPN port table.  This table supports reading and          setting the mapping between APPN traffic types and TOS          Precedence settings for all the link stations at this APPN          port.  This mapping can be overridden for an individual link          station or an individual connection network via, respectively,          the hprIpLsTOSPrecedence and the hprIpCnTOSPrecedence objects."      ::= { hprIp 2 }Clouston & Moore            Standards Track                     [Page 9]RFC 2584              APPN/HPR in IP Networks MIB               May 1999hprIpAppnPortEntry OBJECT-TYPE      SYNTAX HprIpAppnPortEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry of the HPR/IP APPN port table.  Entries exist for          every APPN port defined to support HPR over IP."      INDEX { hprIpAppnPortName,              hprIpAppnPortAppnTrafficType }      ::= { hprIpAppnPortTable 1 }HprIpAppnPortEntry ::= SEQUENCE {        hprIpAppnPortName            DisplayString,        hprIpAppnPortAppnTrafficType AppnTrafficType,        hprIpAppnPortTOSPrecedence   AppnTOSPrecedence }hprIpAppnPortName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..10))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Administratively assigned name for this APPN port.  If this          object has the same value as the appnPortName in the APPN MIB,          then the two objects are referring to the same APPN port."      ::= { hprIpAppnPortEntry 1 }hprIpAppnPortAppnTrafficType OBJECT-TYPE      SYNTAX AppnTrafficType      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPN traffic type sent through the port."      ::= { hprIpAppnPortEntry 2 }hprIpAppnPortTOSPrecedence OBJECT-TYPE      SYNTAX AppnTOSPrecedence      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "A setting for the three TOS Precedence bits in the IP Type of          Service field for this APPN traffic type.          When this value is changed via a Set operation, the new setting          for the TOS Precedence bits takes effect immediately, ratherClouston & Moore            Standards Track                    [Page 10]RFC 2584              APPN/HPR in IP Networks MIB               May 1999          than waiting for some event such as reinitialization of the          port or of the APPN node itself."      ::= { hprIpAppnPortEntry 3 }-- *******************************************************************hprIpLsTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprIpLsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The HPR/IP link station table.  Values for TOS Precedence at          the link station level override those at the level of the          containing port.  If there is no entry in this table for a          given link station, then that link station inherits its TOS          Precedence values from its port."      ::= { hprIp 3 }hprIpLsEntry OBJECT-TYPE      SYNTAX HprIpLsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry of the HPR/IP link station table."      INDEX { hprIpLsLsName,              hprIpLsAppnTrafficType }      ::= { hprIpLsTable 1 }HprIpLsEntry ::= SEQUENCE {        hprIpLsLsName            DisplayString,        hprIpLsAppnTrafficType   AppnTrafficType,        hprIpLsTOSPrecedence     AppnTOSPrecedence,        hprIpLsRowStatus         RowStatus }hprIpLsLsName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..10))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Administratively assigned name for the link station.  If this          object has the same value as the appnLsName in the APPN MIB,          then the two objects are referring to the same APPN link          station."Clouston & Moore            Standards Track                    [Page 11]RFC 2584              APPN/HPR in IP Networks MIB               May 1999      ::= { hprIpLsEntry 1 }hprIpLsAppnTrafficType OBJECT-TYPE      SYNTAX AppnTrafficType      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPN traffic type sent through the link station."      ::= { hprIpLsEntry 2 }hprIpLsTOSPrecedence OBJECT-TYPE      SYNTAX AppnTOSPrecedence      MAX-ACCESS read-create      STATUS current      DESCRIPTION          "A setting for the three TOS Precedence bits in the IP Type of          Service field for this APPN traffic type.          When this value is changed via a Set operation, the new setting          for the TOS Precedence bits takes effect immediately, rather          than waiting for some event such as reinitialization of the          port or of the APPN node itself."      ::= { hprIpLsEntry 3 }hprIpLsRowStatus OBJECT-TYPE      SYNTAX RowStatus      MAX-ACCESS read-create      STATUS current      DESCRIPTION          "This object allows entries to be created and deleted in the          hprIpLsTable.  As soon as an entry becomes active, the mapping          between APPN traffic types and TOS Precedence settings that it          specifies becomes effective.          The value of the other accessible object in this entry,          hprIpLsTOSPrecedence, can be changed via a Set operation when          this object's value is active(1).          An entry in this table is deleted by setting this object to          destroy(6).  Deleting an entry in this table causes the          link station to revert to the default TOS Precedence          mapping for its port."      ::= { hprIpLsEntry 4 }Clouston & Moore            Standards Track                    [Page 12]RFC 2584              APPN/HPR in IP Networks MIB               May 1999-- *******************************************************************hprIpCnTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprIpCnEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The HPR/IP connection network table.  Values for TOS          Precedence at the connection network level override those at          the level of the containing port.  If there is no entry in          this table for a given connection network, then that          connection network inherits its TOS Precedence values from          its port.          A node may have connections to a given connection network          through multiple ports.  There is no provision in the HPR-IP          architecture for variations in TOS Precedence values for          a single connection network based on the port through which          traffic is flowing to the connection network.  Thus an entry          in this table overrides the port-level settings for all the          ports through which the node can reach the connection          network."      ::= { hprIp 4 }hprIpCnEntry OBJECT-TYPE      SYNTAX HprIpCnEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry of the HPR/IP connection network table."      INDEX { hprIpCnVrnName,              hprIpCnAppnTrafficType }      ::= { hprIpCnTable 1 }HprIpCnEntry ::= SEQUENCE {        hprIpCnVrnName           SnaControlPointName,        hprIpCnAppnTrafficType   AppnTrafficType,        hprIpCnTOSPrecedence     AppnTOSPrecedence,        hprIpCnRowStatus         RowStatus }hprIpCnVrnName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "SNA control point name of the virtual routing node (VRN) thatClouston & Moore            Standards Track                    [Page 13]RFC 2584              APPN/HPR in IP Networks MIB               May 1999          identifies the connection network in the APPN topology          database.  If this object has the same value as the appnVrnName          in the APPN MIB, then the two objects are referring          to the same APPN VRN."      ::= { hprIpCnEntry 1 }hprIpCnAppnTrafficType OBJECT-TYPE      SYNTAX AppnTrafficType      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPN traffic type sent to this connection network."      ::= { hprIpCnEntry 2 }hprIpCnTOSPrecedence OBJECT-TYPE      SYNTAX AppnTOSPrecedence      MAX-ACCESS read-create      STATUS current      DESCRIPTION          "A setting for the three TOS Precedence bits in the IP Type of          Service field for this APPN traffic type.  This setting applies          to all traffic sent to this connection network by this node,          regardless of the port through which the traffic is sent.          When this value is changed via a Set operation, the new setting          for the TOS Precedence bits takes effect immediately, rather          than waiting for some event such as reinitialization of a          port or of the APPN node itself."      ::= { hprIpCnEntry 3 }hprIpCnRowStatus OBJECT-TYPE      SYNTAX RowStatus      MAX-ACCESS read-create      STATUS current      DESCRIPTION          "This object allows entries to be created and deleted in the          hprIpCnTable.  As soon as an entry becomes active, the mapping          between APPN traffic types and TOS Precedence settings that it          specifies becomes effective.          The value of the other accessible object in this entry,          hprIpCnTOSPrecedence, can be changed via a Set operation when          this object's value is active(1).          An entry in this table is deleted by setting this object to          destroy(6).  Deleting an entry in this table causes theClouston & Moore            Standards Track                    [Page 14]RFC 2584              APPN/HPR in IP Networks MIB               May 1999

⌨️ 快捷键说明

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