CISCO-TRANSACTION-CONNECTION-MIB
- Registered at
- 1.3.6.1.4.1.9.9.144
- Last updated
- 2005-12-22 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-12-22 00:00, 1999-08-19 00:00
- Namespace
- cisco
- Source file
CISCO-TRANSACTION-CONNECTION-MIB- Digest
sha256:0bfbaa08c6168c0d5e068251db35ccf4cd44847c32c69d0cb97d45f41b8b9bf9
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: ctrc-dev@external.cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, TEXTUAL-CONVENTION, TimeInterval, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SMI CISCO-TRANSACTION-CONNECTION-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoTransConnMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.144.1 | |||
| ctcLicense OBJECT-IDENTITY An object containing a Cisco Transaction Connection license. | 1.3.6.1.4.1.9.9.144.1.1 | current | ||
| ctcLicenseState OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.1.1 | INTEGER {unconfigured(1), notValidatedYet(2), badKey(3), licenseOK(4), expired(5)} | read-only | current |
| ctcLicenseKey OBJECT-TYPE A Transaction Connection license key. The field must be exactly 32 hexadecimal characters in length. | 1.3.6.1.4.1.9.9.144.1.1.2 | OCTET STRING (SIZE(16)) | read-only | current |
| ctcLicenseMaxConn OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.1.3 | Unsigned32 | read-only | current |
| ctcLicenseCurrConn OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.1.4 | Unsigned32 | read-only | current |
| ctcLicenseExpiration OBJECT-TYPE The expiration date of the Transaction Connection license. This object contains a valid expiration date only if the license is not permanent. | 1.3.6.1.4.1.9.9.144.1.1.5 | DateAndTime | read-only | current |
| ctcDestinationTable OBJECT-TYPE A table containing Cisco Transaction Connection destination configurations. | 1.3.6.1.4.1.9.9.144.1.2 | not-accessible | current | |
| ctcDestinationEntry OBJECT-TYPE A row containing a Cisco Transaction Connection destination configuration. | 1.3.6.1.4.1.9.9.144.1.2.1 | not-accessible | current | |
| ctcDestinationName OBJECT-TYPE The destination name. | 1.3.6.1.4.1.9.9.144.1.2.1.1 | SnmpAdminString (SIZE(0..16)) | read-only | current |
| ctcDestinationRemoteLUName OBJECT-TYPE The Remote LU (Logical Unit) name of the destination target. | 1.3.6.1.4.1.9.9.144.1.2.1.2 | SnmpAdminString (SIZE(0..17)) | read-only | current |
| ctcDestinationModeName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.2.1.3 | SnmpAdminString (SIZE(0..10)) | read-only | current |
| ctcDestinationNumHits OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.2.1.4 | Unsigned32 | read-only | current |
| ctcRouteTable OBJECT-TYPE A table containing Cisco Transaction Connection route configurations. | 1.3.6.1.4.1.9.9.144.1.3 | not-accessible | current | |
| ctcRouteEntry OBJECT-TYPE A row containing a Cisco Transaction Connection destination configuration. | 1.3.6.1.4.1.9.9.144.1.3.1 | not-accessible | current | |
| ctcRouteOwningServer OBJECT-TYPE The ctcServerIndex of the server that owns this route. | 1.3.6.1.4.1.9.9.144.1.3.1.1 | Unsigned32 | read-only | current |
| ctcRouteTransactionID OBJECT-TYPE The transaction ID that this route handles. | 1.3.6.1.4.1.9.9.144.1.3.1.2 | SnmpAdminString (SIZE(0..16)) | read-only | current |
| ctcRouteDestinationName OBJECT-TYPE The name of this route's destination. | 1.3.6.1.4.1.9.9.144.1.3.1.3 | SnmpAdminString (SIZE(0..16)) | read-only | current |
| ctcServerTable OBJECT-TYPE A table containing Transaction Connection servers. | 1.3.6.1.4.1.9.9.144.1.4 | not-accessible | current | |
| ctcServerEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.4.1 | not-accessible | current | |
| ctcServerIndex OBJECT-TYPE The index of this server in the server list. | 1.3.6.1.4.1.9.9.144.1.4.1.1 | Unsigned32 | read-only | current |
| ctcServerName OBJECT-TYPE The name of the server. | 1.3.6.1.4.1.9.9.144.1.4.1.2 | SnmpAdminString (SIZE(0..16)) | read-only | current |
| ctcServerListening OBJECT-TYPE This object reflects whether or not the server is listening for connections. A return value of 'true' means the server is actively listening. | 1.3.6.1.4.1.9.9.144.1.4.1.3 | TruthValue | read-only | current |
| ctcServerIPAddr OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.4.1.4 | IpAddress | read-only | current |
| ctcServerPort OBJECT-TYPE The port on which the server is listening for connections. | 1.3.6.1.4.1.9.9.144.1.4.1.5 | Unsigned32 (1..65535) | read-only | current |
| ctcServerDestinationName OBJECT-TYPE This object reflects the name of this server's default destination. | 1.3.6.1.4.1.9.9.144.1.4.1.6 | SnmpAdminString (SIZE(0..16)) | read-only | current |
| ctcServerClientTimeout OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.4.1.7 | Unsigned32 (0..1440) | read-only | current |
| ctcServerHostTimeout OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.4.1.8 | Unsigned32 (0..1440) | read-only | current |
| ctcServerWindowSize OBJECT-TYPE TCP window size for each connection of the Transaction Connection server. | 1.3.6.1.4.1.9.9.144.1.4.1.9 | Unsigned32 | read-only | current |
| ctcServerConnectionCount OBJECT-TYPE The number of connections on this server at this moment. | 1.3.6.1.4.1.9.9.144.1.4.1.10 | Unsigned32 | read-only | current |
| ctcServerProgNameUpperCase OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.144.1.4.1.11 | TruthValue | read-only | current |
| ctcConnectionTable OBJECT-TYPE A table containing connection information. Each row reflects a client connection that is active at this moment. | 1.3.6.1.4.1.9.9.144.1.5 | not-accessible | current | |
| ctcConnectionEntry OBJECT-TYPE A row containing connection information. | 1.3.6.1.4.1.9.9.144.1.5.1 | not-accessible | current | |
| ctcConnectionId OBJECT-TYPE The ID of the connection object. | 1.3.6.1.4.1.9.9.144.1.5.1.1 | OCTET STRING (SIZE(4)) | read-only | current |
| ctcConnectionServer OBJECT-TYPE The ctcServerIndex of the server that owns this connection. | 1.3.6.1.4.1.9.9.144.1.5.1.2 | Unsigned32 | read-only | current |
| ctcConnectionState OBJECT-TYPE 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 | 1.3.6.1.4.1.9.9.144.1.5.1.3 | INTEGER {reset(1), closing(2), halt(3), receiving(4)} | read-only | current |
| ctcConnectionSessionCount OBJECT-TYPE The number of sessions currently in use for the connection. | 1.3.6.1.4.1.9.9.144.1.5.1.4 | Unsigned32 | read-only | current |
| ctcConnectionClientIPAddr OBJECT-TYPE IP address of client machine using this connection. | 1.3.6.1.4.1.9.9.144.1.5.1.5 | IpAddress | read-only | current |
| ctcConnectionClientPort OBJECT-TYPE Port number used on client machine for this connection. | 1.3.6.1.4.1.9.9.144.1.5.1.6 | Unsigned32 (1..65535) | read-only | current |
| ctcConnectionTotalConversations OBJECT-TYPE The number of conversations that have been processed by the connection. | 1.3.6.1.4.1.9.9.144.1.5.1.7 | Unsigned32 | read-only | current |
| ctcConnectionConnectTime OBJECT-TYPE The moment when the connection was established. | 1.3.6.1.4.1.9.9.144.1.5.1.8 | DateAndTime | read-only | current |
| ctcConnectionIdleTime OBJECT-TYPE Amount of time the connection has gone without activity. | 1.3.6.1.4.1.9.9.144.1.5.1.9 | TimeInterval | read-only | current |
| ctcConnectionTotalBytesRecvd OBJECT-TYPE The total number of bytes received from client. | 1.3.6.1.4.1.9.9.144.1.5.1.10 | Unsigned32 | read-only | current |
| ctcTransactionTable OBJECT-TYPE A table containing transaction information. Each row reflects a host transaction that is active at this moment. | 1.3.6.1.4.1.9.9.144.1.6 | not-accessible | current | |
| ctcTransactionEntry OBJECT-TYPE A row containing transaction information. | 1.3.6.1.4.1.9.9.144.1.6.1 | not-accessible | current | |
| ctcTransactionSessionId OBJECT-TYPE The ID of the transaction session object. | 1.3.6.1.4.1.9.9.144.1.6.1.1 | OCTET STRING (SIZE(4)) | read-only | current |
| ctcTransactionServer OBJECT-TYPE The ctcServerIndex of the server that owns this transaction. | 1.3.6.1.4.1.9.9.144.1.6.1.2 | Unsigned32 | read-only | current |
| ctcTransactionConnectionId OBJECT-TYPE The ID of the transaction session object's connection. | 1.3.6.1.4.1.9.9.144.1.6.1.3 | OCTET STRING (SIZE(4)) | read-only | current |
| ctcTransactionState OBJECT-TYPE 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 | 1.3.6.1.4.1.9.9.144.1.6.1.4 | INTEGER {reset(1), opening(2), sending(3), receiving(4), exception(5), exceptionresponse(6), closing(7)} | read-only | current |
| ctcTransactionTPName OBJECT-TYPE The transaction program name of the transaction. This is sometimes referred to as the TRANID in CICS. | 1.3.6.1.4.1.9.9.144.1.6.1.5 | SnmpAdminString (SIZE(0..32)) | read-only | current |
| ctcTransactionUserId OBJECT-TYPE The user ID that was used to initiate the transaction. | 1.3.6.1.4.1.9.9.144.1.6.1.6 | SnmpAdminString (SIZE(0..16)) | read-only | current |
| ciscoTransConnMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.144.3 | |||
| ciscoTransConnMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.144.3.1 | |||
| ciscoTransConnMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.144.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoTransConnMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco Transaction Connection MIB | 1.3.6.1.4.1.9.9.144.3.1.1 | current |
| ciscoTransConnLicenseGroup OBJECT-GROUP A collection of objects providing Transaction Connection license monitoring. | 1.3.6.1.4.1.9.9.144.3.2.1 | current |
| ciscoTransConnDestinationGroup OBJECT-GROUP A collection of objects providing Transaction Connection destination monitoring. | 1.3.6.1.4.1.9.9.144.3.2.2 | current |
| ciscoTransConnRouteGroup OBJECT-GROUP A collection of objects providing Transaction Connection route monitoring. | 1.3.6.1.4.1.9.9.144.3.2.3 | current |
| ciscoTransConnServerGroup OBJECT-GROUP A collection of objects providing Transaction Connection server monitoring. | 1.3.6.1.4.1.9.9.144.3.2.4 | current |
| ciscoTransConnConnectionGroup OBJECT-GROUP A collection of objects providing Transaction Connection monitoring. | 1.3.6.1.4.1.9.9.144.3.2.5 | current |
| ciscoTransConnTransactionGroup OBJECT-GROUP A collection of objects providing Transaction Connection transaction monitoring. | 1.3.6.1.4.1.9.9.144.3.2.6 | current |