CISCO-SCTP-MIB
- Registered at
- 1.3.6.1.4.1.9.10.74
- Last updated
- 2005-12-21 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-12-21 00:00, 2001-06-07 00:00
- Namespace
- cisco
- Source file
CISCO-SCTP-MIB- Digest
sha256:f220a5f7d30028a3c97f45b61cd6858951450f010fc89be944e688d00567a52a
Description
The MIB module for managing SCTP implementation.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: tac@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SCTP-MIB CISCO-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| InetAddress TEXTUAL-CONVENTION Denotes a generic Internet address. An InetAddress value is always interpreted within the context of an InetAddressType value. The InetAddressType object which defines the context must be registered immediately before the object which uses the InetAddress textual convention. In other words, the object identifiers for the InetAddressType object and the InetAddress object MUST have the same length and the last sub-identifier of the InetAddressType object MUST be 1 less than the last sub-identifier of the InetAddress object. When this textual convention is used as the syntax of an index object, there may be issues with the limit of 128 sub-identifiers specified in SMIv2, STD 58. In this case, the OBJECT-TYPE declaration MUST include a 'SIZE' clause to limit the number of potential instance sub-identifiers. | current | |||
| InetAddressType TEXTUAL-CONVENTION A value that represents a type of Internet address. unknown(0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address which is not in one of the formats defined below. ipv4(1) An IPv4 address as defined by the InetAddressIPv4 textual convention. ipv6(2) An IPv6 address as defined by the InetAddressIPv6 textual convention. dns(16) A DNS domain name as defined by the InetAddressDNS textual convention. Each definition of a concrete InetAddressType value must be accompanied by a definition of a textual convention for use with that InetAddressType. The InetAddressType textual convention SHOULD NOT be subtyped in object type definitions to support future extensions. It MAY be subtyped in compliance statements in order to require only a subset of these address types for a compliant implementation. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ceSctpObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.74.1 | |||
| ceSctpScalars OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.74.1.1 | |||
| ceSctpRtoAlgorithm OBJECT-TYPE The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks. | 1.3.6.1.4.1.9.10.74.1.1.1 | INTEGER {other(1), vanj(2)} | read-only | current |
| ceSctpMaxAssociations OBJECT-TYPE The maximum number of associations that can be supported by this implementation. set to zero to indicate unlimited. | 1.3.6.1.4.1.9.10.74.1.1.2 | Unsigned32 (1..1024) | read-only | current |
| ceSctpCurrEstab OBJECT-TYPE The number of SCTP associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING. | 1.3.6.1.4.1.9.10.74.1.1.3 | Counter32 | read-only | current |
| ceSctpActiveEstab OBJECT-TYPE The number of times that SCTP associations have made a direct transition to the ESTABLISH state from the COOKIE-ECHOED state: COOKIE-ECHOED -> ESTABLISHED. The upper layer has initiated the association attempt. | 1.3.6.1.4.1.9.10.74.1.1.4 | Counter32 | read-only | current |
| ceSctpPassiveEstab OBJECT-TYPE The number of times that SCTP associations have made a direct transition to the ESTABLISHED state from the CLOSED state: CLOSED -> ESTABLISHED. The remote endpoint has initiated the association attempt. | 1.3.6.1.4.1.9.10.74.1.1.5 | Counter32 | read-only | current |
| ceSctpAborted OBJECT-TYPE The number of times that SCTP associations have made a direct transition to the CLOSED state from any state using the primitive 'ABORT': AnyState --Abort--> CLOSED. Ungraceful termination of the association. | 1.3.6.1.4.1.9.10.74.1.1.6 | Counter32 | read-only | current |
| ceSctpShutdowns OBJECT-TYPE The number of times that SCTP associations have made a direct transition to the CLOSE state from either the SHUTDOWN-SENT state or the SHUTDOWN-ACK-SENT state. Graceful termination of the association. | 1.3.6.1.4.1.9.10.74.1.1.7 | Counter32 | read-only | current |
| ceSctpStatBytesRec OBJECT-TYPE Number of bytes received(does not include retransmissions). | 1.3.6.1.4.1.9.10.74.1.1.8 | Counter64 | read-only | current |
| ceSctpStatBytesSent OBJECT-TYPE Number of bytes sent(does not include retransmissions). | 1.3.6.1.4.1.9.10.74.1.1.9 | Counter64 | read-only | current |
| ceSctpStatChunksDiscard OBJECT-TYPE Number of chunks that were discarded. | 1.3.6.1.4.1.9.10.74.1.1.10 | Counter64 | read-only | current |
| ceSctpStatChunksSent OBJECT-TYPE Number of SCTP control and data chunks, sent to the peers (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.11 | Counter64 | read-only | current |
| ceSctpStatChunksSentControl OBJECT-TYPE Number of SCTP control chunks sent to the peers (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.12 | Counter64 | read-only | current |
| ceSctpStatChunksSentOrdered OBJECT-TYPE Number of SCTP data chunks sent that required order to be maintained. (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.13 | Counter64 | read-only | current |
| ceSctpStatChunksSentUnOrdered OBJECT-TYPE Number of SCTP data chunks sent that do not required order to be maintained. (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.14 | Counter64 | read-only | current |
| ceSctpStatChunksRec OBJECT-TYPE Number of SCTP control and data chunks, received from the peers (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.15 | Counter64 | read-only | current |
| ceSctpStatChunksRecControl OBJECT-TYPE Number of SCTP control chucks received from peers (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.16 | Counter64 | read-only | current |
| ceSctpStatChunksRecOrdered OBJECT-TYPE Number of SCTP data chunks received that required order to be maintained. (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.17 | Counter64 | read-only | current |
| ceSctpStatChunksRecUnOrdered OBJECT-TYPE Number of SCTP data chunks received that do not required order to be maintained. (no retransmissions included). | 1.3.6.1.4.1.9.10.74.1.1.18 | Counter64 | read-only | current |
| ceSctpStatDatagramsRec OBJECT-TYPE Number datagrams sent(does not include retransmissions). | 1.3.6.1.4.1.9.10.74.1.1.19 | Counter64 | read-only | current |
| ceSctpStatDatagramsSent OBJECT-TYPE Number datagrams sent(does not include retransmissions). | 1.3.6.1.4.1.9.10.74.1.1.20 | Counter64 | read-only | current |
| ceSctpStatFragmentedUsrMessages OBJECT-TYPE Number of user messages that have to be fragmented because of the MTU. | 1.3.6.1.4.1.9.10.74.1.1.21 | Counter64 | read-only | current |
| ceSctpStatReassembledUsrMessages OBJECT-TYPE Number of user messages reassembled. | 1.3.6.1.4.1.9.10.74.1.1.22 | Counter64 | read-only | current |
| ceSctpStatChunksReTrans OBJECT-TYPE Number of chunks that were re-transmitted. | 1.3.6.1.4.1.9.10.74.1.1.23 | Counter64 | read-only | current |
| ceSctpStatOutOfBlue OBJECT-TYPE Number of out of the blue packets (SCTP packet correctly formed -right checksum- but the receiver is not able to identify the association to which this packet belongs) received by the host. | 1.3.6.1.4.1.9.10.74.1.1.24 | Counter64 | read-only | current |
| ceSctpStatT1expired OBJECT-TYPE Number of times that T1 timer expired (timer for sending either INIT or COOKIE-ECHO chunks and receiving an acknowledgment). | 1.3.6.1.4.1.9.10.74.1.1.25 | Counter32 | read-only | current |
| ceSctpStatT2expired OBJECT-TYPE Number of times that T2-shutdown timer expired (shutdown timer). | 1.3.6.1.4.1.9.10.74.1.1.26 | Counter32 | read-only | current |
| ceSctpTables OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.74.1.2 | |||
| ceSctpAssocTable OBJECT-TYPE A table containing SCTP association-specific information. | 1.3.6.1.4.1.9.10.74.1.2.1 | not-accessible | current | |
| ceSctpAssocEntry OBJECT-TYPE General common variables and statistics for the whole association. | 1.3.6.1.4.1.9.10.74.1.2.1.1 | not-accessible | current | |
| ceSctpAssocId OBJECT-TYPE Association Identification. Value identifying the association (typically the Initiate Verification Tag). | 1.3.6.1.4.1.9.10.74.1.2.1.1.1 | Unsigned32 (0..1024) | not-accessible | current |
| ceSctpAssocState OBJECT-TYPE 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. | 1.3.6.1.4.1.9.10.74.1.2.1.1.2 | INTEGER {closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9), retrieval(10)} | read-only | current |
| ceSctpAssocUpTime OBJECT-TYPE Time association has been in established state. | 1.3.6.1.4.1.9.10.74.1.2.1.1.3 | TimeTicks | read-only | current |
| ceSctpAssocRtoMin OBJECT-TYPE The minimum value permitted by a SCTP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. Minimum recommended value is 1000 milliseconds. Some telephone applications could require less than 1 second. | 1.3.6.1.4.1.9.10.74.1.2.1.1.4 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocRtoMax OBJECT-TYPE The maximum value permitted by a SCTP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. Recommended value is 60000 milliseconds. | 1.3.6.1.4.1.9.10.74.1.2.1.1.5 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocRtoInitial OBJECT-TYPE Initial value for the Retransmission timer. Recommended value is 3000 milliseconds. | 1.3.6.1.4.1.9.10.74.1.2.1.1.6 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocValCookieLife OBJECT-TYPE Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds. | 1.3.6.1.4.1.9.10.74.1.2.1.1.7 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocMaxInitRetr OBJECT-TYPE The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts. | 1.3.6.1.4.1.9.10.74.1.2.1.1.8 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocInitialT1 OBJECT-TYPE Initial value for the Start-up T1 timer. | 1.3.6.1.4.1.9.10.74.1.2.1.1.9 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocInitialT2 OBJECT-TYPE Initial value for the Shutdown T2-shutdown timer. | 1.3.6.1.4.1.9.10.74.1.2.1.1.10 | Unsigned32 (1000..3600000) | read-only | current |
| ceSctpAssocRemHostName OBJECT-TYPE 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 contain a NULL value. Otherwise, the remote host name received at init time will be stored. | 1.3.6.1.4.1.9.10.74.1.2.1.1.11 | OCTET STRING (SIZE(0..255)) | read-only | current |
| ceSctpAssocLocalSCTPPort OBJECT-TYPE Local SCTP port number used for this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.12 | Unsigned32 (4096..32767) | read-only | current |
| ceSctpAssocRemSCTPPort OBJECT-TYPE Remote SCTP port number used for this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.13 | Unsigned32 (4096..32767) | read-only | current |
| ceSctpAssocRemPrimaryAddressType OBJECT-TYPE 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 zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions. - ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851]. - ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851]. | 1.3.6.1.4.1.9.10.74.1.2.1.1.14 | InetAddressType | read-only | current |
| ceSctpAssocRemPrimaryAddress OBJECT-TYPE 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 messages have been received (when the primary path is selected by SCTP). | 1.3.6.1.4.1.9.10.74.1.2.1.1.15 | InetAddress | read-only | current |
| ceSctpAssocCongestionLevels OBJECT-TYPE Number of supported congestion Levels. | 1.3.6.1.4.1.9.10.74.1.2.1.1.16 | Unsigned32 (0..4) | read-only | current |
| ceSctpAssocCongestionLevelsCur OBJECT-TYPE Current congestion level. | 1.3.6.1.4.1.9.10.74.1.2.1.1.17 | Unsigned32 (0..4) | read-only | current |
| ceSctpAssocCongestionAbate1 OBJECT-TYPE Threshold used to abate congestion level 1. | 1.3.6.1.4.1.9.10.74.1.2.1.1.18 | Unsigned32 (0..32767) | read-only | current |
| ceSctpAssocCongestionAbate2 OBJECT-TYPE Threshold used to abate congestion level 2. | 1.3.6.1.4.1.9.10.74.1.2.1.1.19 | Unsigned32 (0..32767) | read-only | current |
| ceSctpAssocCongestionAbate3 OBJECT-TYPE Threshold used to abate congestion level 3. | 1.3.6.1.4.1.9.10.74.1.2.1.1.20 | Unsigned32 (0..32767) | read-only | current |
| ceSctpAssocCongestionOnset1 OBJECT-TYPE Threshold used to mark onset of congestion level 1. | 1.3.6.1.4.1.9.10.74.1.2.1.1.21 | Unsigned32 (0..32767) | read-only | current |
| ceSctpAssocCongestionOnset2 OBJECT-TYPE Threshold used to mark onset of congestion level 2. | 1.3.6.1.4.1.9.10.74.1.2.1.1.22 | Unsigned32 (0..32767) | read-only | current |
| ceSctpAssocCongestionOnset3 OBJECT-TYPE Threshold used to mark onset of congestion level 3. | 1.3.6.1.4.1.9.10.74.1.2.1.1.23 | Unsigned32 (0..32767) | read-only | current |
| ceSctpAssocInStreams OBJECT-TYPE Inbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager. | 1.3.6.1.4.1.9.10.74.1.2.1.1.24 | Unsigned32 (1..65535) | read-only | current |
| ceSctpAssocOutStreams OBJECT-TYPE Outbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager. | 1.3.6.1.4.1.9.10.74.1.2.1.1.25 | Unsigned32 (1..65535) | read-only | current |
| ceSctpAssocMaxRetr OBJECT-TYPE The maximum number of data retransmissions. This value is specific for each association and the upper layer can be able to change it calling the appropriate primitives. This value has to be smaller than the addition of all the maximum number for all the paths (sctpAssocRemAddressMaxPathRetran). Recommended value: 10 attempts. | 1.3.6.1.4.1.9.10.74.1.2.1.1.26 | Unsigned32 (1..32767) | read-only | current |
| ceSctpAssocMTU OBJECT-TYPE The Maximum Transmission Size to be used by this association. The size will the smallest MTU size supported by any of the IP Addresses used by the association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.27 | Unsigned32 (1..65535) | read-only | current |
| ceSctpAssocLocRecWnd OBJECT-TYPE The current local receive window size for this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.28 | Unsigned32 (1..65535) | read-only | current |
| ceSctpAssocLocRecWndLowMark OBJECT-TYPE Low water mark for Local Receive Window Size. | 1.3.6.1.4.1.9.10.74.1.2.1.1.29 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocLocRecWndZeroCnt OBJECT-TYPE Number of times the Local Receive window reached zero bytes. | 1.3.6.1.4.1.9.10.74.1.2.1.1.30 | Counter64 | read-only | current |
| ceSctpAssocRemRecWnd OBJECT-TYPE The Remote Receive Window Size for this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.31 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocRemRecWndLowMark OBJECT-TYPE Low water mark for Remote Receive Window Size. | 1.3.6.1.4.1.9.10.74.1.2.1.1.32 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocRemRecWndZeroCnt OBJECT-TYPE Number of times the Remote Receive window reached zero bytes. | 1.3.6.1.4.1.9.10.74.1.2.1.1.33 | Counter64 | read-only | current |
| ceSctpAssocULPDatagramsQueued OBJECT-TYPE Number of data grams waiting to be sent. | 1.3.6.1.4.1.9.10.74.1.2.1.1.34 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocULPDatagramsQueuedHigh OBJECT-TYPE High water mark for data grams waiting to be sent. | 1.3.6.1.4.1.9.10.74.1.2.1.1.35 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocChecksumErrorCounter OBJECT-TYPE Number of SCTP packets received from the peers with an invalid checksum. | 1.3.6.1.4.1.9.10.74.1.2.1.1.36 | Counter64 | read-only | current |
| ceSctpAssocBytesSent OBJECT-TYPE Number of bytes sent by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.37 | Counter64 | read-only | current |
| ceSctpAssocBytesRec OBJECT-TYPE Number of bytes received by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.38 | Counter64 | read-only | current |
| ceSctpAssocChunksDiscarded OBJECT-TYPE Total number of Chucks discarded by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.39 | Counter64 | read-only | current |
| ceSctpAssocChunksRec OBJECT-TYPE Total number of Chucks received by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.40 | Counter64 | read-only | current |
| ceSctpAssocChunksRecControl OBJECT-TYPE Number of control Chucks received by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.41 | Counter64 | read-only | current |
| ceSctpAssocChunksRecOrdered OBJECT-TYPE Number of Chucks received by this association where order is required. | 1.3.6.1.4.1.9.10.74.1.2.1.1.42 | Counter64 | read-only | current |
| ceSctpAssocChunksRecUnOrdered OBJECT-TYPE Number of Chucks received by this association where order is not required. | 1.3.6.1.4.1.9.10.74.1.2.1.1.43 | Counter64 | read-only | current |
| ceSctpAssocChunksRecOutOrder OBJECT-TYPE Number of Chucks received out of order by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.44 | Counter64 | read-only | current |
| ceSctpAssocChunksReTrans OBJECT-TYPE Total number of Chucks retransmitted by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.45 | Counter64 | read-only | current |
| ceSctpAssocChunksSent OBJECT-TYPE Total number of Chucks sent by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.46 | Counter64 | read-only | current |
| ceSctpAssocChunksSentControl OBJECT-TYPE Number of control Chucks sent by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.47 | Counter64 | read-only | current |
| ceSctpAssocChunksSentOrdered OBJECT-TYPE Number of Chucks sent by this association where order is required. | 1.3.6.1.4.1.9.10.74.1.2.1.1.48 | Counter64 | read-only | current |
| ceSctpAssocChunksSentUnOrdered OBJECT-TYPE Number of Chucks sent by this association where order is not required. | 1.3.6.1.4.1.9.10.74.1.2.1.1.49 | Counter64 | read-only | current |
| ceSctpAssocDatagramsRec OBJECT-TYPE Number of packets received by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.50 | Counter64 | read-only | current |
| ceSctpAssocDatagramsSent OBJECT-TYPE Number of packets sent by this association. | 1.3.6.1.4.1.9.10.74.1.2.1.1.51 | Counter64 | read-only | current |
| ceSctpAssocRowStatus OBJECT-TYPE An object that allows entries in this table to be created and deleted using the RowStatus convention. A row in this table will be created after creating the TCB in both sides of the association. The creation of this row implies the creation of at least another row (depending on the number of local and remote addresses) in the tables sctpAssocLocalAddressTable and sctpAssocRemAddressTable. A row is deleted in sctpAssocTable when an association turns down (i.e., when the TCB is deleted according to [sctp] in both sides of the association). The deletion of a row in sctpAssocTable implies the deletion of the tables related to this association (sctpAssocLocalAddressTable and sctpAssocRemAddressTable). Also, a row is deleted in sctpAssocTable when a set operation is received from the manager with destroy option. | 1.3.6.1.4.1.9.10.74.1.2.1.1.52 | RowStatus | read-only | current |
| ceSctpAssocLocalAddressTable OBJECT-TYPE Expanded table of ceSctpAssocTable based on the AssocId index. It shows several interesting data for each local address which takes part in this association. | 1.3.6.1.4.1.9.10.74.1.2.2 | not-accessible | current | |
| ceSctpAssocLocalAddressEntry OBJECT-TYPE Local information about the available addresses. | 1.3.6.1.4.1.9.10.74.1.2.2.1 | not-accessible | current | |
| ceSctpAssocLocalAddressIPType OBJECT-TYPE Internet type of local IP address used for this association. - unknown (0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions. - ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851]. - ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851]. | 1.3.6.1.4.1.9.10.74.1.2.2.1.1 | InetAddressType | not-accessible | current |
| ceSctpAssocLocalAddressIP OBJECT-TYPE The value of a local IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value. If SCTP are using DNS names, the mapping to IP address-es will be done at reception of INIT or INIT_ACK messages. | 1.3.6.1.4.1.9.10.74.1.2.2.1.2 | InetAddress | not-accessible | current |
| ceSctpAssocLocalAddressRowStatus OBJECT-TYPE An object that allows entries in this table to be created and deleted using the RowStatus convention. A row in this table will be created per local IP address defined for this association. The creation takes part when a new row in the sctpAssocTable is created or when a new IP address is added in the local interface (if this function is enabled by the SCTP layer). A row in this table will be deleted per local IP address reserved for the association when the corresponding row in sctpAssocTable is deleted or when an IP address is removed from the local interface (if this function is enabled by the SCTP layer). | 1.3.6.1.4.1.9.10.74.1.2.2.1.3 | RowStatus | read-only | current |
| ceSctpAssocRemAddressTable OBJECT-TYPE Expanded table of ceSctpAssocTable based on the AssocId index. It shows several interesting data for each remote peer IP address which is used in this association. | 1.3.6.1.4.1.9.10.74.1.2.3 | not-accessible | current | |
| ceSctpAssocRemAddressEntry OBJECT-TYPE Information about THE most important variables for every remote IP address | 1.3.6.1.4.1.9.10.74.1.2.3.1 | not-accessible | current | |
| ceSctpAssocRemAddressIPType OBJECT-TYPE Internet type of a remote IP address available for this association. - unknown (0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions. - ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851]. - ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851]. | 1.3.6.1.4.1.9.10.74.1.2.3.1.1 | InetAddressType | not-accessible | current |
| ceSctpAssocRemAddressIP OBJECT-TYPE The value of a remote IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value. | 1.3.6.1.4.1.9.10.74.1.2.3.1.2 | InetAddress | not-accessible | current |
| ceSctpAssocRemAddressStatus OBJECT-TYPE The current status of the remote transport address, according to [SCTP]. active - Destination is alive and active inActive - Destination used as source address only failed - Destination has failed | 1.3.6.1.4.1.9.10.74.1.2.3.1.3 | INTEGER {active(0), inactive(1), failed(2)} | read-only | current |
| ceSctpAssocRemAddressRTO OBJECT-TYPE The current Retransmision Time-Out. T3-rtx timer as defined in the protocol SCTP. | 1.3.6.1.4.1.9.10.74.1.2.3.1.4 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocRemAddressHtBtFlag OBJECT-TYPE The optional Heartbeat associated to one destination transport address could be active or not (value equal to 1 or 0, respectively). An active destination transport address is the one considered available by a peer endpoint for receiving SCTP packets, as it is described in [sctp]. | 1.3.6.1.4.1.9.10.74.1.2.3.1.5 | INTEGER {active(0), inactive(1)} | read-only | current |
| ceSctpAssocRemAddressHtBtTime OBJECT-TYPE The current heartbeat time-out. The recommended default value is 30000 milliseconds. | 1.3.6.1.4.1.9.10.74.1.2.3.1.6 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocRemAddressMaxRetran OBJECT-TYPE Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [sctp]. Recommended value 5 attempts. | 1.3.6.1.4.1.9.10.74.1.2.3.1.7 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocRemAddressRetransCnt OBJECT-TYPE Number of DATA retransmissions as defined in [sctp]. | 1.3.6.1.4.1.9.10.74.1.2.3.1.8 | Counter64 | read-only | current |
| ceSctpAssocRemAddressSRTT OBJECT-TYPE Smoothed Round Trip Time in milliseconds. | 1.3.6.1.4.1.9.10.74.1.2.3.1.9 | Unsigned32 (0..65535) | read-only | current |
| ceSctpAssocRemAddressRowStatus OBJECT-TYPE An object that allows entries in this table to be created and deleted using the RowStatus convention. A row in this table will be created per remote IP address defined for this association. The creation takes part when a new row in the sctpAssocTable is created or when a new IP address is added in the remote interface (if this function is enabled by the SCTP layer). A row in this table will be deleted per remote IP address reserved for the association when the corresponding row in sctpAssocTable is deleted or when an IP address is removed from the local interface (if this function is enabled by the SCTP layer). | 1.3.6.1.4.1.9.10.74.1.2.3.1.10 | RowStatus | read-only | current |
| ceSctpConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.74.2 | |||
| ceSctpGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.74.2.1 | |||
| ceSctpCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.74.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ceSctpGeneralVariablesGroup OBJECT-GROUP The sctp group of objects providing for management of SCTP entities. Common parameters for the protocol. | 1.3.6.1.4.1.9.10.74.2.1.1 | current |
| ceSctpStateStatGroup OBJECT-GROUP The sctp group of objects to control state changes in the SCTP protocol. | 1.3.6.1.4.1.9.10.74.2.1.2 | current |
| ceSctpOtherStatGroup OBJECT-GROUP The sctp group of objects providing for management of SCTP general statistics. | 1.3.6.1.4.1.9.10.74.2.1.3 | current |
| ceSctpAssocTablesVariablesGroup OBJECT-GROUP The sctp group of objects to manage specific local and remote SCTP variables (local and remote tables). | 1.3.6.1.4.1.9.10.74.2.1.4 | current |
| ceSctpAssocStatGroup OBJECT-GROUP The sctp group of objects to manage SCTP statistics related to the remote endpoint. | 1.3.6.1.4.1.9.10.74.2.1.5 | current |
| ceSctpCompliance MODULE-COMPLIANCE The compliance statement for SNMPv3 entities which implement SCTP. | 1.3.6.1.4.1.9.10.74.2.2.1 | current |