ctcConnectionState

CISCO-TRANSACTION-CONNECTION-MIB · .1.3.6.1.4.1.9.9.144.1.5.1.3

Object

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

Context

MIB
CISCO-TRANSACTION-CONNECTION-MIB
OID
.1.3.6.1.4.1.9.9.144.1.5.1.3
Type
column
Access
readonly
Status
current
Parent
ctcConnectionEntry
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::ctcConnectionState'
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::ctcConnectionState.<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::ctcConnectionState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1reset
2closing
3halt
4receiving

Conformance