CISCO-IETF-SCTP-MIB :: cSctpAssocState

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCISCO-IETF-SCTP-MIBcSctpAssocState

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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.9ciscoCAT2600-MIB
1.3.6.1.4.1.9.10ciscoExperimentCISCO-SMI
Numeric OIDNameModule
1.3.6.1.4.1.9.10.75cSctpMIBCISCO-IETF-SCTP-MIB
1.3.6.1.4.1.9.10.75.1cSctpObjectsCISCO-IETF-SCTP-MIB
1.3.6.1.4.1.9.10.75.1.2cSctpTablesCISCO-IETF-SCTP-MIB
1.3.6.1.4.1.9.10.75.1.2.2cSctpAssocTableCISCO-IETF-SCTP-MIB
1.3.6.1.4.1.9.10.75.1.2.2.1cSctpAssocEntryCISCO-IETF-SCTP-MIB
1.3.6.1.4.1.9.10.75.1.2.2.1.9cSctpAssocStateCISCO-IETF-SCTP-MIB