ctcTransactionState

CISCO-TRANSACTION-CONNECTION-MIB · .1.3.6.1.4.1.9.9.144.1.6.1.4

Object

column Enumeration
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

Context

MIB
CISCO-TRANSACTION-CONNECTION-MIB
OID
.1.3.6.1.4.1.9.9.144.1.6.1.4
Type
column
Access
readonly
Status
current
Parent
ctcTransactionEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-TRANSACTION-CONNECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-TRANSACTION-CONNECTION-MIB::ctcTransactionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-TRANSACTION-CONNECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-TRANSACTION-CONNECTION-MIB::ctcTransactionState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-TRANSACTION-CONNECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-TRANSACTION-CONNECTION-MIB::ctcTransactionState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1reset
2opening
3sending
4receiving
5exception
6exceptionresponse
7closing

Conformance