All MIBs › CISCO-IETF-SCTP-MIB › cSctpRtoMax
cSctpRtoMax
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpRtoMax
OID (numeric): 1.3.6.1.4.1.9.10.75.1.1.3
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: The maximum value permitted by a SCTP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. Recommended value is 60000 milliseconds.
What is cSctpRtoMax?
This is the configured ceiling on the SCTP retransmission timeout, capping how long the protocol will wait before retransmitting even on a severely congested or high-latency path, with 60000ms (one minute) as the recommended default. It bounds how long an SCTP association can appear stuck waiting on an ack before giving up and retrying, which affects how quickly failing associations get detected versus how tolerant the device is of transient long delays. A satellite-linked SCTP association might need this raised well above 60000ms to avoid needlessly retransmitting over links with several hundred milliseconds of inherent one-way delay.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.3 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpRtoMax
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.3.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpRtoMax.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::cSctpRtoMax 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.3 | cSctpRtoMax | CISCO-IETF-SCTP-MIB |