📄 rfc1593.mib
字号:
SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Remote Address in the format described below: other = free form DisplayString ip = ld. ld. ld. ld / 2d tr = lx: lx: lx: lx: lx: lx . lx dlsw = lx: lx: lx: lx: lx: lx . lx ethernet = lx: lx: lx: lx: lx: lx . lx " ::= { ibmappnNodePortDlcTraceEntry 5 } ibmappnNodePortDlcTracMsgType OBJECT-TYPE SYNTAX INTEGER { -- enumeration values between 1 and 1999 are reserved -- for potential undefined message types. other(1), unknown(2), request(3), confirm(4), indication(5), response(6) -- enumeration values between 2000 and 3999 are reserved -- for IP socket traces, -- enumeration values between 4000 and 5999 are reserved -- for DLS traces, -- enumeration values between 6000 and 7999 are reserved -- for TR traces, } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the type of trace record entry" ::= { ibmappnNodePortDlcTraceEntry 6 } ibmappnNodePortDlcTracCmdType OBJECT-TYPE SYNTAX INTEGER { -- enumeration values between 1 and 1999 are reserved -- for potential undefined message types. testFrame(1), respFrame(2), curFrame(3), icrFrame(4), respAck(5), dgrmFrame(6), xidFrame(7), contFrame(8), contedFrame(9), iFrame(10), enterBusy(12), exitBusy(13), haltFrame(14), lsHalted(15), restartLs(16), lsRestarted(17), netBioSnq(18), netBioSnr(19), gnetFrame(20), netdFrame(21), oobFrame(22), alterSap(23), testRsp(24), haltLsNow(25), testReq(26), -- enumeration values between 2000 and 3999 are reserved -- for IP socket traces. ipTestFrame(2001), ipRespFrame(2002), ipCurFrame(2003), ipIcrFrame(2004), ipRespAck(2005), ipDgrmFrame(2006), ipXidFrame(2007), ipContFrame(2008), ipContedFrame(2009), ipIFrame(2010), ipEnterBusy(2012), ipExitBusy(2013), ipHaltFrame(2014), ipLsHalted(2015), ipRestartLs(2016), ipLsRestarted(2017), ipNetBioSnq(2018), ipNetBioSnr(2019), ipGnetFrame(2020), ipNetdFrame(2021), ipOobFrame(2022), ipAlterSap(2023), ipTestRsp(2024), ipHaltLsNow(2025), ipTestReq(2026), -- enumeration values between 4000 and 5999 are reserved -- for DLS traces. dlsIpm(4124), -- enumeration values between 6000 and 7999 are reserved for -- TR traces. trTestFrame(6001), trRespFrame(6002), trCurFrame(6003), trIcrFrame(6004), trRespAck(6005), trDgrmFrame(6006), trXidFrame(6007), trContFrame(6008), trContedFrame(6009), trIFrame(6010), trEnterBusy(6012), trExitBusy(6013), trHaltFrame(6014), trLsHalted(6015), trRestartLs(6016), trLsRestarted(6017), trNetBioSnq(6018), trNetBioSnr(6019), trGnetFrame(6020), trNetdFrame(6021), trOobFrame(6022), trAlterSap(6023), trTestRsp(6024), trHaltLsNow(6025), trTestReq(6026) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the command type of the trace entry." ::= { ibmappnNodePortDlcTraceEntry 7 } ibmappnNodePortDlcTracUseWan OBJECT-TYPE SYNTAX INTEGER { other(1), notApplicable(2), useUnknown(3), useWan(4), useLan(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the type of connection of the trace entry. For example, token ring and ethernet ports will have useLan as connection. For the dls port, it could be either useWan if connection is across Wan via dls sessions, or useLan if connection is to a local attached LAN." ::= { 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, 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 } 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." ::= { 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 } 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 INTEGER 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."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -