CISCO-CHANNEL-MIB

File: CISCO-CHANNEL-MIB.mib (61655 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Counter64 Integer32
IpAddress TimeTicks DisplayString
TruthValue TimeStamp RowStatus
MODULE-COMPLIANCE OBJECT-GROUP ciscoMgmt

Defined Types

CipCardEntry  
SEQUENCE    
  cipCardEntryIndex Integer32 0..2147483647
  cipCardEntryName DisplayString Size(1..32)
  cipCardEntryTotalMemory Integer32
  cipCardEntryFreeMemory Integer32
  cipCardEntryCpuUtilization INTEGER
  cipCardEntryTimeSinceLastReset Counter32
  cipCardEntryMajorSwRevisionNr Integer32
  cipCardEntryMinorSwRevisionNr Integer32
  cipCardEntryMajorHwRevisionNr Integer32
  cipCardEntryMinorHwRevisionNr Integer32
  cipCardEntryCpuLoad1m INTEGER
  cipCardEntryCpuLoad5m INTEGER
  cipCardEntryCpuLoad60m INTEGER
  cipCardEntryDmaLoad1m INTEGER
  cipCardEntryDmaLoad5m INTEGER
  cipCardEntryDmaLoad60m INTEGER

CipCardApplicationEntry  
SEQUENCE    
  cipCardApplicationNameIndex DisplayString Size(32)
  cipCardApplicationRevision Integer32
  cipCardApplicationCompileInfo DisplayString Size(1..64)

CipCardDaughterBoardEntry  
SEQUENCE    
  cipCardDtrBrdIndex Integer32 0..2147483647
  cipCardDtrBrdType INTEGER
  cipCardDtrBrdStatus TruthValue
  cipCardDtrBrdSignal TruthValue
  cipCardDtrBrdOnline TruthValue
  implicitIncidents Counter32
  codeViolationErrors Counter32
  linkFailureSignalOrSyncLoss Counter32
  linkFailureNOSs Counter32
  linkFailureSequenceTimeouts Counter32
  linkFailureInvalidSequences Counter32
  linkIncidentTrapCause INTEGER
  cipCardDtrBrdLastStat TimeTicks
  cipCardDtrBrdNextStat TimeTicks
  cipCardDtrBrdChannelLoad1m INTEGER
  cipCardDtrBrdChannelLoad5m INTEGER
  cipCardDtrBrdChannelLoad60m INTEGER

CipCardSubChannelEntry  
SEQUENCE    
  cipCardSubChannelIndex Integer32 0..2147483647
  cipCardSubChannelConnections Counter32
  cipCardSubChannelCancels Counter32
  cipCardSubChannelSelectiveResets Counter32
  cipCardSubChannelSystemResets Counter32
  cipCardSubChannelDeviceErrors Counter32
  cipCardSubChannelWriteBlocksDropped Counter32
  cipCardSubChannelLastSenseData OCTET STRING Size(2)
  cipCardSubChannelLastSenseDataTime TimeStamp
  cipCardSubChannelCuBusies Counter32
  cipCardSubChannelCmdRetries Counter32
  cipCardSubChannelResetEvent TruthValue
  cipCardSubChannelShortBusy TruthValue
  cipCardSubChannelCMDRetry TruthValue
  cipCardSubChannelBufferWait TruthValue
  cipCardSubChannelStatPending TruthValue
  cipCardSubChannelSuspend TruthValue
  cipCardSubChannelFBLWait TruthValue

CipCardClawEntry  
SEQUENCE    
  cipCardClawIndex Integer32 0..2147483647
  cipCardClawConnected TruthValue

CipCardClawConfigEntry  
SEQUENCE    
  cipCardClawConfigPath OCTET STRING Size(2)
  cipCardClawConfigDevice OCTET STRING Size(2)
  cipCardClawConfigIpAddr IpAddress
  cipCardClawConfigHostName DisplayString Size(1..10)
  cipCardClawConfigRouterName DisplayString Size(1..10)
  cipCardClawConfigHostAppl DisplayString Size(1..10)
  cipCardClawConfigRouterAppl DisplayString Size(1..10)
  cipCardClawConfigBroadcastEnable TruthValue
  cipCardClawConfigRowStatus RowStatus

CipCardClawDataXferStatsEntry  
SEQUENCE    
  cipCardClawDataXferStatsBlocksRead Counter32
  cipCardClawDataXferStatsBlocksWritten Counter32
  cipCardClawDataXferStatsBytesRead Counter32
  cipCardClawDataXferStatsHCBytesRead Counter64
  cipCardClawDataXferStatsBytesWritten Counter32
  cipCardClawDataXferStatsHCBytesWritten Counter64
  cipCardClawDataXferStatsReadBlocksDropped Counter32
  cipCardClawDataXferStatsWriteBlocksDropped Counter32
  cipCardClawDataXferStatsBufferGetRetryCount Counter32

Defined Values

channel 1.3.6.1.4.1.9.9.20
This is the MIB module for objects used to manage the Cisco Mainframe Channel Connection (CMCC) cards.
MODULE-IDENTITY    

cipCard 1.3.6.1.4.1.9.9.20.1
OBJECT IDENTIFIER    

cipCardTable 1.3.6.1.4.1.9.9.20.1.1
This table contains a list of values for the CMCC card which can be accessed to determine the general state of the CMCC. This table extends CardTable in the cisco.mib
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardEntry

cipCardEntry 1.3.6.1.4.1.9.9.20.1.1.1
A list of values for a CMCC Card. This extends cardTableEntry in the cisco.mib
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardEntry  

cipCardEntryIndex 1.3.6.1.4.1.9.9.20.1.1.1.1
Index into cardTable (not physical chassis slot number, matches cisco chassis MIB cardindex).
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

cipCardEntryName 1.3.6.1.4.1.9.9.20.1.1.1.2
The configured name for the CMCC.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

cipCardEntryTotalMemory 1.3.6.1.4.1.9.9.20.1.1.1.3
Total memory on the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardEntryFreeMemory 1.3.6.1.4.1.9.9.20.1.1.1.4
Total free memory on the card, that is the amount of memory not in use.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardEntryCpuUtilization 1.3.6.1.4.1.9.9.20.1.1.1.5
The average, over the last minute, of the percentage of time that this processor was running. This includes time spent on non-productive polling and time used by routine maintenance tasks. This value is not a measure of the processor's ability to handle more work, which is represented by the cipCardEntryCpuLoad information. The ability to handle more work could also be affected by DMA and channel load, represented by the cipCardEntryDmaLoad and cipCardDtrBrd- ChannelAdapterLoad statistics.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardEntryTimeSinceLastReset 1.3.6.1.4.1.9.9.20.1.1.1.6
The amount of time the CMCC card has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardEntryMajorSwRevisionNr 1.3.6.1.4.1.9.9.20.1.1.1.7
The major software revision number for the software loaded on the CMCC card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardEntryMinorSwRevisionNr 1.3.6.1.4.1.9.9.20.1.1.1.8
The minor software revision number for the software loaded on the CMCC card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardEntryMajorHwRevisionNr 1.3.6.1.4.1.9.9.20.1.1.1.9
The major hardware revision number for the software loaded on the CMCC card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardEntryMinorHwRevisionNr 1.3.6.1.4.1.9.9.20.1.1.1.10
The minor hardware revision number for the software loaded on the CMCC card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardEntryCpuLoad1m 1.3.6.1.4.1.9.9.20.1.1.1.11
The average, over the last minute, of the percentage of time that this processor was utilized to transfer data. It does not include idle time or time used by routine maintenance tasks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardEntryCpuLoad5m 1.3.6.1.4.1.9.9.20.1.1.1.12
The average, over the last 5 minutes, of the percentage of time that this processor was utilized to transfer data. It does not include idle time or time used by routine maintenance tasks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardEntryCpuLoad60m 1.3.6.1.4.1.9.9.20.1.1.1.13
The average, over the last 60 minutes, of the percentage of time that this processor was utilized to transfer data. It does not include idle time or time used by routine maintenance tasks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardEntryDmaLoad1m 1.3.6.1.4.1.9.9.20.1.1.1.14
The average, over the last minute, of the percentage of time the DMA controller was being used to transfer data between the CMCC card and the route processor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardEntryDmaLoad5m 1.3.6.1.4.1.9.9.20.1.1.1.15
The average, over the last 5 minutes, of the percentage of time the DMA controller was being used to transfer data between the CMCC card and the route processor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardEntryDmaLoad60m 1.3.6.1.4.1.9.9.20.1.1.1.16
The average, over the last 60 minutes, of the percentage of time the DMA controller was being used to transfer data between the CMCC card and the route processor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardApplicationTable 1.3.6.1.4.1.9.9.20.1.6
This table contains information on the applications loaded on the CMCC card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardApplicationEntry

cipCardApplicationEntry 1.3.6.1.4.1.9.9.20.1.6.1
A list of application information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardApplicationEntry  

cipCardApplicationNameIndex 1.3.6.1.4.1.9.9.20.1.6.1.1
The application name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(32)  

cipCardApplicationRevision 1.3.6.1.4.1.9.9.20.1.6.1.2
The application's software revision number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cipCardApplicationCompileInfo 1.3.6.1.4.1.9.9.20.1.6.1.3
The application's compilation information (date and user-id)
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

cipCardDaughterBoardTable 1.3.6.1.4.1.9.9.20.1.2
This table contains a list of objects pertaining to the daughter board on the CMCC card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardDaughterBoardEntry

cipCardDaughterBoardEntry 1.3.6.1.4.1.9.9.20.1.2.1
A list of daughter board values.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardDaughterBoardEntry  

cipCardDtrBrdIndex 1.3.6.1.4.1.9.9.20.1.2.1.1
This indicates which daughter board is is being referenced for a particular CMCC card.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

cipCardDtrBrdType 1.3.6.1.4.1.9.9.20.1.2.1.2
This indicates the channel path interface type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER escon(1), busAndTag(2)  

cipCardDtrBrdStatus 1.3.6.1.4.1.9.9.20.1.2.1.3
cipCardDtrBrdStatus is true when the microcode for the daughter board has been successfully loaded and is executing, false otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardDtrBrdSignal 1.3.6.1.4.1.9.9.20.1.2.1.4
For ESCON, cipCardDtrBrdSignal is true when light has been seen on the fiber and synchronization has been established, false otherwise. For the Parallel Channel Adapter (PCA) which provides the Bus and Tag connection, cipCardDtrBrdSignal is true when Operational out has been sensed, false otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardDtrBrdOnline 1.3.6.1.4.1.9.9.20.1.2.1.5
For ESCON, cipCardDtrBrdOnline is true when a path has been established with at least one channel, false otherwise. For PCA, cipCardDtrBrdOnline is true when the PCA is online to the channel. It will respond to at least one device address
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

implicitIncidents 1.3.6.1.4.1.9.9.20.1.2.1.6
This counts the number of times the ESCON Processor recovers from an internal error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

codeViolationErrors 1.3.6.1.4.1.9.9.20.1.2.1.7
The number of recognized code-violation errors. A trap is issued when this number exceeds the bit error rate threshold for ESCON. The bit error rate threshold is set at 15 error burst within a 5 minute period. An error burst is the time period of 1.5 seconds plus or minus 0.05 seconds during which one or more code violations errors occur.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

linkFailureSignalOrSyncLoss 1.3.6.1.4.1.9.9.20.1.2.1.8
The number of link failures recognized as a result of a loss of signal or loss of synchronization that persisted longer than the link interval duration, the link interval duration is one second with a tolerance of +1.5 seconds and -0 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

linkFailureNOSs 1.3.6.1.4.1.9.9.20.1.2.1.9
The number of link failures recognized as a result of the not-operational sequence (NOS).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

linkFailureSequenceTimeouts 1.3.6.1.4.1.9.9.20.1.2.1.10
The number of link failures recognized as a result of a connection recovery timeout or response timeout occurring while in transmit OLS state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

linkFailureInvalidSequences 1.3.6.1.4.1.9.9.20.1.2.1.11
The number of link failures recognized as a result of an invalid sequence for Link-Level-Facility State. Either a UD or UDR sequence was recognized while in wait-for-offline-sequence state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

linkIncidentTrapCause 1.3.6.1.4.1.9.9.20.1.2.1.12
This indicates the reason for the last link failure. liStatus indicates that the daughter board status has changed. liImplicitIncident indicates that a condition which may cause the recognition of a link incident in the attached node has been recognized. liBERthreshold indicates that the code violation error rate exceeded the threshold. liSignalOrSyncLoss indicates a loss of signal or loss of synchronization that persisted longer than the link interval duration. liNotOperationalSequence indicates the recognition of not-operational sequence, usually due to the operator taking the channel offline. liSequenceTimeout indicates a connection recovery timeout or response timeout occurring while in transmit OLS state. linvalidSequence indicates a UD or UDR sequence was recognized while in wait-for-offline-sequence state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER liOther(1), liStatus(2), liImplicitIncidents(3), liBERthreshold(4), liSignalOrSyncLoss(5), liNotOperationalSequence(6), liSequenceTimeouts(7), liInvalidSequences(8)  

cipCardDtrBrdLastStat 1.3.6.1.4.1.9.9.20.1.2.1.13
This object indicates how old the statistics are.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cipCardDtrBrdNextStat 1.3.6.1.4.1.9.9.20.1.2.1.14
This object indicates when statistics will next be read.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cipCardDtrBrdChannelLoad1m 1.3.6.1.4.1.9.9.20.1.2.1.15
The average, over the last minute, of the percentage of time the channel adapter was busy communicating to a host.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardDtrBrdChannelLoad5m 1.3.6.1.4.1.9.9.20.1.2.1.16
The average, over the last 5 minutes, of the percentage of time the channel adapter was busy communicating to a host.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardDtrBrdChannelLoad60m 1.3.6.1.4.1.9.9.20.1.2.1.17
The average, over the last 60 minutes, of the percentage of time the channel adapter was busy communicating to a host.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

cipCardSubChannelTable 1.3.6.1.4.1.9.9.20.1.3
This table contains a list of objects pertaining to each host connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardSubChannelEntry

cipCardSubChannelEntry 1.3.6.1.4.1.9.9.20.1.3.1
A list of host connection statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardSubChannelEntry  

cipCardSubChannelIndex 1.3.6.1.4.1.9.9.20.1.3.1.1
This indicates which subchannel is being referenced for a particular daughter board on a CMCC card. This value is constructed as follows: path * 256 + device Path and device are the values in CipCardClawConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cipCardSubChannelConnections 1.3.6.1.4.1.9.9.20.1.3.1.2
Number of times a device was connected to the subchannel. For some devices, this correlates with the number of start subchannels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelCancels 1.3.6.1.4.1.9.9.20.1.3.1.3
Number of halt subchannels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelSelectiveResets 1.3.6.1.4.1.9.9.20.1.3.1.4
Number of selective resets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelSystemResets 1.3.6.1.4.1.9.9.20.1.3.1.5
Number of system resets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelDeviceErrors 1.3.6.1.4.1.9.9.20.1.3.1.6
Number of device level errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelWriteBlocksDropped 1.3.6.1.4.1.9.9.20.1.3.1.7
Number of times a block was received by the channel and a router buffer was not available so the block was discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelLastSenseData 1.3.6.1.4.1.9.9.20.1.3.1.8
This is the last sense data sent to the channel by this device.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

cipCardSubChannelLastSenseDataTime 1.3.6.1.4.1.9.9.20.1.3.1.9
This indicates the time when the last sense data was sent to the channel by this device.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cipCardSubChannelCuBusies 1.3.6.1.4.1.9.9.20.1.3.1.10
This is the number of control unit busies sent to the channel when this device was requested.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelCmdRetries 1.3.6.1.4.1.9.9.20.1.3.1.11
Number of times the subchannel went into command retry state. The sum of this value and cipCardSubChannelConnections gives the number of start subchannels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardSubChannelResetEvent 1.3.6.1.4.1.9.9.20.1.3.1.12
A state that a device gets into after a system reset and is cleared by a resetting event unit check.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardSubChannelShortBusy 1.3.6.1.4.1.9.9.20.1.3.1.13
A transient state that a device can get into during processing of various resets.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardSubChannelCMDRetry 1.3.6.1.4.1.9.9.20.1.3.1.14
A state that a device can get into if the mainframe tries to write data to the CMCC when the CMCC has no buffers for it or if the mainframe performs a read operation and the CMCC doesn't have any data to send.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardSubChannelBufferWait 1.3.6.1.4.1.9.9.20.1.3.1.15
A state that a device can get into when the mainframe tries to write data to the CMCC and the CMCC has no buffers for all of the write operation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardSubChannelStatPending 1.3.6.1.4.1.9.9.20.1.3.1.16
Indicates that the CMCC has status to present for a particular device. The indication is cleared when the mainframe excepts the status.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardSubChannelSuspend 1.3.6.1.4.1.9.9.20.1.3.1.17
Indicates that the device task has decided to suspend data transfer for a particular device.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardSubChannelFBLWait 1.3.6.1.4.1.9.9.20.1.3.1.18
A state that a device can get into when the mainframe tries to write data to the CMCC and the CMCC has no buffers for all of the write operation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardClaw 1.3.6.1.4.1.9.9.20.1.4
OBJECT IDENTIFIER    

cipCardClawTable 1.3.6.1.4.1.9.9.20.1.4.1
This table contains status and other information not covered in the following tables for the Common Link Access to Workstation (CLAW) protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardClawEntry

cipCardClawEntry 1.3.6.1.4.1.9.9.20.1.4.1.1
A list of CLAW values.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardClawEntry  

cipCardClawIndex 1.3.6.1.4.1.9.9.20.1.4.1.1.1
This indicates which CLAW link is being referenced for a particular subchannel on a daughter board on a CMCC card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cipCardClawConnected 1.3.6.1.4.1.9.9.20.1.4.1.1.2
Indicates CLAW connection status.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cipCardClawConfigTable 1.3.6.1.4.1.9.9.20.1.4.2
This table contains configuration information for the Common Link Access to Workstation (CLAW) protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardClawConfigEntry

cipCardClawConfigEntry 1.3.6.1.4.1.9.9.20.1.4.2.1
A list of CLAW configuration values.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardClawConfigEntry  

cipCardClawConfigPath 1.3.6.1.4.1.9.9.20.1.4.2.1.1
Hex path identifier for the escon director switch port containing the fiber from the channel on the host to which this CMCC CLAW task connects. This is a concatenation of the switch port number, the channel logical address (used by the host to associate an logical partition (LPAR) with the control unit), and the control unit logical address (address of a logical control unit used by the host to associate a group of physical devices). For a directly connected channel, the switch port number is usually 01.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

cipCardClawConfigDevice 1.3.6.1.4.1.9.9.20.1.4.2.1.2
Two digit hex device address for the device the SNA host will use to communicate with the CLAW task on the CMCC card. The address must be even.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

cipCardClawConfigIpAddr 1.3.6.1.4.1.9.9.20.1.4.2.1.3
IP address of the host application for the CMCC CLAW task as specified in the HOME statement of the PROFILE TCPIP.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

cipCardClawConfigHostName 1.3.6.1.4.1.9.9.20.1.4.2.1.4
CLAW host name for this CLAW device.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..10)  

cipCardClawConfigRouterName 1.3.6.1.4.1.9.9.20.1.4.2.1.5
CLAW router name for this CLAW device.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..10)  

cipCardClawConfigHostAppl 1.3.6.1.4.1.9.9.20.1.4.2.1.6
CLAW host application name for this CLAW connection.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..10)  

cipCardClawConfigRouterAppl 1.3.6.1.4.1.9.9.20.1.4.2.1.7
CLAW router application name for this CLAW connection.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..10)  

cipCardClawConfigBroadcastEnable 1.3.6.1.4.1.9.9.20.1.4.2.1.8
Control processing of broadcast frames for the path/device. Enable turns broadcast processing on.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipCardClawConfigRowStatus 1.3.6.1.4.1.9.9.20.1.4.2.1.9
This object is used by a management station to create or delete the row entry in cipCardClawConfigTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cipCardClawDataXferStatsTable 1.3.6.1.4.1.9.9.20.1.4.3
This table contains a list of objects pertaining to data transfer statistics per CLAW Logical Link.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipCardClawDataXferStatsEntry

cipCardClawDataXferStatsEntry 1.3.6.1.4.1.9.9.20.1.4.3.1
A list of daughter board statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipCardClawDataXferStatsEntry  

cipCardClawDataXferStatsBlocksRead 1.3.6.1.4.1.9.9.20.1.4.3.1.1
Number of successful read data transfer channel command words (CCWs) from the channel perspective.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardClawDataXferStatsBlocksWritten 1.3.6.1.4.1.9.9.20.1.4.3.1.2
Number of successful write data transfer CCWs from the channel perspective.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardClawDataXferStatsBytesRead 1.3.6.1.4.1.9.9.20.1.4.3.1.3
Number of bytes successfully read from the channel perspective.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardClawDataXferStatsHCBytesRead 1.3.6.1.4.1.9.9.20.1.4.3.1.4
Number of bytes successfully read from the channel perspective. This is the 64-bit (High Capacity) version of clawDataXferStatsBytesRead.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cipCardClawDataXferStatsBytesWritten 1.3.6.1.4.1.9.9.20.1.4.3.1.5
Number of bytes successfully written from the channel perspective.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardClawDataXferStatsHCBytesWritten 1.3.6.1.4.1.9.9.20.1.4.3.1.6
Number of bytes successfully written from the channel perspective. This is the 64-bit version version of clawDataXferStatsBytesWritten.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cipCardClawDataXferStatsReadBlocksDropped 1.3.6.1.4.1.9.9.20.1.4.3.1.7
Number of read blocks dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardClawDataXferStatsWriteBlocksDropped 1.3.6.1.4.1.9.9.20.1.4.3.1.8
Number of write blocks dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardClawDataXferStatsBufferGetRetryCount 1.3.6.1.4.1.9.9.20.1.4.3.1.9
Number of times a buffer was requested and none were available.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipCardTraps 1.3.6.1.4.1.9.9.20.1.5
OBJECT IDENTIFIER    

cipCardLinkFailure 1.3.6.1.4.1.9.9.20.1.5.1
This trap indicates that a significant link event has been recognized resulting in the degradation of the interface line quality. (This trap was deactivated 6/97, below trap is now sent on link failures)
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

cipCardDtrBrdLinkFailure 1.3.6.1.4.1.9.9.20.1.5.2
This trap indicates that a significant link event has been recognized resulting in the degradation of the interface line quality.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoChannelMibConformance 1.3.6.1.4.1.9.9.20.2
OBJECT IDENTIFIER    

ciscoChannelMibCompliances 1.3.6.1.4.1.9.9.20.2.1
OBJECT IDENTIFIER    

ciscoChannelMibGroups 1.3.6.1.4.1.9.9.20.2.2
OBJECT IDENTIFIER    

ciscoChannelMibCompliance 1.3.6.1.4.1.9.9.20.2.1.1
The compliance statement for the TcpIP Offload feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoChannelMibComplianceRev1 1.3.6.1.4.1.9.9.20.2.1.2
The compliance statement for the TcpIP Offload feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoChannelMibComplianceRev2 1.3.6.1.4.1.9.9.20.2.1.3
The compliance statement for the TcpIP Offload & CSNA features.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoChannelGroup 1.3.6.1.4.1.9.9.20.2.2.1
A collection of objects providing configuration capability.
Status: current Access: read-only
OBJECT-GROUP    

ciscoChannelGroupRev1 1.3.6.1.4.1.9.9.20.2.2.2
A collection of objects providing configuration capability.
Status: current Access: read-only
OBJECT-GROUP    

ciscoChannelGroupRev2 1.3.6.1.4.1.9.9.20.2.2.3
A collection of objects providing configuration capability.
Status: current Access: read-only
OBJECT-GROUP    

ciscoChannelGroupRev3 1.3.6.1.4.1.9.9.20.2.2.4
A collection of Subchannel device status objects.
Status: current Access: read-only
OBJECT-GROUP