MIB Viewer

ctcTransactionState

OBJECT-TYPE
1.3.6.1.4.1.9.9.144.1.6.1.4
Access
read-only
Status
current
Sub-identifiers
0
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
INTEGER { reset(1), opening(2), sending(3), receiving(4), exception(5), exceptionresponse(6), closing(7) }