?? rfc1593.mib
字號:
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-TYPE 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 IbmappnNodeLsDlsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DLS Name is used as the index to this table." INDEX {ibmappnNodeLsDlsName } ::= { ibmappnNodeLsDlsTable 1 } IbmappnNodeLsDlsEntry ::= SEQUENCE { ibmappnNodeLsDlsName DisplayString, ibmappnNodeLsDlsState INTEGER, ibmappnNodeLsLocalDlsMac OCTET STRING, ibmappnNodeLsLocalDlsSap OCTET STRING, ibmappnNodeLsRemoteDlsMac OCTET STRING, ibmappnNodeLsRemoteDlsSap OCTET STRING } ibmappnNodeLsDlsName 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." ::= { ibmappnNodeLsDlsEntry 1 } ibmappnNodeLsDlsState OBJECT-TYPE SYNTAX INTEGER { inactive(1), pendactive(2), active(3), pendinact(4) } ACCESS read-only STATUS mandatory DESCRIPTION "State of this link station." ::= { ibmappnNodeLsDlsEntry 2 } ibmappnNodeLsLocalDlsMac OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "Local MAC address." ::= { ibmappnNodeLsDlsEntry 3 } ibmappnNodeLsLocalDlsSap OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1)) ACCESS read-only STATUS mandatory DESCRIPTION "Local SAP address." ::= { ibmappnNodeLsDlsEntry 4 } ibmappnNodeLsRemoteDlsMac OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote MAC address." ::= { ibmappnNodeLsDlsEntry 5 } ibmappnNodeLsRemoteDlsSap OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote SAP address." ::= { ibmappnNodeLsDlsEntry 6 } -- ************************************************************** -- Ls Table (Token Ring specific) -- ibmappnNodeLsTrTable OBJECT-TYPE SYNTAX SEQUENCE OF IbmappnNodeLsTrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Ls Table (Token Ring specific)." ::= { ibmappnLinkStationInformation 4 } ibmappnNodeLsTrEntry OBJECT-TYPE SYNTAX IbmappnNodeLsTrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The TR Name is used as the index to this table." INDEX {ibmappnNodeLsTrName } ::= { ibmappnNodeLsTrTable 1 } IbmappnNodeLsTrEntry ::= SEQUENCE { ibmappnNodeLsTrName DisplayString, ibmappnNodeLsTrState INTEGER, ibmappnNodeLsLocalTrMac OCTET STRING, ibmappnNodeLsLocalTrSap OCTET STRING, ibmappnNodeLsRemoteTrMac OCTET STRING, ibmappnNodeLsRemoteTrSap OCTET STRING } ibmappnNodeLsTrName 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." ::= { ibmappnNodeLsTrEntry 1 } ibmappnNodeLsTrState OBJECT-TYPE SYNTAX INTEGER { inactive(1), pendactive(2), active(3), pendinact(4) } ACCESS read-only STATUS mandatory DESCRIPTION "State of this link station." ::= { ibmappnNodeLsTrEntry 2 } ibmappnNodeLsLocalTrMac OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "Local MAC address." ::= { ibmappnNodeLsTrEntry 3 } ibmappnNodeLsLocalTrSap OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1)) ACCESS read-only STATUS mandatory DESCRIPTION "Local SAP address." ::= { ibmappnNodeLsTrEntry 4 } ibmappnNodeLsRemoteTrMac OBJECT-TYPE SYNTAX OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote MAC address." ::= { ibmappnNodeLsTrEntry 5 } ibmappnNodeLsRemoteTrSap OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote SAP address." ::= { ibmappnNodeLsTrEntry 6 } -- ************************************************************** -- This table provides information about errors this node encountered -- with connections to adjacent nodes. This includes all exceptional -- conditions encountered establishing connections and all exceptional -- conditions that result in terminating the connection. -- ************************************************************** ibmappnNodeLsStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF IbmappnNodeLsStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains information related to exceptional and potential exceptional conditions that occur during the activation, XID exchange, and termination of the connection." ::= { ibmappnLinkStationInformation 5 } ibmappnNodeLsStatusEntry OBJECT-TYPE SYNTAX IbmappnNodeLsStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table is indexed by the LsStatusIndex, which is an integer that is continuously updated until it eventually wraps. This provides the management station the ability to retrieve only the updates to the table by using the standard GET NEXT." INDEX { ibmappnNodeLsStatusIndex } ::= { ibmappnNodeLsStatusTable 1 } IbmappnNodeLsStatusEntry ::= SEQUENCE { ibmappnNodeLsStatusIndex INTEGER, ibmappnNodeLsStatusTime TimeTicks, ibmappnNodeLsStatusLsName DisplayString, ibmappnNodeLsStatusCpName DisplayString, ibmappnNodeLsStatusNodeId OCTET STRING, ibmappnNodeLsStatusTgNum INTEGER, ibmappnNodeLsStatusGeneralSense OCTET STRING, ibmappnNodeLsStatusNofRetry INTEGER, ibmappnNodeLsStatusEndSense OCTET STRING, ibmappnNodeLsStatusXidLocalSense OCTET STRING, ibmappnNodeLsStatusXidRemoteSense OCTET STRING, ibmappnNodeLsStatusXidByteInError INTEGER, ibmappnNodeLsStatusXidBitInError INTEGER, ibmappnNodeLsStatusDlcType INTEGER, ibmappnNodeLsStatusLocalAddr DisplayString, ibmappnNodeLsStatusRemoteAddr DisplayString } ibmappnNodeLsStatusIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This index is continuous index this table." ::= { ibmappnNodeLsStatusEntry 1 } ibmappnNodeLsStatusTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "Time (in hundreds of a second) since this node was last initialized." ::= { ibmappnNodeLsStatusEntry 2 } ibmappnNodeLsStatusLsName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..8)) ACCESS read-only STATUS mandatory DESCRIPTION "Administratively-assigned name for this link station." ::= { ibmappnNodeLsStatusEntry 3 } ibmappnNodeLsStatusCpName OBJECT-TYPE SYNTAX DisplayString (SIZE (3..17)) ACCESS read-only STATUS mandatory DESCRIPTION "Administratively-assigned fully-qualified name of the adjacent node partner. This will be provided when the adjacent node has been defined at this node or when the XID sequence has proceeded far enough to to identify the adjacent node. A blank CP name will indicate the name is unknown." ::= { ibmappnNodeLsStatusEntry 4 } ibmappnNodeLsStatusNodeId OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Adjacent Node id" ::= { ibmappnNodeLsStatusEntry 5 } ibmappnNodeLsStatusTgNum OBJECT-TYPE SYNTAX INTEGER (0..256) ACCESS read-only STATUS mandatory DESCRIPTION "Number associated with the TG to this link station with a range from 0 to 256. A value of 256 indicates the tg number has not been negotiated and is unknown at this time." ::= { ibmappnNodeLsStatusEntry 6 } ibmappnNodeLsStatusGeneralSense OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The error sense code associated with the start sequence of activation of a link up to the beginning of the XID sequence." ::= { ibmappnNodeLsStatusEntry 7 } ibmappnNodeLsStatusNofRetry OBJECT-TYPE SYNTAX INTEGER { retry(1), noretry(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether Node Operator Facility will retry the start request to activate the link." ::= { ibmappnNodeLsStatusEntry 8 } ibmappnNodeLsStatusEndSense OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The sense code associated with the termination of the link connection to adjacent node. This includes all sense information included in the disconnect recieved from the lower layer DLCs and also sense information indicating the link termination originated by upper layer APPN components." ::= { ibmappnNodeLsStatusEntry 9 }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -