All MIBs › CISCO-IETF-SCTP-MIB › cSctpMaxAssoc
cSctpMaxAssoc
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpMaxAssoc
OID (numeric): 1.3.6.1.4.1.9.10.75.1.1.5
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: The limit on the total number of SCTP associations the entitycan support. In entities where the maximum number of associations is dynamic, this object should contain the value -1.
What is cSctpMaxAssoc?
This is the ceiling on how many concurrent SCTP associations this device can maintain across all applications, with a value of -1 specifically meaning the limit is dynamic (e.g., bounded only by available memory) rather than a fixed number. It's the number to check first when a signaling gateway starts rejecting new SCTP associations under load, since hitting this cap would explain new-association failures even while existing ones continue operating normally. A device configured with a limit of 5000 that's consistently sitting near that number via cSctpCurrEstab is a candidate for a hardware upgrade or limit increase before it starts refusing new signaling links.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.5 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpMaxAssoc
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.5.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpMaxAssoc.1
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::cSctpMaxAssoc 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.1 | cSctpScalars | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.1.5 | cSctpMaxAssoc | CISCO-IETF-SCTP-MIB |