All MIBs › CISCO-IETF-SCTP-MIB › cSctpAssocMaxRetr
cSctpAssocMaxRetr
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpAssocMaxRetr
OID (numeric): 1.3.6.1.4.1.9.10.75.1.2.2.1.12
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: The maximum number of data retransmissions in the association context. This value is specific for each association and the upper layer can change it calling the appropriate primitives. This value has to be smaller than the addition of all the maximum number for all the paths (cSctpAssocRemAddressMaxPathRetrans). Recommended value: 10 attempts.
What is cSctpAssocMaxRetr?
This is the maximum number of times SCTP will retransmit unacknowledged data chunks within this specific association before declaring it failed, distinct from the per-path retransmission limits (cSctpAssocRemAddressMaxPathRtx), and per the MIB it must be smaller than the sum of all per-path limits for this association. Applications can adjust it per-association at runtime, so a latency-tolerant bulk-transfer association might be configured with a higher retry budget than a real-time signaling association that needs to fail fast. If this is set too low relative to the actual per-path retry budgets, the association could give up and close even while individual paths still have retransmission attempts remaining, an inconsistency worth checking if associations fail unexpectedly early.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.12 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocMaxRetr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.12.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocMaxRetr.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::cSctpAssocMaxRetr 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.12 | cSctpAssocMaxRetr | CISCO-IETF-SCTP-MIB |