cSctpAssocState
CISCO-IETF-SCTP-MIB ·
.1.3.6.1.4.1.9.10.75.1.2.2.1.9
Object
column r/w
Enumeration
The state of this SCTP association. As in TCP, the only value which may be set by a management station is deleteTCB. Accordingly, it is appropriate for an agent to return a 'badValue' response if a management station attempts to set this object to any other value. 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.
Context
- MIB
- CISCO-IETF-SCTP-MIB
- OID
.1.3.6.1.4.1.9.10.75.1.2.2.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cSctpAssocEntry
- 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 'CISCO-IETF-SCTP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-SCTP-MIB::cSctpAssocState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IETF-SCTP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-SCTP-MIB::cSctpAssocState.<cSctpAssocId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IETF-SCTP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IETF-SCTP-MIB::cSctpAssocState'
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