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
- Table
- cSctpAssocTable
- Siblings
- 14
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | closed |
2 | cookieWait |
3 | cookieEchoed |
4 | established |
5 | shutdownPending |
6 | shutdownSent |
7 | shutdownReceived |
8 | shutdownAckSent |
9 | deleteTCB |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cSctpAssocId Association Identification. Value identifying the
association (typically the Initiate Verification Tag).
If the selected AssocID is the Initiate Verification
Tag, this value mus… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.75.1.2.2.1.1 |
| cSctpAssocInStreams Inbound Streams according to the negotiation at
association start up. This parameter has to be read-only
by the manager. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.75.1.2.2.1.10 |
| cSctpAssocOutStreams Outbound Streams according to the negotiation at
association start up. This parameter has to be read-only by
the manager. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.75.1.2.2.1.11 |
| cSctpAssocMaxRetr The maximum number of data retransmissions in the association
context. This value is specific for each association and the
upper layer can change it calling the appropriate primit… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.75.1.2.2.1.12 |
| cSctpAssocT1expireds Number of times that T1 timer expired (timer for sending
either INIT or COOKIE-ECHO chunks and receiving an
acknowledgment). | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.9.10.75.1.2.2.1.13 |
| cSctpAssocT2expireds Number of times that T2-shutdown timer expired (shutdown
timer). | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.9.10.75.1.2.2.1.14 |
| cSctpAssocRtxChunks Number of data chunks retransmitted to the peer in the
current association. | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.9.10.75.1.2.2.1.15 |
| cSctpAssocStartTime The value of SysUpTime at the time that this row was
created. | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.9.10.75.1.2.2.1.17 |
| cSctpAssocRemHostName Peer's DNS name. If no DNS domain name was received at
init time (embedded in the INIT or INIT-ACK chunk) from
the peer, this entry will be meaningless, therefore it
will conta… | column | OctetString | .1.3.6.1.4.1.9.10.75.1.2.2.1.2 |
| cSctpAssocLocalSCTPPort Local SCTP port number used for this association. | column | InetPortNumber | .1.3.6.1.4.1.9.10.75.1.2.2.1.3 |
| cSctpAssocRemSCTPPort Remote SCTP port number used for this association. | column | InetPortNumber | .1.3.6.1.4.1.9.10.75.1.2.2.1.4 |
| cSctpAssocRemPrimaryAddressType Internet type of primary destination IP address.
- unknown (0) An unknown address type. This value MUST be
used if the value of the corresponding InetAddress
object is a z… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.10.75.1.2.2.1.5 |
| cSctpAssocRemPrimaryAddress Primary destination IP address. An InetAddress value is
always interpreted within the context of an InetAddressType
value.
This value will be filled in after INIT or INIT ACK
mes… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.10.75.1.2.2.1.6 |
| cSctpAssocHeartBeatTimer The current heartbeat time-out. The recommended default
value is 30000 milliseconds. | column | milliseconds SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.10.75.1.2.2.1.8 |