All MIBs › CISCO-IETF-SCTP-MIB › cSctpAssocState
cSctpAssocState
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpAssocState
OID (numeric): 1.3.6.1.4.1.9.10.75.1.2.2.1.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The state of this SCTP association. As in TCP, the only value which may be set by a management station is deleteTCB. Accordingly, it is appropriate for an agent to return a 'badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(9), then this has the effect of deleting the TCB (as defined in SCTP) of the corresponding association on the managed node, resulting in immediate termination of the association. As an implementation-specific option, an ABORT chunk may be sent from the managed node to the other SCTP endpoint.
What is cSctpAssocState?
This is the current SCTP state machine position for this specific association (closed, cookieWait, cookieEchoed, established, and the various shutdown states), and per the MIB the only value a management station is permitted to write here is deleteTCB, which forcibly tears down the association's control block, analogous to TCP's deleteTCB mechanism. An engineer would use a SET to deleteTCB to forcibly kill a stuck or hung association that isn't tearing down cleanly on its own, without needing to reboot the device or restart the application. Seeing an association stuck in cookieWait for an extended period, rather than progressing to established, points to the handshake failing to complete, likely due to the peer not responding to the INIT.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.9 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.9.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.9.1 i <value>
Start monitoring Cisco signaling gateways and media gateways with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-IETF-SCTP-MIB::cSctpAssocState OID value, configure state conditions and alerts, and monitor any Cisco signaling gateways and media gateways from a single console.
OID Breakdown
Upper-level ancestors (8 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.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.10 | ciscoExperiment | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.10.75 | cSctpMIB | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1 | cSctpObjects | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2 | cSctpTables | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.2 | cSctpAssocTable | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.2.1 | cSctpAssocEntry | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.2.1.9 | cSctpAssocState | CISCO-IETF-SCTP-MIB |