CNT242-MIB

File: CNT242-MIB.mib (23530 bytes)

Imported modules

RFC1065-SMI SNMPv2-SMI RFC-1212
SNMPv2-TC CNT2-MIB

Imported symbols

enterprises Counter Counter32
MODULE-IDENTITY OBJECT-TYPE DisplayString
cnt2Subagent

Defined Types

Cnt2EsconEntry  
SEQUENCE    
  cnt2esconSlot INTEGER
  cnt2esconLuaCount INTEGER
  cnt2esconMibVersion DisplayString
  cnt2esconCpuUtil INTEGER
  cnt2esconTotalLocalMem INTEGER
  cnt2esconFreeLocalMem INTEGER
  cnt2esconTotalGlobalMem INTEGER
  cnt2esconFreeGlobalMem INTEGER
  cnt2esconMdmQlist DisplayString

Cnt2LuaEntry  
SEQUENCE    
  cnt2luaSlot INTEGER
  cnt2luaIndex INTEGER
  cnt2luaNumber INTEGER
  cnt2SubChanCount INTEGER

Cnt2SubchanEntry  
SEQUENCE    
  cnt2sctSlotIndex INTEGER
  cnt2sctLuaIndex INTEGER
  cnt2sctIndex INTEGER
  cnt2sctNumber INTEGER
  cnt2sctTxStatus INTEGER
  cnt2sctRxStatus INTEGER
  cnt2sctSubChanStatus INTEGER
  cnt2sctState INTEGER
  cnt2sctRxCredit INTEGER
  cnt2sctRxMsgs Counter32
  cnt2sctRxMsgBytes Counter32
  cnt2sctRxDataBytes Counter32
  cnt2sctTxMsgs Counter32
  cnt2sctTxMsgBytes Counter32
  cnt2sctTxDataBytes Counter32
  cnt2sctTxErrMsgs Counter32
  cnt2sctTotalBytes Counter32
  cnt2sctDrecPid DisplayString
  cnt2sctDrecTask DisplayString

Cnt2LuaEntry2  
SEQUENCE    
  cnt2luaSlot2 INTEGER
  cnt2luaIfIndex2 INTEGER
  cnt2luaIndex2 INTEGER
  cnt2luaNumber2 INTEGER
  cnt2SubChanCount2 INTEGER

Cnt2SubchanEntry2  
SEQUENCE    
  cnt2sctSlotIndex2 INTEGER
  cnt2sctIfIndex2 INTEGER
  cnt2sctLuaIndex2 INTEGER
  cnt2sctIndex2 INTEGER
  cnt2sctNumber2 INTEGER
  cnt2sctTxStatus2 INTEGER
  cnt2sctRxStatus2 INTEGER
  cnt2sctSubChanStatus2 INTEGER
  cnt2sctState2 INTEGER
  cnt2sctRxCredit2 INTEGER
  cnt2sctRxMsgs2 Counter32
  cnt2sctRxMsgBytes2 Counter32
  cnt2sctRxDataBytes2 Counter32
  cnt2sctTxMsgs2 Counter32
  cnt2sctTxMsgBytes2 Counter32
  cnt2sctTxDataBytes2 Counter32
  cnt2sctTxErrMsgs2 Counter32
  cnt2sctTotalBytes2 Counter32
  cnt2sctDrecPid2 DisplayString
  cnt2sctDrecTask2 DisplayString

Defined Values

cnt2Escon 1.3.6.1.4.1.333.2.4.2
This defines the CNT Escon Engine MIB
MODULE-IDENTITY    

cnt2Escon 1.3.6.1.4.1.333.2.4.2
OBJECT IDENTIFIER    

cnt2EsconTable 1.3.6.1.4.1.333.2.4.2.1
A list of entries describing an individual Escon Adaptor. A specific escon object is terminated with the slot number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2EsconEntry

cnt2esconEntry 1.3.6.1.4.1.333.2.4.2.1.1
An individual escon adapter entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cnt2EsconEntry  

cnt2esconSlot 1.3.6.1.4.1.333.2.4.2.1.1.1
The slot index for this escon adapter. format of slot index = ((slot-1) * 10000 + adapter number)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconLuaCount 1.3.6.1.4.1.333.2.4.2.1.1.2
The number of LUAs supported by this escon adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconMibVersion 1.3.6.1.4.1.333.2.4.2.1.1.3
The version of the MIB supported by the adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cnt2esconCpuUtil 1.3.6.1.4.1.333.2.4.2.1.1.4
The utilization of the CPU represented as a percentage (1-100%).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconTotalLocalMem 1.3.6.1.4.1.333.2.4.2.1.1.5
The total amount of local memory represented in bytes. Local memory is used for tasks and stacks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconFreeLocalMem 1.3.6.1.4.1.333.2.4.2.1.1.6
The total amount of local memory available represented in bytes. Local memory is used for tasks and stacks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconTotalGlobalMem 1.3.6.1.4.1.333.2.4.2.1.1.7
The total amount of global memory represented in bytes. Global memory is used for buffers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconFreeGlobalMem 1.3.6.1.4.1.333.2.4.2.1.1.8
The total amount of global memory available represented in bytes. Global memory is used for buffers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2esconMdmQlist 1.3.6.1.4.1.333.2.4.2.1.1.9
The list of MDM (interprocess) queue names.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cnt2LuaTable 1.3.6.1.4.1.333.2.4.2.2
A list of entries describing an individual Logical Unit Adaptor (LUA). A specific lua object is terminated with the channel number.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2LuaEntry

cnt2luaEntry 1.3.6.1.4.1.333.2.4.2.2.1
An individual LUA entry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Cnt2LuaEntry  

cnt2luaSlot 1.3.6.1.4.1.333.2.4.2.2.1.1
The slot index for this LUA. It corresponds to the slot on which this LUA is supported.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2luaIndex 1.3.6.1.4.1.333.2.4.2.2.1.2
The relative index for this LUA. It corresponds to the ifIndex.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2luaNumber 1.3.6.1.4.1.333.2.4.2.2.1.3
The LUA number (0-255).
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2SubChanCount 1.3.6.1.4.1.333.2.4.2.2.1.4
The number of subchannels on the LUA (0-255).
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2SubChanTable 1.3.6.1.4.1.333.2.4.2.3
A list of entries describing an individual subchannel. A specific subchannel object is referenced from the LUA table with instance object identifiers .lua.subchannel.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2SubchanEntry

cnt2subchanEntry 1.3.6.1.4.1.333.2.4.2.3.1
An individual subchannel entry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Cnt2SubchanEntry  

cnt2sctSlotIndex 1.3.6.1.4.1.333.2.4.2.3.1.1
The slot index for this subchannel. It corresponds to the slot on which this subchannel is supported.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctLuaIndex 1.3.6.1.4.1.333.2.4.2.3.1.2
The relative Lua index for this subchannel. This value corresponds with cnt2luaIndex.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctIndex 1.3.6.1.4.1.333.2.4.2.3.1.3
The relative subchannel index for this lua.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctNumber 1.3.6.1.4.1.333.2.4.2.3.1.4
The sub-channel number (0-255).
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctTxStatus 1.3.6.1.4.1.333.2.4.2.3.1.5
Bit value for the transmit status. Bit Definition 0 Transmit to be cancelled 4 Transmit in operation 8 Buffer available to subchannel 9 Subchannel ready to accept POST-XMITs
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctRxStatus 1.3.6.1.4.1.333.2.4.2.3.1.6
Bit value for the receive status. Bit Definition 0 Receive operation begun from host 1 Receive enabled/disabled 2 Cancel current receive message sequence 3 Pending associated data sequence 4 Request transport error notification
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctSubChanStatus 1.3.6.1.4.1.333.2.4.2.3.1.7
Bit value for the device subchannel status. Bit Definition 0 Subchannel is allocated 1 Subchannel is established 2 Subchannel is sharable 3 Subchannel has dedicated buffers 4 Subchannel has pending completion 5 Subchannel has xmit multiple from user 6 Subchannel has receive multiple from user 7 Subchannel has buffer not available condition 8 Subchannel reason for no buffer (0=no credit; 1=no buffers) 9 Subchannel has network level doing flow control 10 Subchannel has pending connect 11 Subchannel has transmitted disconnect 12 Subchannel ignores buffer not available condition 13 Subchannel support Bus0 if not set, Bus1 if set 14 Subchannel has possible error during data transfer 15 Subchannel is allocated
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctState 1.3.6.1.4.1.333.2.4.2.3.1.8
Bit value for the subchannel state. Bit Definition 0 Wait flag 1 Subchannel busy 2 Pending command retry 3 Pending completion status 4 Pending unsolicited status 6 Status stacked 7 Damage control active flag
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctRxCredit 1.3.6.1.4.1.333.2.4.2.3.1.9
Current receive buffer credit.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctRxMsgs 1.3.6.1.4.1.333.2.4.2.3.1.10
Receive message count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctRxMsgBytes 1.3.6.1.4.1.333.2.4.2.3.1.11
Receive message byte count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctRxDataBytes 1.3.6.1.4.1.333.2.4.2.3.1.12
Receive data byte count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxMsgs 1.3.6.1.4.1.333.2.4.2.3.1.13
Transmit message count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxMsgBytes 1.3.6.1.4.1.333.2.4.2.3.1.14
Transmit message byte count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxDataBytes 1.3.6.1.4.1.333.2.4.2.3.1.15
Transmit data byte count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxErrMsgs 1.3.6.1.4.1.333.2.4.2.3.1.16
Transmit error message count.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTotalBytes 1.3.6.1.4.1.333.2.4.2.3.1.17
Total number of bytes transmitted and received for this subchannel.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctDrecPid 1.3.6.1.4.1.333.2.4.2.3.1.18
Channel PID name.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

cnt2sctDrecTask 1.3.6.1.4.1.333.2.4.2.3.1.19
Device specific driver task name.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

cnt2LuaTable2 1.3.6.1.4.1.333.2.4.2.4
A list of entries describing an individual Logical Unit Adaptor (LUA). A specific lua object is terminated with the channel number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2LuaEntry2

cnt2luaEntry2 1.3.6.1.4.1.333.2.4.2.4.1
An individual LUA entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cnt2LuaEntry2  

cnt2luaSlot2 1.3.6.1.4.1.333.2.4.2.4.1.1
The slot index for this LUA. It corresponds to the slot on which this LUA is supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2luaIfIndex2 1.3.6.1.4.1.333.2.4.2.4.1.2
The relative index for this LUA. It corresponds to the ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2luaIndex2 1.3.6.1.4.1.333.2.4.2.4.1.3
The relative index for the LUA on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2luaNumber2 1.3.6.1.4.1.333.2.4.2.4.1.4
The LUA number (0-255).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2SubChanCount2 1.3.6.1.4.1.333.2.4.2.4.1.5
The number of subchannels on the LUA (0-255).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2SubChanTable2 1.3.6.1.4.1.333.2.4.2.5
A list of entries describing an individual subchannel. A specific subchannel object is referenced from the LUA table with instance object identifiers .lua.subchannel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2SubchanEntry2

cnt2subchanEntry2 1.3.6.1.4.1.333.2.4.2.5.1
An individual subchannel entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cnt2SubchanEntry2  

cnt2sctSlotIndex2 1.3.6.1.4.1.333.2.4.2.5.1.1
The slot index for this subchannel. It corresponds to the slot on which this subchannel is supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctIfIndex2 1.3.6.1.4.1.333.2.4.2.5.1.2
The I/F index for this subchannel. This value corresponds with cnt2luaIfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctLuaIndex2 1.3.6.1.4.1.333.2.4.2.5.1.3
The relative Lua index for this subchannel. This value corresponds with cnt2luaIndex2.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctIndex2 1.3.6.1.4.1.333.2.4.2.5.1.4
The relative subchannel index for this lua.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctNumber2 1.3.6.1.4.1.333.2.4.2.5.1.5
The sub-channel number (0-255).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctTxStatus2 1.3.6.1.4.1.333.2.4.2.5.1.6
Bit value for the transmit status. Bit Definition 0 Transmit to be cancelled 4 Transmit in operation 8 Buffer available to subchannel 9 Subchannel ready to accept POST-XMITs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctRxStatus2 1.3.6.1.4.1.333.2.4.2.5.1.7
Bit value for the receive status. Bit Definition 0 Receive operation begun from host 1 Receive enabled/disabled 2 Cancel current receive message sequence 3 Pending associated data sequence 4 Request transport error notification
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctSubChanStatus2 1.3.6.1.4.1.333.2.4.2.5.1.8
Bit value for the device subchannel status. Bit Definition 0 Subchannel is allocated 1 Subchannel is established 2 Subchannel is sharable 3 Subchannel has dedicated buffers 4 Subchannel has pending completion 5 Subchannel has xmit multiple from user 6 Subchannel has receive multiple from user 7 Subchannel has buffer not available condition 8 Subchannel reason for no buffer (0=no credit; 1=no buffers) 9 Subchannel has network level doing flow control 10 Subchannel has pending connect 11 Subchannel has transmitted disconnect 12 Subchannel ignores buffer not available condition 13 Subchannel support Bus0 if not set, Bus1 if set 14 Subchannel has possible error during data transfer 15 Subchannel is allocated
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctState2 1.3.6.1.4.1.333.2.4.2.5.1.9
Bit value for the subchannel state. Bit Definition 0 Wait flag 1 Subchannel busy 2 Pending command retry 3 Pending completion status 4 Pending unsolicited status 6 Status stacked 7 Damage control active flag
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctRxCredit2 1.3.6.1.4.1.333.2.4.2.5.1.10
Current receive buffer credit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnt2sctRxMsgs2 1.3.6.1.4.1.333.2.4.2.5.1.11
Receive message count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctRxMsgBytes2 1.3.6.1.4.1.333.2.4.2.5.1.12
Receive message byte count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctRxDataBytes2 1.3.6.1.4.1.333.2.4.2.5.1.13
Receive data byte count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxMsgs2 1.3.6.1.4.1.333.2.4.2.5.1.14
Transmit message count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxMsgBytes2 1.3.6.1.4.1.333.2.4.2.5.1.15
Transmit message byte count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxDataBytes2 1.3.6.1.4.1.333.2.4.2.5.1.16
Transmit data byte count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTxErrMsgs2 1.3.6.1.4.1.333.2.4.2.5.1.17
Transmit error message count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctTotalBytes2 1.3.6.1.4.1.333.2.4.2.5.1.18
Total number of bytes transmitted and received for this subchannel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

cnt2sctDrecPid2 1.3.6.1.4.1.333.2.4.2.5.1.19
Channel PID name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cnt2sctDrecTask2 1.3.6.1.4.1.333.2.4.2.5.1.20
Device specific driver task name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString