CISCO-TRANSACTION-CONNECTION-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-TRANSACTION-CONNECTION-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         ciscoTransConnMIBObjects 1.3.6.1.4.1.9.9.144.1
             ctcLicense 1.3.6.1.4.1.9.9.144.1.1
An object containing a Cisco Transaction Connection license.
                 ctcLicenseState 1.3.6.1.4.1.9.9.144.1.1.1 integer read-only
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. Enumeration: 'badKey': 3, 'expired': 5, 'notValidatedYet': 2, 'unconfigured': 1, 'licenseOK': 4.
                 ctcLicenseKey 1.3.6.1.4.1.9.9.144.1.1.2 octet string read-only
A Transaction Connection license key. The field must be exactly 32 hexadecimal characters in length.
                 ctcLicenseMaxConn 1.3.6.1.4.1.9.9.144.1.1.3 unsigned32 read-only
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.
                 ctcLicenseCurrConn 1.3.6.1.4.1.9.9.144.1.1.4 unsigned32 read-only
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.
                 ctcLicenseExpiration 1.3.6.1.4.1.9.9.144.1.1.5 dateandtime read-only
The expiration date of the Transaction Connection license. This object contains a valid expiration date only if the license is not permanent.
             ctcDestinationTable 1.3.6.1.4.1.9.9.144.1.2 no-access
A table containing Cisco Transaction Connection destination configurations.
                 ctcDestinationEntry 1.3.6.1.4.1.9.9.144.1.2.1 no-access
A row containing a Cisco Transaction Connection destination configuration.
                     ctcDestinationName 1.3.6.1.4.1.9.9.144.1.2.1.1 snmpadminstring read-only
The destination name.
                     ctcDestinationRemoteLUName 1.3.6.1.4.1.9.9.144.1.2.1.2 snmpadminstring read-only
The Remote LU (Logical Unit) name of the destination target.
                     ctcDestinationModeName 1.3.6.1.4.1.9.9.144.1.2.1.3 snmpadminstring read-only
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.
                     ctcDestinationNumHits 1.3.6.1.4.1.9.9.144.1.2.1.4 unsigned32 read-only
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.
             ctcRouteTable 1.3.6.1.4.1.9.9.144.1.3 no-access
A table containing Cisco Transaction Connection route configurations.
                 ctcRouteEntry 1.3.6.1.4.1.9.9.144.1.3.1 no-access
A row containing a Cisco Transaction Connection destination configuration.
                     ctcRouteOwningServer 1.3.6.1.4.1.9.9.144.1.3.1.1 unsigned32 read-only
The ctcServerIndex of the server that owns this route.
                     ctcRouteTransactionID 1.3.6.1.4.1.9.9.144.1.3.1.2 snmpadminstring read-only
The transaction ID that this route handles.
                     ctcRouteDestinationName 1.3.6.1.4.1.9.9.144.1.3.1.3 snmpadminstring read-only
The name of this route's destination.
             ctcServerTable 1.3.6.1.4.1.9.9.144.1.4 no-access
A table containing Transaction Connection servers.
                 ctcServerEntry 1.3.6.1.4.1.9.9.144.1.4.1 no-access
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.
                     ctcServerIndex 1.3.6.1.4.1.9.9.144.1.4.1.1 unsigned32 read-only
The index of this server in the server list.
                     ctcServerName 1.3.6.1.4.1.9.9.144.1.4.1.2 snmpadminstring read-only
The name of the server.
                     ctcServerListening 1.3.6.1.4.1.9.9.144.1.4.1.3 truthvalue read-only
This object reflects whether or not the server is listening for connections. A return value of 'true' means the server is actively listening.
                     ctcServerIPAddr 1.3.6.1.4.1.9.9.144.1.4.1.4 ipaddress read-only
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.
                     ctcServerPort 1.3.6.1.4.1.9.9.144.1.4.1.5 unsigned32 read-only
The port on which the server is listening for connections.
                     ctcServerDestinationName 1.3.6.1.4.1.9.9.144.1.4.1.6 snmpadminstring read-only
This object reflects the name of this server's default destination.
                     ctcServerClientTimeout 1.3.6.1.4.1.9.9.144.1.4.1.7 unsigned32 read-only
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.
                     ctcServerHostTimeout 1.3.6.1.4.1.9.9.144.1.4.1.8 unsigned32 read-only
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.
                     ctcServerWindowSize 1.3.6.1.4.1.9.9.144.1.4.1.9 unsigned32 read-only
TCP window size for each connection of the Transaction Connection server.
                     ctcServerConnectionCount 1.3.6.1.4.1.9.9.144.1.4.1.10 unsigned32 read-only
The number of connections on this server at this moment.
                     ctcServerProgNameUpperCase 1.3.6.1.4.1.9.9.144.1.4.1.11 truthvalue read-only
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.
             ctcConnectionTable 1.3.6.1.4.1.9.9.144.1.5 no-access
A table containing connection information. Each row reflects a client connection that is active at this moment.
                 ctcConnectionEntry 1.3.6.1.4.1.9.9.144.1.5.1 no-access
A row containing connection information.
                     ctcConnectionId 1.3.6.1.4.1.9.9.144.1.5.1.1 octet string read-only
The ID of the connection object.
                     ctcConnectionServer 1.3.6.1.4.1.9.9.144.1.5.1.2 unsigned32 read-only
The ctcServerIndex of the server that owns this connection.
                     ctcConnectionState 1.3.6.1.4.1.9.9.144.1.5.1.3 integer read-only
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 Enumeration: 'reset': 1, 'closing': 2, 'receiving': 4, 'halt': 3.
                     ctcConnectionSessionCount 1.3.6.1.4.1.9.9.144.1.5.1.4 unsigned32 read-only
The number of sessions currently in use for the connection.
                     ctcConnectionClientIPAddr 1.3.6.1.4.1.9.9.144.1.5.1.5 ipaddress read-only
IP address of client machine using this connection.
                     ctcConnectionClientPort 1.3.6.1.4.1.9.9.144.1.5.1.6 unsigned32 read-only
Port number used on client machine for this connection.
                     ctcConnectionTotalConversations 1.3.6.1.4.1.9.9.144.1.5.1.7 unsigned32 read-only
The number of conversations that have been processed by the connection.
                     ctcConnectionConnectTime 1.3.6.1.4.1.9.9.144.1.5.1.8 dateandtime read-only
The moment when the connection was established.
                     ctcConnectionIdleTime 1.3.6.1.4.1.9.9.144.1.5.1.9 timeinterval read-only
Amount of time the connection has gone without activity.
                     ctcConnectionTotalBytesRecvd 1.3.6.1.4.1.9.9.144.1.5.1.10 unsigned32 read-only
The total number of bytes received from client.
             ctcTransactionTable 1.3.6.1.4.1.9.9.144.1.6 no-access
A table containing transaction information. Each row reflects a host transaction that is active at this moment.
                 ctcTransactionEntry 1.3.6.1.4.1.9.9.144.1.6.1 no-access
A row containing transaction information.
                     ctcTransactionSessionId 1.3.6.1.4.1.9.9.144.1.6.1.1 octet string read-only
The ID of the transaction session object.
                     ctcTransactionServer 1.3.6.1.4.1.9.9.144.1.6.1.2 unsigned32 read-only
The ctcServerIndex of the server that owns this transaction.
                     ctcTransactionConnectionId 1.3.6.1.4.1.9.9.144.1.6.1.3 octet string read-only
The ID of the transaction session object's connection.
                     ctcTransactionState 1.3.6.1.4.1.9.9.144.1.6.1.4 integer read-only
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 Enumeration: 'reset': 1, 'sending': 3, 'exception': 5, 'opening': 2, 'closing': 7, 'receiving': 4, 'exceptionresponse': 6.
                     ctcTransactionTPName 1.3.6.1.4.1.9.9.144.1.6.1.5 snmpadminstring read-only
The transaction program name of the transaction. This is sometimes referred to as the TRANID in CICS.
                     ctcTransactionUserId 1.3.6.1.4.1.9.9.144.1.6.1.6 snmpadminstring read-only
The user ID that was used to initiate the transaction.
         ciscoTransConnMIBConformance 1.3.6.1.4.1.9.9.144.3
             ciscoTransConnMIBCompliances 1.3.6.1.4.1.9.9.144.3.1
                 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
             ciscoTransConnMIBGroups 1.3.6.1.4.1.9.9.144.3.2
                 ciscoTransConnLicenseGroup 1.3.6.1.4.1.9.9.144.3.2.1
A collection of objects providing Transaction Connection license monitoring.
                 ciscoTransConnDestinationGroup 1.3.6.1.4.1.9.9.144.3.2.2
A collection of objects providing Transaction Connection destination monitoring.
                 ciscoTransConnRouteGroup 1.3.6.1.4.1.9.9.144.3.2.3
A collection of objects providing Transaction Connection route monitoring.
                 ciscoTransConnServerGroup 1.3.6.1.4.1.9.9.144.3.2.4
A collection of objects providing Transaction Connection server monitoring.
                 ciscoTransConnConnectionGroup 1.3.6.1.4.1.9.9.144.3.2.5
A collection of objects providing Transaction Connection monitoring.
                 ciscoTransConnTransactionGroup 1.3.6.1.4.1.9.9.144.3.2.6
A collection of objects providing Transaction Connection transaction monitoring.