MIBs Depot

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

FromSymbols
CISCO-SMIciscoExperiment
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1INTEGER {other(1), vanj(2)}read-onlycurrent
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.2Unsigned32 (1..1024)read-onlycurrent
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.3Counter32read-onlycurrent
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.4Counter32read-onlycurrent
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.5Counter32read-onlycurrent
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.6Counter32read-onlycurrent
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.7Counter32read-onlycurrent
ceSctpStatBytesRec
OBJECT-TYPE
Number of bytes received(does not include retransmissions).
1.3.6.1.4.1.9.10.74.1.1.8Counter64read-onlycurrent
ceSctpStatBytesSent
OBJECT-TYPE
Number of bytes sent(does not include retransmissions).
1.3.6.1.4.1.9.10.74.1.1.9Counter64read-onlycurrent
ceSctpStatChunksDiscard
OBJECT-TYPE
Number of chunks that were discarded.
1.3.6.1.4.1.9.10.74.1.1.10Counter64read-onlycurrent
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.11Counter64read-onlycurrent
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.12Counter64read-onlycurrent
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.13Counter64read-onlycurrent
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.14Counter64read-onlycurrent
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.15Counter64read-onlycurrent
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.16Counter64read-onlycurrent
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.17Counter64read-onlycurrent
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.18Counter64read-onlycurrent
ceSctpStatDatagramsRec
OBJECT-TYPE
Number datagrams sent(does not include retransmissions).
1.3.6.1.4.1.9.10.74.1.1.19Counter64read-onlycurrent
ceSctpStatDatagramsSent
OBJECT-TYPE
Number datagrams sent(does not include retransmissions).
1.3.6.1.4.1.9.10.74.1.1.20Counter64read-onlycurrent
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.21Counter64read-onlycurrent
ceSctpStatReassembledUsrMessages
OBJECT-TYPE
Number of user messages reassembled.
1.3.6.1.4.1.9.10.74.1.1.22Counter64read-onlycurrent
ceSctpStatChunksReTrans
OBJECT-TYPE
Number of chunks that were re-transmitted.
1.3.6.1.4.1.9.10.74.1.1.23Counter64read-onlycurrent
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.24Counter64read-onlycurrent
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.25Counter32read-onlycurrent
ceSctpStatT2expired
OBJECT-TYPE
Number of times that T2-shutdown timer expired (shutdown timer).
1.3.6.1.4.1.9.10.74.1.1.26Counter32read-onlycurrent
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.1not-accessiblecurrent
ceSctpAssocEntry
OBJECT-TYPE
General common variables and statistics for the whole association.
1.3.6.1.4.1.9.10.74.1.2.1.1not-accessiblecurrent
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.1Unsigned32 (0..1024)not-accessiblecurrent
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.2INTEGER {closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9), retrieval(10)}read-onlycurrent
ceSctpAssocUpTime
OBJECT-TYPE
Time association has been in established state.
1.3.6.1.4.1.9.10.74.1.2.1.1.3TimeTicksread-onlycurrent
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.4Unsigned32 (1000..3600000)read-onlycurrent
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.5Unsigned32 (1000..3600000)read-onlycurrent
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.6Unsigned32 (1000..3600000)read-onlycurrent
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.7Unsigned32 (1000..3600000)read-onlycurrent
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.8Unsigned32 (1000..3600000)read-onlycurrent
ceSctpAssocInitialT1
OBJECT-TYPE
Initial value for the Start-up T1 timer.
1.3.6.1.4.1.9.10.74.1.2.1.1.9Unsigned32 (1000..3600000)read-onlycurrent
ceSctpAssocInitialT2
OBJECT-TYPE
Initial value for the Shutdown T2-shutdown timer.
1.3.6.1.4.1.9.10.74.1.2.1.1.10Unsigned32 (1000..3600000)read-onlycurrent
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.11OCTET STRING (SIZE(0..255))read-onlycurrent
ceSctpAssocLocalSCTPPort
OBJECT-TYPE
Local SCTP port number used for this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.12Unsigned32 (4096..32767)read-onlycurrent
ceSctpAssocRemSCTPPort
OBJECT-TYPE
Remote SCTP port number used for this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.13Unsigned32 (4096..32767)read-onlycurrent
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.14InetAddressTyperead-onlycurrent
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.15InetAddressread-onlycurrent
ceSctpAssocCongestionLevels
OBJECT-TYPE
Number of supported congestion Levels.
1.3.6.1.4.1.9.10.74.1.2.1.1.16Unsigned32 (0..4)read-onlycurrent
ceSctpAssocCongestionLevelsCur
OBJECT-TYPE
Current congestion level.
1.3.6.1.4.1.9.10.74.1.2.1.1.17Unsigned32 (0..4)read-onlycurrent
ceSctpAssocCongestionAbate1
OBJECT-TYPE
Threshold used to abate congestion level 1.
1.3.6.1.4.1.9.10.74.1.2.1.1.18Unsigned32 (0..32767)read-onlycurrent
ceSctpAssocCongestionAbate2
OBJECT-TYPE
Threshold used to abate congestion level 2.
1.3.6.1.4.1.9.10.74.1.2.1.1.19Unsigned32 (0..32767)read-onlycurrent
ceSctpAssocCongestionAbate3
OBJECT-TYPE
Threshold used to abate congestion level 3.
1.3.6.1.4.1.9.10.74.1.2.1.1.20Unsigned32 (0..32767)read-onlycurrent
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.21Unsigned32 (0..32767)read-onlycurrent
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.22Unsigned32 (0..32767)read-onlycurrent
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.23Unsigned32 (0..32767)read-onlycurrent
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.24Unsigned32 (1..65535)read-onlycurrent
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.25Unsigned32 (1..65535)read-onlycurrent
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.26Unsigned32 (1..32767)read-onlycurrent
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.27Unsigned32 (1..65535)read-onlycurrent
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.28Unsigned32 (1..65535)read-onlycurrent
ceSctpAssocLocRecWndLowMark
OBJECT-TYPE
Low water mark for Local Receive Window Size.
1.3.6.1.4.1.9.10.74.1.2.1.1.29Unsigned32 (0..65535)read-onlycurrent
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.30Counter64read-onlycurrent
ceSctpAssocRemRecWnd
OBJECT-TYPE
The Remote Receive Window Size for this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.31Unsigned32 (0..65535)read-onlycurrent
ceSctpAssocRemRecWndLowMark
OBJECT-TYPE
Low water mark for Remote Receive Window Size.
1.3.6.1.4.1.9.10.74.1.2.1.1.32Unsigned32 (0..65535)read-onlycurrent
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.33Counter64read-onlycurrent
ceSctpAssocULPDatagramsQueued
OBJECT-TYPE
Number of data grams waiting to be sent.
1.3.6.1.4.1.9.10.74.1.2.1.1.34Unsigned32 (0..65535)read-onlycurrent
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.35Unsigned32 (0..65535)read-onlycurrent
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.36Counter64read-onlycurrent
ceSctpAssocBytesSent
OBJECT-TYPE
Number of bytes sent by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.37Counter64read-onlycurrent
ceSctpAssocBytesRec
OBJECT-TYPE
Number of bytes received by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.38Counter64read-onlycurrent
ceSctpAssocChunksDiscarded
OBJECT-TYPE
Total number of Chucks discarded by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.39Counter64read-onlycurrent
ceSctpAssocChunksRec
OBJECT-TYPE
Total number of Chucks received by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.40Counter64read-onlycurrent
ceSctpAssocChunksRecControl
OBJECT-TYPE
Number of control Chucks received by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.41Counter64read-onlycurrent
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.42Counter64read-onlycurrent
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.43Counter64read-onlycurrent
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.44Counter64read-onlycurrent
ceSctpAssocChunksReTrans
OBJECT-TYPE
Total number of Chucks retransmitted by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.45Counter64read-onlycurrent
ceSctpAssocChunksSent
OBJECT-TYPE
Total number of Chucks sent by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.46Counter64read-onlycurrent
ceSctpAssocChunksSentControl
OBJECT-TYPE
Number of control Chucks sent by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.47Counter64read-onlycurrent
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.48Counter64read-onlycurrent
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.49Counter64read-onlycurrent
ceSctpAssocDatagramsRec
OBJECT-TYPE
Number of packets received by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.50Counter64read-onlycurrent
ceSctpAssocDatagramsSent
OBJECT-TYPE
Number of packets sent by this association.
1.3.6.1.4.1.9.10.74.1.2.1.1.51Counter64read-onlycurrent
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.52RowStatusread-onlycurrent
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.2not-accessiblecurrent
ceSctpAssocLocalAddressEntry
OBJECT-TYPE
Local information about the available addresses.
1.3.6.1.4.1.9.10.74.1.2.2.1not-accessiblecurrent
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.1InetAddressTypenot-accessiblecurrent
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.2InetAddressnot-accessiblecurrent
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.3RowStatusread-onlycurrent
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.3not-accessiblecurrent
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.1not-accessiblecurrent
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.1InetAddressTypenot-accessiblecurrent
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.2InetAddressnot-accessiblecurrent
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.3INTEGER {active(0), inactive(1), failed(2)}read-onlycurrent
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.4Unsigned32 (0..65535)read-onlycurrent
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.5INTEGER {active(0), inactive(1)}read-onlycurrent
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.6Unsigned32 (0..65535)read-onlycurrent
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.7Unsigned32 (0..65535)read-onlycurrent
ceSctpAssocRemAddressRetransCnt
OBJECT-TYPE
Number of DATA retransmissions as defined in [sctp].
1.3.6.1.4.1.9.10.74.1.2.3.1.8Counter64read-onlycurrent
ceSctpAssocRemAddressSRTT
OBJECT-TYPE
Smoothed Round Trip Time in milliseconds.
1.3.6.1.4.1.9.10.74.1.2.3.1.9Unsigned32 (0..65535)read-onlycurrent
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.10RowStatusread-onlycurrent
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

NameOIDStatus
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.1current
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.2current
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.3current
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.4current
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.5current
ceSctpCompliance
MODULE-COMPLIANCE
The compliance statement for SNMPv3 entities which implement SCTP.
1.3.6.1.4.1.9.10.74.2.2.1current