CISCO-SCTP-MIB

File: CISCO-SCTP-MIB.mib (59273 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Counter64 TimeTicks Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
TEXTUAL-CONVENTION ciscoExperiment

Defined Types

InetAddressType  
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.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), ipv4(1), ipv6(2), dns(16)  

InetAddress  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

CeSctpAssocEntry  
SEQUENCE    
  ceSctpAssocId Unsigned32
  ceSctpAssocState INTEGER
  ceSctpAssocUpTime TimeTicks
  ceSctpAssocRtoMin Unsigned32
  ceSctpAssocRtoMax Unsigned32
  ceSctpAssocRtoInitial Unsigned32
  ceSctpAssocValCookieLife Unsigned32
  ceSctpAssocMaxInitRetr Unsigned32
  ceSctpAssocInitialT1 Unsigned32
  ceSctpAssocInitialT2 Unsigned32
  ceSctpAssocRemHostName OCTET STRING
  ceSctpAssocLocalSCTPPort Unsigned32
  ceSctpAssocRemSCTPPort Unsigned32
  ceSctpAssocRemPrimaryAddressType InetAddressType
  ceSctpAssocRemPrimaryAddress InetAddress
  ceSctpAssocCongestionLevels Unsigned32
  ceSctpAssocCongestionLevelsCur Unsigned32
  ceSctpAssocCongestionAbate1 Unsigned32
  ceSctpAssocCongestionAbate2 Unsigned32
  ceSctpAssocCongestionAbate3 Unsigned32
  ceSctpAssocCongestionOnset1 Unsigned32
  ceSctpAssocCongestionOnset2 Unsigned32
  ceSctpAssocCongestionOnset3 Unsigned32
  ceSctpAssocInStreams Unsigned32
  ceSctpAssocOutStreams Unsigned32
  ceSctpAssocMaxRetr Unsigned32
  ceSctpAssocMTU Unsigned32
  ceSctpAssocLocRecWnd Unsigned32
  ceSctpAssocLocRecWndLowMark Unsigned32
  ceSctpAssocLocRecWndZeroCnt Counter64
  ceSctpAssocRemRecWnd Unsigned32
  ceSctpAssocRemRecWndLowMark Unsigned32
  ceSctpAssocRemRecWndZeroCnt Counter64
  ceSctpAssocULPDatagramsQueued Unsigned32
  ceSctpAssocULPDatagramsQueuedHigh Unsigned32
  ceSctpAssocChecksumErrorCounter Counter64
  ceSctpAssocBytesSent Counter64
  ceSctpAssocBytesRec Counter64
  ceSctpAssocChunksDiscarded Counter64
  ceSctpAssocChunksRec Counter64
  ceSctpAssocChunksRecControl Counter64
  ceSctpAssocChunksRecOrdered Counter64
  ceSctpAssocChunksRecUnOrdered Counter64
  ceSctpAssocChunksRecOutOrder Counter64
  ceSctpAssocChunksReTrans Counter64
  ceSctpAssocChunksSent Counter64
  ceSctpAssocChunksSentControl Counter64
  ceSctpAssocChunksSentOrdered Counter64
  ceSctpAssocChunksSentUnOrdered Counter64
  ceSctpAssocDatagramsRec Counter64
  ceSctpAssocDatagramsSent Counter64
  ceSctpAssocRowStatus RowStatus

CeSctpAssocLocalAddressEntry  
SEQUENCE    
  ceSctpAssocLocalAddressIPType InetAddressType
  ceSctpAssocLocalAddressIP InetAddress
  ceSctpAssocLocalAddressRowStatus RowStatus

CeSctpAssocRemAddressEntry  
SEQUENCE    
  ceSctpAssocRemAddressIPType InetAddressType
  ceSctpAssocRemAddressIP InetAddress
  ceSctpAssocRemAddressStatus INTEGER
  ceSctpAssocRemAddressRTO Unsigned32
  ceSctpAssocRemAddressHtBtFlag INTEGER
  ceSctpAssocRemAddressHtBtTime Unsigned32
  ceSctpAssocRemAddressMaxRetran Unsigned32
  ceSctpAssocRemAddressRetransCnt Counter64
  ceSctpAssocRemAddressSRTT Unsigned32
  ceSctpAssocRemAddressRowStatus RowStatus

Defined Values

ceSctpMIB 1.3.6.1.4.1.9.10.74
The MIB module for managing SCTP implementation.
MODULE-IDENTITY    

ceSctpObjects 1.3.6.1.4.1.9.10.74.1
OBJECT IDENTIFIER    

ceSctpConformance 1.3.6.1.4.1.9.10.74.2
OBJECT IDENTIFIER    

ceSctpScalars 1.3.6.1.4.1.9.10.74.1.1
OBJECT IDENTIFIER    

ceSctpTables 1.3.6.1.4.1.9.10.74.1.2
OBJECT IDENTIFIER    

ceSctpRtoAlgorithm 1.3.6.1.4.1.9.10.74.1.1.1
The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), vanj(2)  

ceSctpMaxAssociations 1.3.6.1.4.1.9.10.74.1.1.2
The maximum number of associations that can be supported by this implementation. set to zero to indicate unlimited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..1024  

ceSctpCurrEstab 1.3.6.1.4.1.9.10.74.1.1.3
The number of SCTP associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpActiveEstab 1.3.6.1.4.1.9.10.74.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpPassiveEstab 1.3.6.1.4.1.9.10.74.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpAborted 1.3.6.1.4.1.9.10.74.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpShutdowns 1.3.6.1.4.1.9.10.74.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpStatBytesRec 1.3.6.1.4.1.9.10.74.1.1.8
Number of bytes received(does not include retransmissions).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatBytesSent 1.3.6.1.4.1.9.10.74.1.1.9
Number of bytes sent(does not include retransmissions).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksDiscard 1.3.6.1.4.1.9.10.74.1.1.10
Number of chunks that were discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksSent 1.3.6.1.4.1.9.10.74.1.1.11
Number of SCTP control and data chunks, sent to the peers (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksSentControl 1.3.6.1.4.1.9.10.74.1.1.12
Number of SCTP control chunks sent to the peers (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksSentOrdered 1.3.6.1.4.1.9.10.74.1.1.13
Number of SCTP data chunks sent that required order to be maintained. (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksSentUnOrdered 1.3.6.1.4.1.9.10.74.1.1.14
Number of SCTP data chunks sent that do not required order to be maintained. (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksRec 1.3.6.1.4.1.9.10.74.1.1.15
Number of SCTP control and data chunks, received from the peers (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksRecControl 1.3.6.1.4.1.9.10.74.1.1.16
Number of SCTP control chucks received from peers (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksRecOrdered 1.3.6.1.4.1.9.10.74.1.1.17
Number of SCTP data chunks received that required order to be maintained. (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksRecUnOrdered 1.3.6.1.4.1.9.10.74.1.1.18
Number of SCTP data chunks received that do not required order to be maintained. (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatDatagramsRec 1.3.6.1.4.1.9.10.74.1.1.19
Number datagrams sent(does not include retransmissions).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatDatagramsSent 1.3.6.1.4.1.9.10.74.1.1.20
Number datagrams sent(does not include retransmissions).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatFragmentedUsrMessages 1.3.6.1.4.1.9.10.74.1.1.21
Number of user messages that have to be fragmented because of the MTU.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatReassembledUsrMessages 1.3.6.1.4.1.9.10.74.1.1.22
Number of user messages reassembled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatChunksReTrans 1.3.6.1.4.1.9.10.74.1.1.23
Number of chunks that were re-transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatOutOfBlue 1.3.6.1.4.1.9.10.74.1.1.24
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpStatT1expired 1.3.6.1.4.1.9.10.74.1.1.25
Number of times that T1 timer expired (timer for sending either INIT or COOKIE-ECHO chunks and receiving an acknowledgment).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpStatT2expired 1.3.6.1.4.1.9.10.74.1.1.26
Number of times that T2-shutdown timer expired (shutdown timer).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ceSctpAssocTable 1.3.6.1.4.1.9.10.74.1.2.1
A table containing SCTP association-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeSctpAssocEntry

ceSctpAssocEntry 1.3.6.1.4.1.9.10.74.1.2.1.1
General common variables and statistics for the whole association.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeSctpAssocEntry  

ceSctpAssocId 1.3.6.1.4.1.9.10.74.1.2.1.1.1
Association Identification. Value identifying the association (typically the Initiate Verification Tag).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..1024  

ceSctpAssocState 1.3.6.1.4.1.9.10.74.1.2.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9), retrieval(10)  

ceSctpAssocUpTime 1.3.6.1.4.1.9.10.74.1.2.1.1.3
Time association has been in established state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ceSctpAssocRtoMin 1.3.6.1.4.1.9.10.74.1.2.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocRtoMax 1.3.6.1.4.1.9.10.74.1.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocRtoInitial 1.3.6.1.4.1.9.10.74.1.2.1.1.6
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocValCookieLife 1.3.6.1.4.1.9.10.74.1.2.1.1.7
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocMaxInitRetr 1.3.6.1.4.1.9.10.74.1.2.1.1.8
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocInitialT1 1.3.6.1.4.1.9.10.74.1.2.1.1.9
Initial value for the Start-up T1 timer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocInitialT2 1.3.6.1.4.1.9.10.74.1.2.1.1.10
Initial value for the Shutdown T2-shutdown timer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1000..3600000  

ceSctpAssocRemHostName 1.3.6.1.4.1.9.10.74.1.2.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

ceSctpAssocLocalSCTPPort 1.3.6.1.4.1.9.10.74.1.2.1.1.12
Local SCTP port number used for this association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 4096..32767  

ceSctpAssocRemSCTPPort 1.3.6.1.4.1.9.10.74.1.2.1.1.13
Remote SCTP port number used for this association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 4096..32767  

ceSctpAssocRemPrimaryAddressType 1.3.6.1.4.1.9.10.74.1.2.1.1.14
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].
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ceSctpAssocRemPrimaryAddress 1.3.6.1.4.1.9.10.74.1.2.1.1.15
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).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ceSctpAssocCongestionLevels 1.3.6.1.4.1.9.10.74.1.2.1.1.16
Number of supported congestion Levels.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4  

ceSctpAssocCongestionLevelsCur 1.3.6.1.4.1.9.10.74.1.2.1.1.17
Current congestion level.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4  

ceSctpAssocCongestionAbate1 1.3.6.1.4.1.9.10.74.1.2.1.1.18
Threshold used to abate congestion level 1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

ceSctpAssocCongestionAbate2 1.3.6.1.4.1.9.10.74.1.2.1.1.19
Threshold used to abate congestion level 2.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

ceSctpAssocCongestionAbate3 1.3.6.1.4.1.9.10.74.1.2.1.1.20
Threshold used to abate congestion level 3.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

ceSctpAssocCongestionOnset1 1.3.6.1.4.1.9.10.74.1.2.1.1.21
Threshold used to mark onset of congestion level 1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

ceSctpAssocCongestionOnset2 1.3.6.1.4.1.9.10.74.1.2.1.1.22
Threshold used to mark onset of congestion level 2.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

ceSctpAssocCongestionOnset3 1.3.6.1.4.1.9.10.74.1.2.1.1.23
Threshold used to mark onset of congestion level 3.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32767  

ceSctpAssocInStreams 1.3.6.1.4.1.9.10.74.1.2.1.1.24
Inbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ceSctpAssocOutStreams 1.3.6.1.4.1.9.10.74.1.2.1.1.25
Outbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ceSctpAssocMaxRetr 1.3.6.1.4.1.9.10.74.1.2.1.1.26
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..32767  

ceSctpAssocMTU 1.3.6.1.4.1.9.10.74.1.2.1.1.27
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ceSctpAssocLocRecWnd 1.3.6.1.4.1.9.10.74.1.2.1.1.28
The current local receive window size for this association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ceSctpAssocLocRecWndLowMark 1.3.6.1.4.1.9.10.74.1.2.1.1.29
Low water mark for Local Receive Window Size.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocLocRecWndZeroCnt 1.3.6.1.4.1.9.10.74.1.2.1.1.30
Number of times the Local Receive window reached zero bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocRemRecWnd 1.3.6.1.4.1.9.10.74.1.2.1.1.31
The Remote Receive Window Size for this association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocRemRecWndLowMark 1.3.6.1.4.1.9.10.74.1.2.1.1.32
Low water mark for Remote Receive Window Size.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocRemRecWndZeroCnt 1.3.6.1.4.1.9.10.74.1.2.1.1.33
Number of times the Remote Receive window reached zero bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocULPDatagramsQueued 1.3.6.1.4.1.9.10.74.1.2.1.1.34
Number of data grams waiting to be sent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocULPDatagramsQueuedHigh 1.3.6.1.4.1.9.10.74.1.2.1.1.35
High water mark for data grams waiting to be sent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocChecksumErrorCounter 1.3.6.1.4.1.9.10.74.1.2.1.1.36
Number of SCTP packets received from the peers with an invalid checksum.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocBytesSent 1.3.6.1.4.1.9.10.74.1.2.1.1.37
Number of bytes sent by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocBytesRec 1.3.6.1.4.1.9.10.74.1.2.1.1.38
Number of bytes received by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksDiscarded 1.3.6.1.4.1.9.10.74.1.2.1.1.39
Total number of Chucks discarded by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksRec 1.3.6.1.4.1.9.10.74.1.2.1.1.40
Total number of Chucks received by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksRecControl 1.3.6.1.4.1.9.10.74.1.2.1.1.41
Number of control Chucks received by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksRecOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.42
Number of Chucks received by this association where order is required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksRecUnOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.43
Number of Chucks received by this association where order is not required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksRecOutOrder 1.3.6.1.4.1.9.10.74.1.2.1.1.44
Number of Chucks received out of order by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksReTrans 1.3.6.1.4.1.9.10.74.1.2.1.1.45
Total number of Chucks retransmitted by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksSent 1.3.6.1.4.1.9.10.74.1.2.1.1.46
Total number of Chucks sent by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksSentControl 1.3.6.1.4.1.9.10.74.1.2.1.1.47
Number of control Chucks sent by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksSentOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.48
Number of Chucks sent by this association where order is required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocChunksSentUnOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.49
Number of Chucks sent by this association where order is not required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocDatagramsRec 1.3.6.1.4.1.9.10.74.1.2.1.1.50
Number of packets received by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocDatagramsSent 1.3.6.1.4.1.9.10.74.1.2.1.1.51
Number of packets sent by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocRowStatus 1.3.6.1.4.1.9.10.74.1.2.1.1.52
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.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

ceSctpAssocLocalAddressTable 1.3.6.1.4.1.9.10.74.1.2.2
Expanded table of ceSctpAssocTable based on the AssocId index. It shows several interesting data for each local address which takes part in this association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeSctpAssocLocalAddressEntry

ceSctpAssocLocalAddressEntry 1.3.6.1.4.1.9.10.74.1.2.2.1
Local information about the available addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeSctpAssocLocalAddressEntry  

ceSctpAssocLocalAddressIPType 1.3.6.1.4.1.9.10.74.1.2.2.1.1
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].
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ceSctpAssocLocalAddressIP 1.3.6.1.4.1.9.10.74.1.2.2.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ceSctpAssocLocalAddressRowStatus 1.3.6.1.4.1.9.10.74.1.2.2.1.3
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).
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

ceSctpAssocRemAddressTable 1.3.6.1.4.1.9.10.74.1.2.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeSctpAssocRemAddressEntry

ceSctpAssocRemAddressEntry 1.3.6.1.4.1.9.10.74.1.2.3.1
Information about THE most important variables for every remote IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  CeSctpAssocRemAddressEntry  

ceSctpAssocRemAddressIPType 1.3.6.1.4.1.9.10.74.1.2.3.1.1
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].
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ceSctpAssocRemAddressIP 1.3.6.1.4.1.9.10.74.1.2.3.1.2
The value of a remote IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ceSctpAssocRemAddressStatus 1.3.6.1.4.1.9.10.74.1.2.3.1.3
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1), failed(2)  

ceSctpAssocRemAddressRTO 1.3.6.1.4.1.9.10.74.1.2.3.1.4
The current Retransmision Time-Out. T3-rtx timer as defined in the protocol SCTP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocRemAddressHtBtFlag 1.3.6.1.4.1.9.10.74.1.2.3.1.5
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].
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1)  

ceSctpAssocRemAddressHtBtTime 1.3.6.1.4.1.9.10.74.1.2.3.1.6
The current heartbeat time-out. The recommended default value is 30000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocRemAddressMaxRetran 1.3.6.1.4.1.9.10.74.1.2.3.1.7
Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [sctp]. Recommended value 5 attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocRemAddressRetransCnt 1.3.6.1.4.1.9.10.74.1.2.3.1.8
Number of DATA retransmissions as defined in [sctp].
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ceSctpAssocRemAddressSRTT 1.3.6.1.4.1.9.10.74.1.2.3.1.9
Smoothed Round Trip Time in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ceSctpAssocRemAddressRowStatus 1.3.6.1.4.1.9.10.74.1.2.3.1.10
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).
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

ceSctpGroups 1.3.6.1.4.1.9.10.74.2.1
OBJECT IDENTIFIER    

ceSctpCompliances 1.3.6.1.4.1.9.10.74.2.2
OBJECT IDENTIFIER    

ceSctpCompliance 1.3.6.1.4.1.9.10.74.2.2.1
The compliance statement for SNMPv3 entities which implement SCTP.
Status: current Access: read-only
MODULE-COMPLIANCE    

ceSctpGeneralVariablesGroup 1.3.6.1.4.1.9.10.74.2.1.1
The sctp group of objects providing for management of SCTP entities. Common parameters for the protocol.
Status: current Access: read-only
OBJECT-GROUP    

ceSctpStateStatGroup 1.3.6.1.4.1.9.10.74.2.1.2
The sctp group of objects to control state changes in the SCTP protocol.
Status: current Access: read-only
OBJECT-GROUP    

ceSctpOtherStatGroup 1.3.6.1.4.1.9.10.74.2.1.3
The sctp group of objects providing for management of SCTP general statistics.
Status: current Access: read-only
OBJECT-GROUP    

ceSctpAssocTablesVariablesGroup 1.3.6.1.4.1.9.10.74.2.1.4
The sctp group of objects to manage specific local and remote SCTP variables (local and remote tables).
Status: current Access: read-only
OBJECT-GROUP    

ceSctpAssocStatGroup 1.3.6.1.4.1.9.10.74.2.1.5
The sctp group of objects to manage SCTP statistics related to the remote endpoint.
Status: current Access: read-only
OBJECT-GROUP