📄 rfc1593.txt
字号:
a range of 0-255. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 22 } ibmappnNodeLsInXidBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatoryMcKenzie & Cheng [Page 30]RFC 1593 SNA APPN Node MIB March 1994 DESCRIPTION "Number of XID bytes received." ::= { ibmappnNodeLsEntry 23 } ibmappnNodeLsInMsgBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of message (I-frame) bytes received." ::= { ibmappnNodeLsEntry 24 } ibmappnNodeLsInXidFrames OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of XID frames received." ::= { ibmappnNodeLsEntry 25 } ibmappnNodeLsInMsgFrames OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of message (I-frame) frames received." ::= { ibmappnNodeLsEntry 26 } ibmappnNodeLsOutXidBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of XID bytes sent." ::= { ibmappnNodeLsEntry 27 } ibmappnNodeLsOutMsgBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of message (I-frame) bytes sent."McKenzie & Cheng [Page 31]RFC 1593 SNA APPN Node MIB March 1994 ::= { ibmappnNodeLsEntry 28 } ibmappnNodeLsOutXidFrames OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of XID frames sent." ::= { ibmappnNodeLsEntry 29 } ibmappnNodeLsOutMsgFrames OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of message (I-frame) frames sent." ::= { ibmappnNodeLsEntry 30 } ibmappnNodeLsEchoRsps OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of responses returned from adjacent link station. A response should be returned for each test frame sent by this node. Test frames are sent to adjacent nodes periodically to verify connectivity and to measure that actual round trip time, that is the time the test frame is sent until the response is received." ::= { ibmappnNodeLsEntry 31 } ibmappnNodeLsCurrentDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The time that it took for the last test signal to be sent and returned from this link station to the adjacent links station. This time is represented in milliseconds." ::= { ibmappnNodeLsEntry 32 } ibmappnNodeLsMaxDelay OBJECT-TYPEMcKenzie & Cheng [Page 32]RFC 1593 SNA APPN Node MIB March 1994 SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The longest time it took for a test signal to be sent and returned from this link station to the adjacent links station. This time is represented in milliseconds ." ::= { ibmappnNodeLsEntry 33 } ibmappnNodeLsMinDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The shortest time it took for a test signal to be sent and returned from this link station to the adjacent links station. This time is represented in milliseconds." ::= { ibmappnNodeLsEntry 34 } ibmappnNodeLsMaxDelayTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time (since system up in hundredth of seconds) when the longest delay occurred. This time can be used to identify when this high water mark occurred in relation to the last initialization of the APPN node." ::= { ibmappnNodeLsEntry 35 } ibmappnNodeLsGoodXids OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of successful XIDs that have occurred on this link station since the time it was started." ::= { ibmappnNodeLsEntry 36 } ibmappnNodeLsBadXids OBJECT-TYPE SYNTAX CounterMcKenzie & Cheng [Page 33]RFC 1593 SNA APPN Node MIB March 1994 ACCESS read-only STATUS mandatory DESCRIPTION "The total number of unsuccessful XIDs that have occurred on this link station since the time it was started." ::= { ibmappnNodeLsEntry 37 } ibmappnNodeLsSpecific OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the DLC specific OBJECT IDENTIFIER that can provide additional information." ::= { ibmappnNodeLsEntry 38 } ibmappnNodeLsSubState OBJECT-TYPE SYNTAX INTEGER { inactive(1), sentReqOpnstn(2), pendXidExch(3), sentActAs(4), sentSetMode(5), active(6), sentDeactAsOrd(7), sentDiscOrd(8), sentDestroyTg(9), sentCreateTg(10), sentConnReq(11), pendRcvConnInd(12), pendSendConnRsp(13), sentConnRsp(14), pendDeact(15) } ACCESS read-only STATUS mandatory DESCRIPTION "State of this link station." ::= { ibmappnNodeLsEntry 39 } ibmappnNodeLsStartTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTIONMcKenzie & Cheng [Page 34]RFC 1593 SNA APPN Node MIB March 1994 "The time (in hundredth of seconds) this link station has been active the last time since the time APPN was initialized." ::= { ibmappnNodeLsEntry 40 } ibmappnNodeLsActiveTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time (in hundredth of seconds) this link station has been in the active state. A zero value indicates the link station has never been active." ::= { ibmappnNodeLsEntry 41 } ibmappnNodeLsCurrentStateTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time (in hundredth of seconds) the link station is in the current state." ::= { ibmappnNodeLsEntry 42 } -- ************************************************************** -- Link station table (TCP/IP specific) -- ibmappnNodeLsIpTable OBJECT-TYPE SYNTAX SEQUENCE OF IbmappnNodeLsIpEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Link station table (TCP/IP specific)." ::= { ibmappnLinkStationInformation 2 } ibmappnNodeLsIpEntry OBJECT-TYPE SYNTAX IbmappnNodeLsIpEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The IP Name is used as the index to this table."McKenzie & Cheng [Page 35]RFC 1593 SNA APPN Node MIB March 1994 INDEX {ibmappnNodeLsIpName } ::= { ibmappnNodeLsIpTable 1 } IbmappnNodeLsIpEntry ::= SEQUENCE { ibmappnNodeLsIpName DisplayString, ibmappnNodeLsIpState INTEGER, ibmappnNodeLsLocalIpAddr IpAddress, ibmappnNodeLsLocalIpPortNum INTEGER, ibmappnNodeLsRemoteIpAddr IpAddress, ibmappnNodeLsRemoteIpPortNum INTEGER } ibmappnNodeLsIpName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..8)) ACCESS read-only STATUS mandatory DESCRIPTION "Administratively-assigned name for this link station. The name can be from one to eight characters." ::= { ibmappnNodeLsIpEntry 1 } ibmappnNodeLsIpState OBJECT-TYPE SYNTAX INTEGER { inactive(1), pendactive(2), active(3), pendinact(4) } ACCESS read-only STATUS mandatory DESCRIPTION "State of this link station." ::= { ibmappnNodeLsIpEntry 2 } ibmappnNodeLsLocalIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Local IP address." ::= { ibmappnNodeLsIpEntry 3 } ibmappnNodeLsLocalIpPortNum OBJECT-TYPEMcKenzie & Cheng [Page 36]RFC 1593 SNA APPN Node MIB March 1994 SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Local TCP/IP port number. The default listening port will be administratively assigned and will dynamically change if this node initiates a session with adjacent node." ::= { ibmappnNodeLsIpEntry 4 } ibmappnNodeLsRemoteIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Remote IP address." ::= { ibmappnNodeLsIpEntry 5 } ibmappnNodeLsRemoteIpPortNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Remote TCP/IP port number." ::= { ibmappnNodeLsIpEntry 6 } -- ************************************************************** -- Ls Table (DLS specific) -- ibmappnNodeLsDlsTable OBJECT-TYPE SYNTAX SEQUENCE OF IbmappnNodeLsDlsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Ls Table (DLS specific)." ::= { ibmappnLinkStationInformation 3 } ibmappnNodeLsDlsEntry OBJECT-TYPE SYNTAX IbmappnNodeLsDlsEntryMcKenzie & Cheng [Page 37]RFC 1593 SNA APPN Node MIB March 1994 ACCESS not-accessible STATUS mandatory DESCRIPTION "The DLS Name is used as the index to this table."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -