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
Net-SNMP examples
How SNMP and these commands workWalk 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
1 | closed |
2 | cookieWait |
3 | cookieEchoed |
4 | established |
5 | shutdownPending |
6 | shutdownSent |
7 | shutdownReceived |
8 | shutdownAckSent |
9 | deleteTCB |
Conformance
Member of
Compliance refinements
sctpMibCompliance
readonly
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.
station at most. A read-only option is also considered to
be compliant with this MIB module description.