CISCO-SCTP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SCTP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ceSctpMIB 1.3.6.1.4.1.9.10.74
The MIB module for managing SCTP implementation.
       ceSctpObjects 1.3.6.1.4.1.9.10.74.1
           ceSctpScalars 1.3.6.1.4.1.9.10.74.1.1
               ceSctpRtoAlgorithm 1.3.6.1.4.1.9.10.74.1.1.1 integer read-only
The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks. Enumeration: 'vanj': 2, 'other': 1.
               ceSctpMaxAssociations 1.3.6.1.4.1.9.10.74.1.1.2 unsigned32 read-only
The maximum number of associations that can be supported by this implementation. set to zero to indicate unlimited.
               ceSctpCurrEstab 1.3.6.1.4.1.9.10.74.1.1.3 counter32 read-only
The number of SCTP associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING.
               ceSctpActiveEstab 1.3.6.1.4.1.9.10.74.1.1.4 counter32 read-only
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.
               ceSctpPassiveEstab 1.3.6.1.4.1.9.10.74.1.1.5 counter32 read-only
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.
               ceSctpAborted 1.3.6.1.4.1.9.10.74.1.1.6 counter32 read-only
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.
               ceSctpShutdowns 1.3.6.1.4.1.9.10.74.1.1.7 counter32 read-only
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.
               ceSctpStatBytesRec 1.3.6.1.4.1.9.10.74.1.1.8 counter64 read-only
Number of bytes received(does not include retransmissions).
               ceSctpStatBytesSent 1.3.6.1.4.1.9.10.74.1.1.9 counter64 read-only
Number of bytes sent(does not include retransmissions).
               ceSctpStatChunksDiscard 1.3.6.1.4.1.9.10.74.1.1.10 counter64 read-only
Number of chunks that were discarded.
               ceSctpStatChunksSent 1.3.6.1.4.1.9.10.74.1.1.11 counter64 read-only
Number of SCTP control and data chunks, sent to the peers (no retransmissions included).
               ceSctpStatChunksSentControl 1.3.6.1.4.1.9.10.74.1.1.12 counter64 read-only
Number of SCTP control chunks sent to the peers (no retransmissions included).
               ceSctpStatChunksSentOrdered 1.3.6.1.4.1.9.10.74.1.1.13 counter64 read-only
Number of SCTP data chunks sent that required order to be maintained. (no retransmissions included).
               ceSctpStatChunksSentUnOrdered 1.3.6.1.4.1.9.10.74.1.1.14 counter64 read-only
Number of SCTP data chunks sent that do not required order to be maintained. (no retransmissions included).
               ceSctpStatChunksRec 1.3.6.1.4.1.9.10.74.1.1.15 counter64 read-only
Number of SCTP control and data chunks, received from the peers (no retransmissions included).
               ceSctpStatChunksRecControl 1.3.6.1.4.1.9.10.74.1.1.16 counter64 read-only
Number of SCTP control chucks received from peers (no retransmissions included).
               ceSctpStatChunksRecOrdered 1.3.6.1.4.1.9.10.74.1.1.17 counter64 read-only
Number of SCTP data chunks received that required order to be maintained. (no retransmissions included).
               ceSctpStatChunksRecUnOrdered 1.3.6.1.4.1.9.10.74.1.1.18 counter64 read-only
Number of SCTP data chunks received that do not required order to be maintained. (no retransmissions included).
               ceSctpStatDatagramsRec 1.3.6.1.4.1.9.10.74.1.1.19 counter64 read-only
Number datagrams sent(does not include retransmissions).
               ceSctpStatDatagramsSent 1.3.6.1.4.1.9.10.74.1.1.20 counter64 read-only
Number datagrams sent(does not include retransmissions).
               ceSctpStatFragmentedUsrMessages 1.3.6.1.4.1.9.10.74.1.1.21 counter64 read-only
Number of user messages that have to be fragmented because of the MTU.
               ceSctpStatReassembledUsrMessages 1.3.6.1.4.1.9.10.74.1.1.22 counter64 read-only
Number of user messages reassembled.
               ceSctpStatChunksReTrans 1.3.6.1.4.1.9.10.74.1.1.23 counter64 read-only
Number of chunks that were re-transmitted.
               ceSctpStatOutOfBlue 1.3.6.1.4.1.9.10.74.1.1.24 counter64 read-only
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.
               ceSctpStatT1expired 1.3.6.1.4.1.9.10.74.1.1.25 counter32 read-only
Number of times that T1 timer expired (timer for sending either INIT or COOKIE-ECHO chunks and receiving an acknowledgment).
               ceSctpStatT2expired 1.3.6.1.4.1.9.10.74.1.1.26 counter32 read-only
Number of times that T2-shutdown timer expired (shutdown timer).
           ceSctpTables 1.3.6.1.4.1.9.10.74.1.2
               ceSctpAssocTable 1.3.6.1.4.1.9.10.74.1.2.1 no-access
A table containing SCTP association-specific information.
                   ceSctpAssocEntry 1.3.6.1.4.1.9.10.74.1.2.1.1 no-access
General common variables and statistics for the whole association.
                       ceSctpAssocId 1.3.6.1.4.1.9.10.74.1.2.1.1.1 unsigned32 no-access
Association Identification. Value identifying the association (typically the Initiate Verification Tag).
                       ceSctpAssocState 1.3.6.1.4.1.9.10.74.1.2.1.1.2 integer read-only
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. Enumeration: 'established': 4, 'shutdownSent': 6, 'shutdownReceived': 7, 'shutdownPending': 5, 'deleteTCB': 9, 'cookieWait': 2, 'closed': 1, 'shutdownAckSent': 8, 'retrieval': 10, 'cookieEchoed': 3.
                       ceSctpAssocUpTime 1.3.6.1.4.1.9.10.74.1.2.1.1.3 timeticks read-only
Time association has been in established state.
                       ceSctpAssocRtoMin 1.3.6.1.4.1.9.10.74.1.2.1.1.4 unsigned32 read-only
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.
                       ceSctpAssocRtoMax 1.3.6.1.4.1.9.10.74.1.2.1.1.5 unsigned32 read-only
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.
                       ceSctpAssocRtoInitial 1.3.6.1.4.1.9.10.74.1.2.1.1.6 unsigned32 read-only
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
                       ceSctpAssocValCookieLife 1.3.6.1.4.1.9.10.74.1.2.1.1.7 unsigned32 read-only
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
                       ceSctpAssocMaxInitRetr 1.3.6.1.4.1.9.10.74.1.2.1.1.8 unsigned32 read-only
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
                       ceSctpAssocInitialT1 1.3.6.1.4.1.9.10.74.1.2.1.1.9 unsigned32 read-only
Initial value for the Start-up T1 timer.
                       ceSctpAssocInitialT2 1.3.6.1.4.1.9.10.74.1.2.1.1.10 unsigned32 read-only
Initial value for the Shutdown T2-shutdown timer.
                       ceSctpAssocRemHostName 1.3.6.1.4.1.9.10.74.1.2.1.1.11 octet string read-only
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.
                       ceSctpAssocLocalSCTPPort 1.3.6.1.4.1.9.10.74.1.2.1.1.12 unsigned32 read-only
Local SCTP port number used for this association.
                       ceSctpAssocRemSCTPPort 1.3.6.1.4.1.9.10.74.1.2.1.1.13 unsigned32 read-only
Remote SCTP port number used for this association.
                       ceSctpAssocRemPrimaryAddressType 1.3.6.1.4.1.9.10.74.1.2.1.1.14 inetaddresstype read-only
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].
                       ceSctpAssocRemPrimaryAddress 1.3.6.1.4.1.9.10.74.1.2.1.1.15 inetaddress read-only
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).
                       ceSctpAssocCongestionLevels 1.3.6.1.4.1.9.10.74.1.2.1.1.16 unsigned32 read-only
Number of supported congestion Levels.
                       ceSctpAssocCongestionLevelsCur 1.3.6.1.4.1.9.10.74.1.2.1.1.17 unsigned32 read-only
Current congestion level.
                       ceSctpAssocCongestionAbate1 1.3.6.1.4.1.9.10.74.1.2.1.1.18 unsigned32 read-only
Threshold used to abate congestion level 1.
                       ceSctpAssocCongestionAbate2 1.3.6.1.4.1.9.10.74.1.2.1.1.19 unsigned32 read-only
Threshold used to abate congestion level 2.
                       ceSctpAssocCongestionAbate3 1.3.6.1.4.1.9.10.74.1.2.1.1.20 unsigned32 read-only
Threshold used to abate congestion level 3.
                       ceSctpAssocCongestionOnset1 1.3.6.1.4.1.9.10.74.1.2.1.1.21 unsigned32 read-only
Threshold used to mark onset of congestion level 1.
                       ceSctpAssocCongestionOnset2 1.3.6.1.4.1.9.10.74.1.2.1.1.22 unsigned32 read-only
Threshold used to mark onset of congestion level 2.
                       ceSctpAssocCongestionOnset3 1.3.6.1.4.1.9.10.74.1.2.1.1.23 unsigned32 read-only
Threshold used to mark onset of congestion level 3.
                       ceSctpAssocInStreams 1.3.6.1.4.1.9.10.74.1.2.1.1.24 unsigned32 read-only
Inbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
                       ceSctpAssocOutStreams 1.3.6.1.4.1.9.10.74.1.2.1.1.25 unsigned32 read-only
Outbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
                       ceSctpAssocMaxRetr 1.3.6.1.4.1.9.10.74.1.2.1.1.26 unsigned32 read-only
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.
                       ceSctpAssocMTU 1.3.6.1.4.1.9.10.74.1.2.1.1.27 unsigned32 read-only
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.
                       ceSctpAssocLocRecWnd 1.3.6.1.4.1.9.10.74.1.2.1.1.28 unsigned32 read-only
The current local receive window size for this association.
                       ceSctpAssocLocRecWndLowMark 1.3.6.1.4.1.9.10.74.1.2.1.1.29 unsigned32 read-only
Low water mark for Local Receive Window Size.
                       ceSctpAssocLocRecWndZeroCnt 1.3.6.1.4.1.9.10.74.1.2.1.1.30 counter64 read-only
Number of times the Local Receive window reached zero bytes.
                       ceSctpAssocRemRecWnd 1.3.6.1.4.1.9.10.74.1.2.1.1.31 unsigned32 read-only
The Remote Receive Window Size for this association.
                       ceSctpAssocRemRecWndLowMark 1.3.6.1.4.1.9.10.74.1.2.1.1.32 unsigned32 read-only
Low water mark for Remote Receive Window Size.
                       ceSctpAssocRemRecWndZeroCnt 1.3.6.1.4.1.9.10.74.1.2.1.1.33 counter64 read-only
Number of times the Remote Receive window reached zero bytes.
                       ceSctpAssocULPDatagramsQueued 1.3.6.1.4.1.9.10.74.1.2.1.1.34 unsigned32 read-only
Number of data grams waiting to be sent.
                       ceSctpAssocULPDatagramsQueuedHigh 1.3.6.1.4.1.9.10.74.1.2.1.1.35 unsigned32 read-only
High water mark for data grams waiting to be sent.
                       ceSctpAssocChecksumErrorCounter 1.3.6.1.4.1.9.10.74.1.2.1.1.36 counter64 read-only
Number of SCTP packets received from the peers with an invalid checksum.
                       ceSctpAssocBytesSent 1.3.6.1.4.1.9.10.74.1.2.1.1.37 counter64 read-only
Number of bytes sent by this association.
                       ceSctpAssocBytesRec 1.3.6.1.4.1.9.10.74.1.2.1.1.38 counter64 read-only
Number of bytes received by this association.
                       ceSctpAssocChunksDiscarded 1.3.6.1.4.1.9.10.74.1.2.1.1.39 counter64 read-only
Total number of Chucks discarded by this association.
                       ceSctpAssocChunksRec 1.3.6.1.4.1.9.10.74.1.2.1.1.40 counter64 read-only
Total number of Chucks received by this association.
                       ceSctpAssocChunksRecControl 1.3.6.1.4.1.9.10.74.1.2.1.1.41 counter64 read-only
Number of control Chucks received by this association.
                       ceSctpAssocChunksRecOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.42 counter64 read-only
Number of Chucks received by this association where order is required.
                       ceSctpAssocChunksRecUnOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.43 counter64 read-only
Number of Chucks received by this association where order is not required.
                       ceSctpAssocChunksRecOutOrder 1.3.6.1.4.1.9.10.74.1.2.1.1.44 counter64 read-only
Number of Chucks received out of order by this association.
                       ceSctpAssocChunksReTrans 1.3.6.1.4.1.9.10.74.1.2.1.1.45 counter64 read-only
Total number of Chucks retransmitted by this association.
                       ceSctpAssocChunksSent 1.3.6.1.4.1.9.10.74.1.2.1.1.46 counter64 read-only
Total number of Chucks sent by this association.
                       ceSctpAssocChunksSentControl 1.3.6.1.4.1.9.10.74.1.2.1.1.47 counter64 read-only
Number of control Chucks sent by this association.
                       ceSctpAssocChunksSentOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.48 counter64 read-only
Number of Chucks sent by this association where order is required.
                       ceSctpAssocChunksSentUnOrdered 1.3.6.1.4.1.9.10.74.1.2.1.1.49 counter64 read-only
Number of Chucks sent by this association where order is not required.
                       ceSctpAssocDatagramsRec 1.3.6.1.4.1.9.10.74.1.2.1.1.50 counter64 read-only
Number of packets received by this association.
                       ceSctpAssocDatagramsSent 1.3.6.1.4.1.9.10.74.1.2.1.1.51 counter64 read-only
Number of packets sent by this association.
                       ceSctpAssocRowStatus 1.3.6.1.4.1.9.10.74.1.2.1.1.52 rowstatus read-only
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.
               ceSctpAssocLocalAddressTable 1.3.6.1.4.1.9.10.74.1.2.2 no-access
Expanded table of ceSctpAssocTable based on the AssocId index. It shows several interesting data for each local address which takes part in this association.
                   ceSctpAssocLocalAddressEntry 1.3.6.1.4.1.9.10.74.1.2.2.1 no-access
Local information about the available addresses.
                       ceSctpAssocLocalAddressIPType 1.3.6.1.4.1.9.10.74.1.2.2.1.1 inetaddresstype no-access
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].
                       ceSctpAssocLocalAddressIP 1.3.6.1.4.1.9.10.74.1.2.2.1.2 inetaddress no-access
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.
                       ceSctpAssocLocalAddressRowStatus 1.3.6.1.4.1.9.10.74.1.2.2.1.3 rowstatus read-only
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).
               ceSctpAssocRemAddressTable 1.3.6.1.4.1.9.10.74.1.2.3 no-access
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.
                   ceSctpAssocRemAddressEntry 1.3.6.1.4.1.9.10.74.1.2.3.1 no-access
Information about THE most important variables for every remote IP address
                       ceSctpAssocRemAddressIPType 1.3.6.1.4.1.9.10.74.1.2.3.1.1 inetaddresstype no-access
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].
                       ceSctpAssocRemAddressIP 1.3.6.1.4.1.9.10.74.1.2.3.1.2 inetaddress no-access
The value of a remote IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value.
                       ceSctpAssocRemAddressStatus 1.3.6.1.4.1.9.10.74.1.2.3.1.3 integer read-only
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 Enumeration: 'active': 0, 'failed': 2, 'inactive': 1.
                       ceSctpAssocRemAddressRTO 1.3.6.1.4.1.9.10.74.1.2.3.1.4 unsigned32 read-only
The current Retransmision Time-Out. T3-rtx timer as defined in the protocol SCTP.
                       ceSctpAssocRemAddressHtBtFlag 1.3.6.1.4.1.9.10.74.1.2.3.1.5 integer read-only
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]. Enumeration: 'active': 0, 'inactive': 1.
                       ceSctpAssocRemAddressHtBtTime 1.3.6.1.4.1.9.10.74.1.2.3.1.6 unsigned32 read-only
The current heartbeat time-out. The recommended default value is 30000 milliseconds.
                       ceSctpAssocRemAddressMaxRetran 1.3.6.1.4.1.9.10.74.1.2.3.1.7 unsigned32 read-only
Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [sctp]. Recommended value 5 attempts.
                       ceSctpAssocRemAddressRetransCnt 1.3.6.1.4.1.9.10.74.1.2.3.1.8 counter64 read-only
Number of DATA retransmissions as defined in [sctp].
                       ceSctpAssocRemAddressSRTT 1.3.6.1.4.1.9.10.74.1.2.3.1.9 unsigned32 read-only
Smoothed Round Trip Time in milliseconds.
                       ceSctpAssocRemAddressRowStatus 1.3.6.1.4.1.9.10.74.1.2.3.1.10 rowstatus read-only
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).
       ceSctpConformance 1.3.6.1.4.1.9.10.74.2
           ceSctpGroups 1.3.6.1.4.1.9.10.74.2.1
               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.
               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.
               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.
               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).
               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.
           ceSctpCompliances 1.3.6.1.4.1.9.10.74.2.2
               ceSctpCompliance 1.3.6.1.4.1.9.10.74.2.2.1
The compliance statement for SNMPv3 entities which implement SCTP.