All MIBs › CISCO-IETF-SCTP-MIB › cSctpMaxInitRetr
cSctpMaxInitRetr
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpMaxInitRetr
OID (numeric): 1.3.6.1.4.1.9.10.75.1.1.7
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
What is cSctpMaxInitRetr?
This caps how many times SCTP will retry sending the INIT or COOKIE-ECHO chunks during association setup before giving up entirely, with 8 attempts as the RFC-recommended default. It directly determines how long a client will keep trying to establish an SCTP association against an unreachable or overloaded peer before reporting failure, which matters for how quickly a signaling application can fail over to a backup path. Lowering this to 3 on a device fronting an active-standby signaling pair would make failover detection noticeably faster at the cost of being less tolerant of brief transient packet loss during setup.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.7 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpMaxInitRetr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.7.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpMaxInitRetr.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::cSctpMaxInitRetr 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.7 | cSctpMaxInitRetr | CISCO-IETF-SCTP-MIB |