All MIBs › CISCO-IETF-SCTP-MIB › cSctpAssocRemAddressMaxPathRtx
cSctpAssocRemAddressMaxPathRtx
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpAssocRemAddressMaxPathRtx
OID (numeric): 1.3.6.1.4.1.9.10.75.1.2.4.1.6
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [cSctp]. Recommended value 5 attempts.
What is cSctpAssocRemAddressMaxPathRtx?
This is the per-path retransmission ceiling - how many times SCTP will retry sending DATA chunks to this specific destination address before marking that path inactive - with 5 attempts as the RFC-recommended default, distinct from the association-wide cSctpAssocMaxRetr. It's the threshold that actually triggers a multihoming failover to a backup address, so lowering it makes the association fail over to a backup path faster at the cost of being less tolerant of a few dropped packets. A latency-sensitive voice signaling deployment might lower this to 3 specifically on the primary path to trigger failover to the backup address sooner after real trouble starts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.4.1.6 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocRemAddressMaxPathRtx
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.4.1.6.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocRemAddressMaxPathRtx.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cSctpAssocRemAddressMaxPathRtx.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::cSctpAssocRemAddressMaxPathRtx 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.4 | cSctpAssocRemAddressTable | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.4.1 | cSctpAssocRemAddressEntry | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.4.1.6 | cSctpAssocRemAddressMaxPathRtx | CISCO-IETF-SCTP-MIB |