sctpAssocState

SCTP-MIB · .1.3.6.1.2.1.104.1.3.1.8

Object

column r/w Enumeration
The state of this SCTP association.
              
As in TCP, deleteTCB(9) is the only value that may be set by a
management station. If any other value is received, then the
agent must return a wrongValue error.
              
If a management station sets this object to the value
deleteTCB(9), then this has the effect of deleting the TCB (as
defined in SCTP) of the corresponding association on the
managed node, resulting in immediate termination of the
association.
              
As an implementation-specific option, an ABORT chunk may be
sent from the managed node to the other SCTP endpoint as a
result of setting the deleteTCB(9) value. The ABORT chunk
implies an ungraceful association shutdown.

Context

MIB
SCTP-MIB
OID
.1.3.6.1.2.1.104.1.3.1.8
Type
column
Access
readwrite
Status
current
Parent
sctpAssocEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SCTP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTP-MIB::sctpAssocState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SCTP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTP-MIB::sctpAssocState.<sctpAssocId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SCTP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SCTP-MIB::sctpAssocState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1closed
2cookieWait
3cookieEchoed
4established
5shutdownPending
6shutdownSent
7shutdownReceived
8shutdownAckSent
9deleteTCB

Conformance

Member of
Compliance refinements
Only the deleteTCB(9) value MAY be set by a management
station at most. A read-only option is also considered to
be compliant with this MIB module description.