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

📄 rfc2155.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
appnPortDynLsBadXids OBJECT-TYPE      SYNTAX AppnPortCounter      UNITS "XID exchanges"      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The total number of unsuccessful XID exchanges that have          occurred on all dynamic link stations on this port since the          last time this port was started."      ::= { appnPortEntry 15 }appnPortSpecific OBJECT-TYPE      SYNTAX RowPointer      MAX-ACCESS read-only      STATUS current      DESCRIPTIONClouston & Moore            Standards Track                    [Page 29]RFC 2155        Definitions of Managed Objects for APPN        June 1997          "Identifies the object, e.g., one in a DLC-specific MIB, that          can provide additional information related to this port.          If the agent is unable to identify such an object, the value          0.0 is returned."      ::= { appnPortEntry 16 }appnPortDlcLocalAddr OBJECT-TYPE      SYNTAX DisplayableDlcAddress      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Local DLC address of this port."      ::= { appnPortEntry 17 }appnPortCounterDisconTime OBJECT-TYPE      SYNTAX TimeStamp      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The value of the sysUpTime object the last time the port was          started."      ::= { appnPortEntry 18 }-- *********************************************************************-- APPN Link Station Information--appnLsTable OBJECT-TYPE      SYNTAX SEQUENCE OF AppnLsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "This table contains detailed information about the link          station configuration and its current status."      ::= { appnLinkStationInformation 1 }appnLsEntry OBJECT-TYPE      SYNTAX AppnLsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "This table is indexed by the link station name."      INDEXClouston & Moore            Standards Track                    [Page 30]RFC 2155        Definitions of Managed Objects for APPN        June 1997             { appnLsName }      ::= { appnLsTable 1 }AppnLsEntry ::= SEQUENCE {      appnLsName                  DisplayString,      appnLsCommand               INTEGER,      appnLsOperState             INTEGER,      appnLsPortName              DisplayString,      appnLsDlcType               IANAifType,      appnLsDynamic               TruthValue,      appnLsAdjCpName             OCTET STRING,      appnLsAdjNodeType           INTEGER,      appnLsTgNum                 INTEGER,      appnLsLimResource           TruthValue,      appnLsActOnDemand           TruthValue,      appnLsMigration             TruthValue,      appnLsPartnerNodeId         SnaNodeIdentification,      appnLsCpCpSessionSupport    TruthValue,      appnLsMaxSendBtuSize        INTEGER,-- performance data      appnLsInXidBytes            AppnLinkStationCounter,      appnLsInMsgBytes            AppnLinkStationCounter,      appnLsInXidFrames           AppnLinkStationCounter,      appnLsInMsgFrames           AppnLinkStationCounter,      appnLsOutXidBytes           AppnLinkStationCounter,      appnLsOutMsgBytes           AppnLinkStationCounter,      appnLsOutXidFrames          AppnLinkStationCounter,      appnLsOutMsgFrames          AppnLinkStationCounter,-- propagation delay      appnLsEchoRsps              AppnLinkStationCounter,      appnLsCurrentDelay          Gauge32,      appnLsMaxDelay              Gauge32,      appnLsMinDelay              Gauge32,      appnLsMaxDelayTime          DateAndTime,-- XID Statistics      appnLsGoodXids              AppnLinkStationCounter,      appnLsBadXids               AppnLinkStationCounter,-- DLC-specific      appnLsSpecific              RowPointer,      appnLsActiveTime            Unsigned32,      appnLsCurrentStateTime      TimeTicks,-- HPR-specific      appnLsHprSup                INTEGER,      appnLsErrRecoSup            TruthValue,Clouston & Moore            Standards Track                    [Page 31]RFC 2155        Definitions of Managed Objects for APPN        June 1997      appnLsForAnrLabel           OCTET STRING,      appnLsRevAnrLabel           OCTET STRING,      appnLsCpCpNceId             OCTET STRING,      appnLsRouteNceId            OCTET STRING,      appnLsBfNceId               OCTET STRING,      appnLsLocalAddr             DisplayableDlcAddress,      appnLsRemoteAddr            DisplayableDlcAddress,      appnLsRemoteLsName          DisplayString,      appnLsCounterDisconTime     TimeStamp                     }appnLsName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..10))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Administratively assigned name for the link station.           The name can be from one to ten characters."      ::= { appnLsEntry 1 }appnLsCommand OBJECT-TYPE      SYNTAX INTEGER {                      deactivate(1),                      activate(2),                      recycle(3),                      ready(4)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Object by which a Management Station can activate, deactivate,          or recycle (i.e., cause to be deactivated and then immediately          reactivated) a link station, by setting the value to          activate(1), deactivate(2), or recycle(3), respectively.  The          value ready(4) is returned on GET operations until a SET has          been processed; after that the value received on the most          recent SET is returned."      ::= { appnLsEntry 2 }appnLsOperState OBJECT-TYPE      SYNTAX INTEGER    {          inactive(1),          sentConnectOut(2),    -- pending active          pendXidExch(3),       -- pending active          sendActAs(4),         -- pending activeClouston & Moore            Standards Track                    [Page 32]RFC 2155        Definitions of Managed Objects for APPN        June 1997          sendSetMode(5),       -- pending active          otherPendingActive(6),-- pending active          active(7),          sentDeactAsOrd(8),    -- pending inactive          sentDiscOrd(9),       -- pending inactive          sentDiscImmed(10),    -- pending inactive          otherPendingInact(11) -- pending inactive                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "State of this link station.  The comments map these more          granular states to the 'traditional' four states for SNA          resources.  Values (2) through (5) represent the normal          progression of states when a link station is being activated.          Value (6) represents some other state of a link station in          the process of being activated.  Values (8) through (10)          represent different ways a link station can be deactivated.          Value (11) represents some other state of a link station in          the process of being deactivated."      ::= { appnLsEntry 3 }appnLsPortName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..10))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Administratively assigned name for the port associated with          this link station.  The name can be from one to ten          characters."      ::= { appnLsEntry 4 }appnLsDlcType OBJECT-TYPE      SYNTAX IANAifType      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The type of DLC interface, distinguished according to the          protocol immediately 'below' this layer."      ::= { appnLsEntry 5 }appnLsDynamic OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS currentClouston & Moore            Standards Track                    [Page 33]RFC 2155        Definitions of Managed Objects for APPN        June 1997      DESCRIPTION          "Identifies whether this is a dynamic link station.  Dynamic          link stations are created when links that have not been locally          defined are established by adjacent nodes."      ::= { appnLsEntry 6 }appnLsAdjCpName OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (0 | 3..17))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Fully qualified name of the adjacent node for this link          station.  An adjacent node is identified using the format          specified in the SnaControlPointName textual convention.          The value of this object is determined as follows:             1. If the adjacent node's name was received on XID, it                is returned.             2. If the adjacent node's name was not received on XID,                but a locally-defined value is available, it is                returned.             3. Otherwise a string of length 0 is returned, indicating                that no name is known for the adjacent node."      ::= { appnLsEntry 7 }appnLsAdjNodeType OBJECT-TYPE      SYNTAX INTEGER {                     networkNode(1),                     endNode(2),                     t21len(4),                     unknown(255)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Node type of the adjacent node on this link:                networkNode(1) - APPN network node                endNode(2)     - APPN end node                t21len(4)      - LEN end node                unknown(255)   - the agent does not know the node type                                 of the adjacent node          "Clouston & Moore            Standards Track                    [Page 34]RFC 2155        Definitions of Managed Objects for APPN        June 1997      ::= { appnLsEntry 8 }appnLsTgNum OBJECT-TYPE      SYNTAX INTEGER (0..256)      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Number associated with the TG to this link station, with a          range from 0 to 256.  A value of 256 indicates that the TG          number has not been negotiated and is unknown at this time."      ::= { appnLsEntry 9 }appnLsLimResource OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates whether the link station is a limited resource.  A          link station that is a limited resource is deactivated when it          is no longer in use."      ::= { appnLsEntry 10 }appnLsActOnDemand OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates whether the link station is activatable on demand.          Such a link station is reported in the topology as active          regardless of its actual state, so that it can be considered in          route calculations.  If the link station is inactive and is          chosen for a route, it will be activated at that time."      ::= { appnLsEntry 11 }appnLsMigration OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates whether this link station will be used for          connections to down-level or migration partners.          In general, migration nodes do not append their CP names on          XID3.  Such nodes:  (1) will not support parallel TGs, (2)Clouston & Moore            Standards Track                    [Page 35]RFC 2155        Definitions of Managed Objects for APPN        June 1997          should be sent an ACTIVATE PHYSICAL UNIT (ACTPU), provided that          the partner supports ACTPUs, and (3) should not be sent          segmented BINDs.  However, if this node receives an XID3 with          an appended CP name, then the partner node will not be treated          as a migration node.           In the case of DYNAMIC TGs this object should be set to 'no'."      ::= { appnLsEntry 12 }appnLsPartnerNodeId OBJECT-TYPE      SYNTAX SnaNodeIdentification      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The partner's Node Identification, from bytes 2-5 of the XID          received from the partner.  If this value is not available,          then the characters '00000000' are returned."      ::= { appnLsEntry 13 }appnLsCpCpSessionSupport OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates whether CP-CP sessions are supported by this          link station.  For a dynamic link, this object represents          the default ('Admin') value."      ::= { appnLsEntry 14 }appnLsMaxSendBtuSize OBJECT-TYPE      SYNTAX INTEGER (99..32767)      UNITS "bytes"

⌨️ 快捷键说明

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