📄 rfc1593.txt
字号:
::= { ibmappnNodePortDlcTraceEntry 8 } -- ************************************************************** -- APPN Link Station Information -- ibmappnNodeLsTable OBJECT-TYPE SYNTAX SEQUENCE OF IbmappnNodeLsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains detail information about the link station configuration and current status." ::= { ibmappnLinkStationInformation 1 } ibmappnNodeLsEntry OBJECT-TYPE SYNTAX IbmappnNodeLsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table is indexed by the link station name." INDEX { ibmappnNodeLsName } ::= { ibmappnNodeLsTable 1 } IbmappnNodeLsEntry ::= SEQUENCE { ibmappnNodeLsName DisplayString, ibmappnNodeLsPortName DisplayString, ibmappnNodeLsDlcType INTEGER,McKenzie & Cheng [Page 23]RFC 1593 SNA APPN Node MIB March 1994 ibmappnNodeLsDynamic INTEGER, ibmappnNodeLsState INTEGER, -- ls defined data / xid info ibmappnNodeLsCpName DisplayString, ibmappnNodeLsTgNum INTEGER, ibmappnNodeLsLimResource INTEGER, ibmappnNodeLsMigration INTEGER, ibmappnNodeLsBlockNum DisplayString, ibmappnNodeLsIdNum DisplayString, ibmappnNodeLsCpCpSession INTEGER, -- ls parms (common) / xid info ibmappnNodeLsTargetPacingCount INTEGER, ibmappnNodeLsMaxSendBtuSize INTEGER, -- tg characteristics ibmappnNodeLsEffCap INTEGER, ibmappnNodeLsConnCost INTEGER, ibmappnNodeLsByteCost INTEGER, ibmappnNodeLsSecurity INTEGER, ibmappnNodeLsDelay INTEGER, ibmappnNodeLsUsr1 INTEGER, ibmappnNodeLsUsr2 INTEGER, ibmappnNodeLsUsr3 INTEGER, -- ls (performance data) ibmappnNodeLsInXidBytes Counter, ibmappnNodeLsInMsgBytes Counter, ibmappnNodeLsInXidFrames Counter, ibmappnNodeLsInMsgFrames Counter, ibmappnNodeLsOutXidBytes Counter, ibmappnNodeLsOutMsgBytes Counter, ibmappnNodeLsOutXidFrames Counter, ibmappnNodeLsOutMsgFrames Counter, -- ls (propgation delay) ibmappnNodeLsEchoRsps Counter, ibmappnNodeLsCurrentDelay INTEGER, ibmappnNodeLsMaxDelay INTEGER, ibmappnNodeLsMinDelay INTEGER, ibmappnNodeLsMaxDelayTime TimeTicks, -- ls (Xid Statistics) ibmappnNodeLsGoodXids Counter, ibmappnNodeLsBadXids Counter, -- Dlc specific ibmappnNodeLsSpecific OBJECT IDENTIFIER, ibmappnNodeLsSubState INTEGER, ibmappnNodeLsStartTime TimeTicks, ibmappnNodeLsActiveTime TimeTicks, ibmappnNodeLsCurrentStateTime TimeTicks }McKenzie & Cheng [Page 24]RFC 1593 SNA APPN Node MIB March 1994 ibmappnNodeLsName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..8)) ACCESS read-only STATUS mandatory DESCRIPTION "Administratively-assigned name for the link station. The name can be from one to eight characters." ::= { ibmappnNodeLsEntry 1 } ibmappnNodeLsPortName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..8)) ACCESS read-only STATUS mandatory DESCRIPTION "Administratively-assigned name for the port. The name can be from one to eight characters." ::= { ibmappnNodeLsEntry 2 } ibmappnNodeLsDlcType OBJECT-TYPE SYNTAX INTEGER { other(1), -- none of the following sdlc(2), dls(3), socket(4), ethernet(5), tokenRing(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of DLC interface, distinguished according to the protocol immediately 'below' this layer." ::= { ibmappnNodeLsEntry 3 } ibmappnNodeLsDynamic OBJECT-TYPE SYNTAX INTEGER {yes(1), no(2)} ACCESS read-only STATUS mandatory DESCRIPTION "Identifies whether this resource is a dynamic link station. Dynamic link stations are created when adjacent nodes that have not been locally defined establish a connection with this node."McKenzie & Cheng [Page 25]RFC 1593 SNA APPN Node MIB March 1994 ::= { ibmappnNodeLsEntry 4 } ibmappnNodeLsState OBJECT-TYPE SYNTAX INTEGER { inactive(1), pendactive(2), active(3), pendinact(4) } ACCESS read-write STATUS mandatory DESCRIPTION "State of this link station." ::= { ibmappnNodeLsEntry 5 } ibmappnNodeLsCpName OBJECT-TYPE SYNTAX DisplayString (SIZE (3..17)) ACCESS read-only STATUS mandatory DESCRIPTION "Fully-qualified name of the adjacent node for this link station. The name can be from three to seventeen characters. Format is netid.cpname." ::= { ibmappnNodeLsEntry 6 } ibmappnNodeLsTgNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number associated with the TG to this link station." ::= { ibmappnNodeLsEntry 7 } ibmappnNodeLsLimResource OBJECT-TYPE SYNTAX INTEGER {yes(1), no(2)} ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the link station is a limited resource. If it is, the TG is deactivated when there are no sessions." ::= { ibmappnNodeLsEntry 8 }McKenzie & Cheng [Page 26]RFC 1593 SNA APPN Node MIB March 1994 ibmappnNodeLsMigration OBJECT-TYPE SYNTAX INTEGER {yes(1), no(2)} ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether this link station will be used for connections to down-level or migration partners." ::= { ibmappnNodeLsEntry 9 } ibmappnNodeLsBlockNum OBJECT-TYPE SYNTAX DisplayString (SIZE (3)) ACCESS read-only STATUS mandatory DESCRIPTION "The block number is the first three digits of the node_id. These 3 hexideimal digits identify the product and are not configurable." ::= { ibmappnNodeLsEntry 10 } ibmappnNodeLsIdNum OBJECT-TYPE SYNTAX DisplayString (SIZE (5)) ACCESS read-only STATUS mandatory DESCRIPTION "The ID number is the last 5 digits of the node_id. These 5 hexadecimal digits are administratively defined and combined with the 3 digit block number form the node_id. This node_id is used to identify the local node and is include in APPN alerts as well as being included in XIDs. A unique value is required for connections to SNA sub-area." ::= { ibmappnNodeLsEntry 11 } ibmappnNodeLsCpCpSession OBJECT-TYPE SYNTAX INTEGER {yes(1), no(2)} ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether CP-CP sessions are supported by this link station." ::= { ibmappnNodeLsEntry 12 } ibmappnNodeLsTargetPacingCount OBJECT-TYPE SYNTAX INTEGERMcKenzie & Cheng [Page 27]RFC 1593 SNA APPN Node MIB March 1994 ACCESS read-only STATUS mandatory DESCRIPTION "Numeric value between 0 and 32767 inclusive indicating the desired pacing window size for BINDs on this TG. The number is significant only when fixed bind pacing is being performed." ::= { ibmappnNodeLsEntry 13 } ibmappnNodeLsMaxSendBtuSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Numeric value between 0 and 32767 inclusive indicating the desired number of bytes in a Basic Transmission Unit (BTU) that can be sent on this TG. This is an administratively assigned value." ::= { ibmappnNodeLsEntry 14 } ibmappnNodeLsEffCap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The effective capacity is an integer value that indicates the kilo bits per second. It is derived from the link bandwidth and maximum load factor with the range of 0 thru 603,979,776. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 15 } ibmappnNodeLsConnCost OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Cost per connect time: a value representing the relative cost per unit of time to use the TG. Range is from 0, which means no cost, to 255, which indicates maximum cost. This is an administratively assigned value associated with the TG using this link station."McKenzie & Cheng [Page 28]RFC 1593 SNA APPN Node MIB March 1994 ::= { ibmappnNodeLsEntry 16 } ibmappnNodeLsByteCost OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Relative cost of transmitting a byte over this link. Range is from 0 (lowest cost) to 255. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 17 } ibmappnNodeLsSecurity OBJECT-TYPE SYNTAX INTEGER { nonsecure(1), --X'01' publicSwitchedNetwork(32), --X'20' undergroundCable(64), --X'40' secureConduit(96), --X'60' guardedConduit(128), --X'80' encrypted(160), --X'A0' guardedRadiation(192) --X'C0' } ACCESS read-only STATUS mandatory DESCRIPTION "The security is represented as an integer with a range of 1 thru 255 with the most common values enumerated as defined above. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 18 } ibmappnNodeLsDelay OBJECT-TYPE SYNTAX INTEGER { minimum(0), --X'00' negligible(384), --X'4C' terrestrial(9216), --X'71' packet(147456), --X'91' long(294912), --X'99' maximum(2013265920) --X'FF' } ACCESS read-only STATUS mandatory DESCRIPTION "Relative amount of time that it takes for a signal toMcKenzie & Cheng [Page 29]RFC 1593 SNA APPN Node MIB March 1994 travel the length of the logical link. This time is represented in micro seconds, with some of the more common values enumerated. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 19 } ibmappnNodeLsUsr1 OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "First user-defined TG characteristic for this TG with a range of 0-255. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 20 } ibmappnNodeLsUsr2 OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Second user-defined TG characteristic for this TG with a range of 0-255. This is an administratively assigned value associated with the TG using this link station." ::= { ibmappnNodeLsEntry 21 } ibmappnNodeLsUsr3 OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Third user-defined TG characteristic for this TG with
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -