CISCO-TRANSACTION-CONNECTION-MIB

File: CISCO-TRANSACTION-CONNECTION-MIB.mib (26683 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
IpAddress Unsigned32 DateAndTime
TimeInterval TruthValue MODULE-COMPLIANCE
OBJECT-GROUP ifIndex SnmpAdminString
ciscoMgmt

Defined Types

CtcDestinationEntry  
SEQUENCE    
  ctcDestinationName SnmpAdminString
  ctcDestinationRemoteLUName SnmpAdminString
  ctcDestinationModeName SnmpAdminString
  ctcDestinationNumHits Unsigned32

CtcRouteEntry  
SEQUENCE    
  ctcRouteOwningServer Unsigned32
  ctcRouteTransactionID SnmpAdminString
  ctcRouteDestinationName SnmpAdminString

CtcServerEntry  
SEQUENCE    
  ctcServerIndex Unsigned32
  ctcServerName SnmpAdminString
  ctcServerListening TruthValue
  ctcServerIPAddr IpAddress
  ctcServerPort Unsigned32
  ctcServerDestinationName SnmpAdminString
  ctcServerClientTimeout Unsigned32
  ctcServerHostTimeout Unsigned32
  ctcServerWindowSize Unsigned32
  ctcServerConnectionCount Unsigned32
  ctcServerProgNameUpperCase TruthValue

CtcConnectionEntry  
SEQUENCE    
  ctcConnectionId OCTET STRING
  ctcConnectionServer Unsigned32
  ctcConnectionState INTEGER
  ctcConnectionSessionCount Unsigned32
  ctcConnectionClientIPAddr IpAddress
  ctcConnectionClientPort Unsigned32
  ctcConnectionTotalConversations Unsigned32
  ctcConnectionConnectTime DateAndTime
  ctcConnectionIdleTime TimeInterval
  ctcConnectionTotalBytesRecvd Unsigned32

CtcTransactionEntry  
SEQUENCE    
  ctcTransactionSessionId OCTET STRING
  ctcTransactionServer Unsigned32
  ctcTransactionConnectionId OCTET STRING
  ctcTransactionState INTEGER
  ctcTransactionTPName SnmpAdminString
  ctcTransactionUserId SnmpAdminString

Defined Values

ciscoTransactionConnectionMIB 1.3.6.1.4.1.9.9.144
The MIB module for retrieving Cisco Transaction Connection configuration and status. Cisco Transaction Connection routes transactions between IBM CICS (Customer Information Control System) hosts and clients using the ISC (Inter-System Communication) protocol.
MODULE-IDENTITY    

ciscoTransConnMIBObjects 1.3.6.1.4.1.9.9.144.1
OBJECT IDENTIFIER    

ctcLicense 1.3.6.1.4.1.9.9.144.1.1
An object containing a Cisco Transaction Connection license.
Status: current Access: read-only
OBJECT-IDENTITY    

ctcLicenseState 1.3.6.1.4.1.9.9.144.1.1.1
The state of the Transaction Connection license. unconfigured : A license key has not been provided. notValidatedYet : A license key has been provided, but it cannot be validated until a server is created. When the first server is created, the license key is validated, changing the license state to one of the following. badKey : The content of ctcLicenseKey is not a valid license key. licenseOK : The license has been validated. expired : The expiration date of the license has passed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unconfigured(1), notValidatedYet(2), badKey(3), licenseOK(4), expired(5)  

ctcLicenseKey 1.3.6.1.4.1.9.9.144.1.1.2
A Transaction Connection license key. The field must be exactly 32 hexadecimal characters in length.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

ctcLicenseMaxConn 1.3.6.1.4.1.9.9.144.1.1.3
The maximum number of connections allowed by the license. This field contains zero if the license is for an unlimited number of connections or if the ctcLicenseState is not licenseOK.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcLicenseCurrConn 1.3.6.1.4.1.9.9.144.1.1.4
Current number of connections in use. Normally, the value of this field should be less then or equal to the value in ctcLicenseMaxConn if it is not zero. However, when a license key is changed to decrease the maximum number ofconnections, the value of this field may temporarily exceed the limit. When this occurs, existing connections will not be deleted automatically to meet the new, smaller limit. New connections will be denied until the existing connections voluntarily disconnect.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcLicenseExpiration 1.3.6.1.4.1.9.9.144.1.1.5
The expiration date of the Transaction Connection license. This object contains a valid expiration date only if the license is not permanent.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ctcDestinationTable 1.3.6.1.4.1.9.9.144.1.2
A table containing Cisco Transaction Connection destination configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtcDestinationEntry

ctcDestinationEntry 1.3.6.1.4.1.9.9.144.1.2.1
A row containing a Cisco Transaction Connection destination configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtcDestinationEntry  

ctcDestinationName 1.3.6.1.4.1.9.9.144.1.2.1.1
The destination name.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

ctcDestinationRemoteLUName 1.3.6.1.4.1.9.9.144.1.2.1.2
The Remote LU (Logical Unit) name of the destination target.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..17)  

ctcDestinationModeName 1.3.6.1.4.1.9.9.144.1.2.1.3
The mode name of the destination target. In SNA, a mode name is the name used by the initiator of a session to designate the characteristics desired for that session, such as traffic pacing values, message length limits, and the class of service within the transport network.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..10)  

ctcDestinationNumHits 1.3.6.1.4.1.9.9.144.1.2.1.4
The number of hits the destination target has received. A hit is registered each time a route is looked up. This means that every time a connection is established, one destination target of the route has its hit count incremented.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcRouteTable 1.3.6.1.4.1.9.9.144.1.3
A table containing Cisco Transaction Connection route configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtcRouteEntry

ctcRouteEntry 1.3.6.1.4.1.9.9.144.1.3.1
A row containing a Cisco Transaction Connection destination configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtcRouteEntry  

ctcRouteOwningServer 1.3.6.1.4.1.9.9.144.1.3.1.1
The ctcServerIndex of the server that owns this route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcRouteTransactionID 1.3.6.1.4.1.9.9.144.1.3.1.2
The transaction ID that this route handles.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

ctcRouteDestinationName 1.3.6.1.4.1.9.9.144.1.3.1.3
The name of this route's destination.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

ctcServerTable 1.3.6.1.4.1.9.9.144.1.4
A table containing Transaction Connection servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtcServerEntry

ctcServerEntry 1.3.6.1.4.1.9.9.144.1.4.1
A row containing a Transaction Connection server. This server routes APPC (Advanced Program-to-Program Communcations) data streams between TCP/IP clients and CICS hosts. Each server will have a unique IP address and port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtcServerEntry  

ctcServerIndex 1.3.6.1.4.1.9.9.144.1.4.1.1
The index of this server in the server list.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcServerName 1.3.6.1.4.1.9.9.144.1.4.1.2
The name of the server.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

ctcServerListening 1.3.6.1.4.1.9.9.144.1.4.1.3
This object reflects whether or not the server is listening for connections. A return value of 'true' means the server is actively listening.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ctcServerIPAddr 1.3.6.1.4.1.9.9.144.1.4.1.4
This object reflects the IP address for which the server is listening for connections. If it is set to 0.0.0.0, then the server is listening on all IP addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ctcServerPort 1.3.6.1.4.1.9.9.144.1.4.1.5
The port on which the server is listening for connections.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ctcServerDestinationName 1.3.6.1.4.1.9.9.144.1.4.1.6
This object reflects the name of this server's default destination.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

ctcServerClientTimeout 1.3.6.1.4.1.9.9.144.1.4.1.7
This object reflects the period of time that a client end connection can remain idle before being dropped by a server. The maximum time is 24 hours. If set to 0, the server will never drop the connection due to a timeout event.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1440  

ctcServerHostTimeout 1.3.6.1.4.1.9.9.144.1.4.1.8
This object reflects the period of time that a host end connection can remain idle before being dropped by a server. The maximum time is 24 hours. If set to 0, the server will never drop the connection due to a timeout event.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1440  

ctcServerWindowSize 1.3.6.1.4.1.9.9.144.1.4.1.9
TCP window size for each connection of the Transaction Connection server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcServerConnectionCount 1.3.6.1.4.1.9.9.144.1.4.1.10
The number of connections on this server at this moment.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcServerProgNameUpperCase 1.3.6.1.4.1.9.9.144.1.4.1.11
This object reflects whether or not the server will convert CICS program names to upper case. A return value of 'true' means the server will convert such names to upper case.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ctcConnectionTable 1.3.6.1.4.1.9.9.144.1.5
A table containing connection information. Each row reflects a client connection that is active at this moment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtcConnectionEntry

ctcConnectionEntry 1.3.6.1.4.1.9.9.144.1.5.1
A row containing connection information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtcConnectionEntry  

ctcConnectionId 1.3.6.1.4.1.9.9.144.1.5.1.1
The ID of the connection object.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

ctcConnectionServer 1.3.6.1.4.1.9.9.144.1.5.1.2
The ctcServerIndex of the server that owns this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcConnectionState 1.3.6.1.4.1.9.9.144.1.5.1.3
The state of a connection object. reset : the connection is ready to process data closing : the connection is in the process of closing halt : the connection has halted due to an error condition receiving : the connection is receive normal data
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reset(1), closing(2), halt(3), receiving(4)  

ctcConnectionSessionCount 1.3.6.1.4.1.9.9.144.1.5.1.4
The number of sessions currently in use for the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcConnectionClientIPAddr 1.3.6.1.4.1.9.9.144.1.5.1.5
IP address of client machine using this connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ctcConnectionClientPort 1.3.6.1.4.1.9.9.144.1.5.1.6
Port number used on client machine for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ctcConnectionTotalConversations 1.3.6.1.4.1.9.9.144.1.5.1.7
The number of conversations that have been processed by the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcConnectionConnectTime 1.3.6.1.4.1.9.9.144.1.5.1.8
The moment when the connection was established.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

ctcConnectionIdleTime 1.3.6.1.4.1.9.9.144.1.5.1.9
Amount of time the connection has gone without activity.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ctcConnectionTotalBytesRecvd 1.3.6.1.4.1.9.9.144.1.5.1.10
The total number of bytes received from client.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcTransactionTable 1.3.6.1.4.1.9.9.144.1.6
A table containing transaction information. Each row reflects a host transaction that is active at this moment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtcTransactionEntry

ctcTransactionEntry 1.3.6.1.4.1.9.9.144.1.6.1
A row containing transaction information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtcTransactionEntry  

ctcTransactionSessionId 1.3.6.1.4.1.9.9.144.1.6.1.1
The ID of the transaction session object.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

ctcTransactionServer 1.3.6.1.4.1.9.9.144.1.6.1.2
The ctcServerIndex of the server that owns this transaction.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ctcTransactionConnectionId 1.3.6.1.4.1.9.9.144.1.6.1.3
The ID of the transaction session object's connection.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

ctcTransactionState 1.3.6.1.4.1.9.9.144.1.6.1.4
The state of a connection object. reset : the transaction is ready to process data opening : the transaction is opening a connection sending : the transaction is sending data receiving : the transaction is receiving data exception : the transaction has encountered an error exceptionresponse : the transaction is awaiting an error response closing : the transaction is in the process of closing
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reset(1), opening(2), sending(3), receiving(4), exception(5), exceptionresponse(6), closing(7)  

ctcTransactionTPName 1.3.6.1.4.1.9.9.144.1.6.1.5
The transaction program name of the transaction. This is sometimes referred to as the TRANID in CICS.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

ctcTransactionUserId 1.3.6.1.4.1.9.9.144.1.6.1.6
The user ID that was used to initiate the transaction.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

ciscoTransConnMIBConformance 1.3.6.1.4.1.9.9.144.3
OBJECT IDENTIFIER    

ciscoTransConnMIBCompliances 1.3.6.1.4.1.9.9.144.3.1
OBJECT IDENTIFIER    

ciscoTransConnMIBGroups 1.3.6.1.4.1.9.9.144.3.2
OBJECT IDENTIFIER    

ciscoTransConnMIBCompliance 1.3.6.1.4.1.9.9.144.3.1.1
The compliance statement for entities which implement the Cisco Transaction Connection MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoTransConnLicenseGroup 1.3.6.1.4.1.9.9.144.3.2.1
A collection of objects providing Transaction Connection license monitoring.
Status: current Access: read-only
OBJECT-GROUP    

ciscoTransConnDestinationGroup 1.3.6.1.4.1.9.9.144.3.2.2
A collection of objects providing Transaction Connection destination monitoring.
Status: current Access: read-only
OBJECT-GROUP    

ciscoTransConnRouteGroup 1.3.6.1.4.1.9.9.144.3.2.3
A collection of objects providing Transaction Connection route monitoring.
Status: current Access: read-only
OBJECT-GROUP    

ciscoTransConnServerGroup 1.3.6.1.4.1.9.9.144.3.2.4
A collection of objects providing Transaction Connection server monitoring.
Status: current Access: read-only
OBJECT-GROUP    

ciscoTransConnConnectionGroup 1.3.6.1.4.1.9.9.144.3.2.5
A collection of objects providing Transaction Connection monitoring.
Status: current Access: read-only
OBJECT-GROUP    

ciscoTransConnTransactionGroup 1.3.6.1.4.1.9.9.144.3.2.6
A collection of objects providing Transaction Connection transaction monitoring.
Status: current Access: read-only
OBJECT-GROUP