iscsiCxnState

ISCSI-MIB · equallogic variant · .1.3.6.1.2.1.142.1.11.1.1.3

Object

column Enumeration
The current state of this connection, from an iSCSI negotiation
point of view.  Here are the states:
              
login  - The transport protocol connection has been established,
         but a valid iSCSI login response with the final bit set
              
         has not been sent or received.
full   - A valid iSCSI login response with the final bit set
         has been sent or received.
logout - A valid iSCSI logout command has been sent or
         received, but the transport protocol connection has
         not yet been closed.

Context

MIB
ISCSI-MIB
OID
.1.3.6.1.2.1.142.1.11.1.1.3
Type
column
Access
readonly
Status
current
Parent
iscsiConnectionAttributesEntry
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 'ISCSI-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISCSI-MIB::iscsiCxnState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ISCSI-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISCSI-MIB::iscsiCxnState.<iscsiInstIndex>.<iscsiSsnNodeIndex>.<iscsiSsnIndex>.<iscsiCxnIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ISCSI-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ISCSI-MIB::iscsiCxnState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1login
2full
3logout

Conformance