IBMESCONCUB-MIB

File: IBMESCONCUB-MIB.mib (15237 bytes)

Imported modules

SNMPv2-SMI RFC-1212 SNMPv2-TC-v1
RFC1213-MIB

Imported symbols

enterprises Counter32 Integer32
IpAddress OBJECT-TYPE MacAddress
ifIndex

Defined Types

EsconPortEntry  
SEQUENCE    
  esconPortInFiberStatus INTEGER
  esconPortOutFiberStatus INTEGER

EsconLinkEntry  
SEQUENCE    
  esconLinkHostLinkAddress OCTET STRING
  esconLinkControlUnitAddress OCTET STRING
  esconLinkPartitionNumber OCTET STRING
  esconLinkStatus INTEGER

EsconStationEntry  
SEQUENCE    
  esconStationHostLinkAddress OCTET STRING
  esconStationControlUnitAddress OCTET STRING
  esconStationPartitionNumber OCTET STRING
  esconStationDeviceAddress OCTET STRING
  esconStationState INTEGER
  esconStationAttentionDelay INTEGER
  esconStationAttentionTimeOut INTEGER
  esconStationMaxBfru INTEGER
  esconStationUnitSize INTEGER
  esconStationMaxMsgSizeReceived INTEGER
  esconStationMaxMsgSizeSent INTEGER
  esconStationDataPacketsOkReceived Counter32
  esconStationDataPacketsKoReceived Counter32
  esconStationDataPacketsSent Counter32
  esconStationTotalFramesSent Counter32
  esconStationDataPacketsRetransmitted Counter32
  esconStationPositiveAckDataPackets Counter32
  esconStationSecondChanceAttentions Counter32
  esconStationCommandsRetried Counter32

Defined Values

ibmIROCescon 1.3.6.1.4.1.2.6.119.4.14
OBJECT IDENTIFIER    

esconPortData 1.3.6.1.4.1.2.6.119.4.14.1
OBJECT IDENTIFIER    

esconLinkData 1.3.6.1.4.1.2.6.119.4.14.2
OBJECT IDENTIFIER    

esconStationData 1.3.6.1.4.1.2.6.119.4.14.3
OBJECT IDENTIFIER    

esconConformance 1.3.6.1.4.1.2.6.119.4.14.4
OBJECT IDENTIFIER    

esconPortTable 1.3.6.1.4.1.2.6.119.4.14.1.1
Table of objects that describe an ESCON channel port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EsconPortEntry

esconPortEntry 1.3.6.1.4.1.2.6.119.4.14.1.1.1
Table of objects that describe an ESCON channel port. This table is indexed by ifIndex from MIB-II.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EsconPortEntry  

esconPortInFiberStatus 1.3.6.1.4.1.2.6.119.4.14.1.1.1.1
Status of the fiber into this device from the host: inLoff = the light is off on the fiber into this device from the host inOls = the fiber into this device from the host is in an intermediate state between light-off and light-on inIdle = the fiber into this device from the host is in the light-on state, and is ready to transfer data from the host to this device inUnknown = the agent cannot determine the status of the fiber into this device from the host
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inLoff(1), inOls(2), inIdle(3), inUnknown(4)  

esconPortOutFiberStatus 1.3.6.1.4.1.2.6.119.4.14.1.1.1.2
Status of the fiber out of this device to the host: outDisableReq = out disable obtained; the fiber out of this device into the host is not in the light-on state outDisableForced = out ESCON emits OLS; the fiber out of this device into the host is not in the light-on state outLoffForced = out ESCON forced light-off; the fiber out of this device into the host is not in the light-on state outOls = the fiber out of this device into the host is in an intermediate state between light-off and light-on outOlsforced = out ESCON forced OLS; the fiber out of this device into the host is not in the light-on state outEnable = the fiber out of this device into the host is in the light-on state, and is ready to transfer data from this device to the host outError = the status of the fiber out of this device to the host is none of those listed above. This is a state that should not occur
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER outDisableReq(1), outDisableForced(2), outLoffForced(3), outOls(4), outOlsForced(5), outEnable(6), outError(7)  

esconLinkTable 1.3.6.1.4.1.2.6.119.4.14.2.1
Table of objects that describe an ESCON channel link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EsconLinkEntry

esconLinkEntry 1.3.6.1.4.1.2.6.119.4.14.2.1.1
Table of objects that describe an ESCON channel link. This table is indexed by ifIndex from MIB-II, by host link address, (host) control unit address, and by (host) partition number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EsconLinkEntry  

esconLinkHostLinkAddress 1.3.6.1.4.1.2.6.119.4.14.2.1.1.1
This address identifies the ESCON Director port to which the optical fiber between the ESCON Director and the host is attached.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconLinkControlUnitAddress 1.3.6.1.4.1.2.6.119.4.14.2.1.1.2
A number identifying a logical control unit within an actual host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconLinkPartitionNumber 1.3.6.1.4.1.2.6.119.4.14.2.1.1.3
A number identifying a logical host within an actual host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconLinkStatus 1.3.6.1.4.1.2.6.119.4.14.2.1.1.4
Gives the status of the link: hlpNotEstab = Host Logical Path not established hlpEstab = Host Logical Path established hlpError = Host Logical Path error
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hlpNotEstab(1), hlpEstab(2), hlpError(3)  

esconStationTable 1.3.6.1.4.1.2.6.119.4.14.3.1
Table of objects that describe an ESCON channel station.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EsconStationEntry

esconStationEntry 1.3.6.1.4.1.2.6.119.4.14.3.1.1
Table of objects that describe an ESCON channel station. This table is indexed by ifIndex from MIB-II, by host link address, by (host) control unit address, by (host) partition number, and by ESCON device address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EsconStationEntry  

esconStationHostLinkAddress 1.3.6.1.4.1.2.6.119.4.14.3.1.1.1
This address identifies the ESCON Director port to which the optical fiber between the ESCON Director and the host is attached.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconStationControlUnitAddress 1.3.6.1.4.1.2.6.119.4.14.3.1.1.2
A number identifying a logical control unit within an actual host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconStationPartitionNumber 1.3.6.1.4.1.2.6.119.4.14.3.1.1.3
A number identifying a logical host within an actual host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconStationDeviceAddress 1.3.6.1.4.1.2.6.119.4.14.3.1.1.4
A unique hexadecimal number allocated to each station on the same host link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1)  

esconStationState 1.3.6.1.4.1.2.6.119.4.14.3.1.1.5
The current state of the station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), cpDefined(2), cpReset(3), cpActive(4), cpDelete(5), cpAbend(6), cldpWait(7), cldpDefinedl(8), cldpError(9), cldpLoad(10), cldpDump(11), deletePending(12), deleted(13), cpXidExpected(14)  

esconStationAttentionDelay 1.3.6.1.4.1.2.6.119.4.14.3.1.1.6
Specifies the amount of time in seconds that elapses from the receipt of a packet at an ESCON station (when no other packets are queued) before that station sends buffered data to the Host. An update to this object takes effect the next time the station establishes communications with the host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..420  

esconStationAttentionTimeOut 1.3.6.1.4.1.2.6.119.4.14.3.1.1.7
Specifies the amount of time in seconds that the station is to wait for a response to an attention signal it sent to the host before initiating channel disconnect. An update to this object takes effect the next time the station establishes communications with the host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..840  

esconStationMaxBfru 1.3.6.1.4.1.2.6.119.4.14.3.1.1.8
Number of buffers in the host buffer pool for receiving data from this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

esconStationUnitSize 1.3.6.1.4.1.2.6.119.4.14.3.1.1.9
Maximum size of a buffer, in bytes, that the host can receive from this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 64..4000  

esconStationMaxMsgSizeReceived 1.3.6.1.4.1.2.6.119.4.14.3.1.1.10
The maximum length of a message that can be received on this station. An update to this object takes effect the next time the station establishes communications with the host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

esconStationMaxMsgSizeSent 1.3.6.1.4.1.2.6.119.4.14.3.1.1.11
The maximum length of a message that can be sent from this station to the host. An update to this object takes effect the next time the station establishes communications with the host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

esconStationDataPacketsOkReceived 1.3.6.1.4.1.2.6.119.4.14.3.1.1.12
The number of data packets received from the host by this station without Data Check.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationDataPacketsKoReceived 1.3.6.1.4.1.2.6.119.4.14.3.1.1.13
The number of data packets received from the host by this station with Data Check.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationDataPacketsSent 1.3.6.1.4.1.2.6.119.4.14.3.1.1.14
The number of data packets sent to the host by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationTotalFramesSent 1.3.6.1.4.1.2.6.119.4.14.3.1.1.15
The number of data packets and control packets sent to the host by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationDataPacketsRetransmitted 1.3.6.1.4.1.2.6.119.4.14.3.1.1.16
The number of data packets retransmitted by this station
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationPositiveAckDataPackets 1.3.6.1.4.1.2.6.119.4.14.3.1.1.17
The number of data packets sent by this station to the host that the host has positively acknowledged. When the host sends a positive acknowledgement for a group of n data packets, this counter is incremented by n.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationSecondChanceAttentions 1.3.6.1.4.1.2.6.119.4.14.3.1.1.18
The number of times this station has sent a Second Chance Attention signal to the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

esconStationCommandsRetried 1.3.6.1.4.1.2.6.119.4.14.3.1.1.19
The number of times a command has been retried on this station
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32