All MIBs › CPQISCSI-MIB › cpqiScsiCxnAttrState
cpqiScsiCxnAttrState
Module: CPQISCSI-MIB
OID (symbolic): CPQISCSI-MIB::cpqiScsiCxnAttrState
OID (numeric): 1.3.6.1.4.1.232.169.2.12.1.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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.
What is cpqiScsiCxnAttrState?
This read-only enumeration reports the current iSCSI negotiation state of the connection: login(1) meaning the transport connection is up but the final login response hasn't completed, full(2) meaning login has fully completed, or logout(3) meaning a logout is in progress. An admin uses this to see exactly where a connection sits in its lifecycle when diagnosing a session that seems stuck or slow to establish. For example, a connection stuck showing login(1) for an extended period would tell the admin the iSCSI login handshake is hanging rather than completing normally.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.169.2.12.1.1.6 snmpwalk -v2c -c public <target> CPQISCSI-MIB::cpqiScsiCxnAttrState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.169.2.12.1.1.6.1 snmpget -v2c -c public <target> CPQISCSI-MIB::cpqiScsiCxnAttrState.1
Start monitoring Compaq/HP ProLiant server (iSCSI HBA) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQISCSI-MIB::cpqiScsiCxnAttrState OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server (iSCSI HBA) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.169 | cpqiScsiModule | CPQISCSI-MIB |
| 1.3.6.1.4.1.232.169.2 | cpqiScsiObjects | CPQISCSI-MIB |
| 1.3.6.1.4.1.232.169.2.12 | cpqiScsiConnection | CPQISCSI-MIB |
| 1.3.6.1.4.1.232.169.2.12.1 | cpqiScsiConnectionAttributesTable | CPQISCSI-MIB |
| 1.3.6.1.4.1.232.169.2.12.1.1 | cpqiScsiConnectionAttributesEntry | CPQISCSI-MIB |
| 1.3.6.1.4.1.232.169.2.12.1.1.6 | cpqiScsiCxnAttrState | CPQISCSI-MIB |