All MIBs › CISCO-IETF-SCTP-MIB › cSctpActiveEstabs
cSctpActiveEstabs
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpActiveEstabs
OID (numeric): 1.3.6.1.4.1.9.10.75.1.1.9
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description: The number of times that SCTP associations have made a direct transition to the ESTABLISHED state from the COOKIE-ECHOED state: COOKIE-ECHOED -> ESTABLISHED. The upper layer has initiated the association attempt.
What is cSctpActiveEstabs?
This counts how many times an SCTP association on this device transitioned directly from COOKIE-ECHOED to ESTABLISHED, meaning this device itself was the one that initiated the association (its upper layer sent the initial INIT). It's the 'outbound connection attempts that succeeded' counter, useful for distinguishing how much of the device's SCTP activity is this box reaching out to peers versus peers reaching out to it (cSctpPassiveEstabs). A signaling application configured to always initiate toward a specific SS7 point code would show this counter rising steadily while cSctpPassiveEstabs stays flat.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.9 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpActiveEstabs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.1.9.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpActiveEstabs.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::cSctpActiveEstabs OID value, configure state conditions and alerts, and monitor any Cisco signaling gateways and media gateways from a single console.
How to Use in IPNetwork Monitor
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.9 | cSctpActiveEstabs | CISCO-IETF-SCTP-MIB |