SCTP-MIB

File: SCTP-MIB.mib (46665 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Gauge32 Counter32
Counter64 mib-2 TimeStamp
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
InetAddressType InetAddress InetPortNumber

Defined Types

SctpAssocEntry  
SEQUENCE    
  sctpAssocId Unsigned32
  sctpAssocRemHostName OCTET STRING
  sctpAssocLocalPort InetPortNumber
  sctpAssocRemPort InetPortNumber
  sctpAssocRemPrimAddrType InetAddressType
  sctpAssocRemPrimAddr InetAddress
  sctpAssocHeartBeatInterval Unsigned32
  sctpAssocState INTEGER
  sctpAssocInStreams Unsigned32
  sctpAssocOutStreams Unsigned32
  sctpAssocMaxRetr Unsigned32
  sctpAssocPrimProcess Unsigned32
  sctpAssocT1expireds Counter32
  sctpAssocT2expireds Counter32
  sctpAssocRtxChunks Counter32
  sctpAssocStartTime TimeStamp
  sctpAssocDiscontinuityTime TimeStamp

SctpAssocLocalAddrEntry  
SEQUENCE    
  sctpAssocLocalAddrType InetAddressType
  sctpAssocLocalAddr InetAddress
  sctpAssocLocalAddrStartTime TimeStamp

SctpAssocRemAddrEntry  
SEQUENCE    
  sctpAssocRemAddrType InetAddressType
  sctpAssocRemAddr InetAddress
  sctpAssocRemAddrActive TruthValue
  sctpAssocRemAddrHBActive TruthValue
  sctpAssocRemAddrRTO Unsigned32
  sctpAssocRemAddrMaxPathRtx Unsigned32
  sctpAssocRemAddrRtx Counter32
  sctpAssocRemAddrStartTime TimeStamp

SctpLookupLocalPortEntry  
SEQUENCE    
  sctpLookupLocalPortStartTime TimeStamp

SctpLookupRemPortEntry  
SEQUENCE    
  sctpLookupRemPortStartTime TimeStamp

SctpLookupRemHostNameEntry  
SEQUENCE    
  sctpLookupRemHostNameStartTime TimeStamp

SctpLookupRemPrimIPAddrEntry  
SEQUENCE    
  sctpLookupRemPrimIPAddrStartTime TimeStamp

SctpLookupRemIPAddrEntry  
SEQUENCE    
  sctpLookupRemIPAddrStartTime TimeStamp

Defined Values

sctpMIB 1.3.6.1.2.1.104
The MIB module for managing SCTP implementations. Copyright (C) The Internet Society (2004). This version of this MIB module is part of RFC 3873; see the RFC itself for full legal notices.
MODULE-IDENTITY    

sctpObjects 1.3.6.1.2.1.104.1
OBJECT IDENTIFIER    

sctpStats 1.3.6.1.2.1.104.1.1
OBJECT IDENTIFIER    

sctpParams 1.3.6.1.2.1.104.1.2
OBJECT IDENTIFIER    

sctpCurrEstab 1.3.6.1.2.1.104.1.1.1
The number of associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sctpActiveEstabs 1.3.6.1.2.1.104.1.1.2
The number of times that associations have made a direct transition to the ESTABLISHED state from the COOKIE-ECHOED state: COOKIE-ECHOED -> ESTABLISHED. The upper layer initiated the association attempt.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpPassiveEstabs 1.3.6.1.2.1.104.1.1.3
The number of times that associations have made a direct transition to the ESTABLISHED state from the CLOSED state: CLOSED -> ESTABLISHED. The remote endpoint initiated the association attempt.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpAborteds 1.3.6.1.2.1.104.1.1.4
The number of times that 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  

sctpShutdowns 1.3.6.1.2.1.104.1.1.5
The number of times that associations have made a direct transition to the CLOSED 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  

sctpOutOfBlues 1.3.6.1.2.1.104.1.1.6
The number of out of the blue packets received by the host. An out of the blue packet is an SCTP packet correctly formed, including the proper checksum, but for which the receiver was unable to identify an appropriate association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpChecksumErrors 1.3.6.1.2.1.104.1.1.7
The number of SCTP packets received with an invalid checksum.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpOutCtrlChunks 1.3.6.1.2.1.104.1.1.8
The number of SCTP control chunks sent (retransmissions are not included). Control chunks are those chunks different from DATA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpOutOrderChunks 1.3.6.1.2.1.104.1.1.9
The number of SCTP ordered data chunks sent (retransmissions are not included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpOutUnorderChunks 1.3.6.1.2.1.104.1.1.10
The number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent (retransmissions are not included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpInCtrlChunks 1.3.6.1.2.1.104.1.1.11
The number of SCTP control chunks received (no duplicate chunks included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpInOrderChunks 1.3.6.1.2.1.104.1.1.12
The number of SCTP ordered data chunks received (no duplicate chunks included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpInUnorderChunks 1.3.6.1.2.1.104.1.1.13
The number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received (no duplicate chunks included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpFragUsrMsgs 1.3.6.1.2.1.104.1.1.14
The number of user messages that have to be fragmented because of the MTU.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpReasmUsrMsgs 1.3.6.1.2.1.104.1.1.15
The number of user messages reassembled, after conversion into DATA chunks.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpOutSCTPPacks 1.3.6.1.2.1.104.1.1.16
The number of SCTP packets sent. Retransmitted DATA chunks are included.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpInSCTPPacks 1.3.6.1.2.1.104.1.1.17
The number of SCTP packets received. Duplicates are included.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sctpDiscontinuityTime 1.3.6.1.2.1.104.1.1.18
The value of sysUpTime on the most recent occasion at which any one or more of this general statistics counters suffered a discontinuity. The relevant counters are the specific instances associated with this interface of any Counter32 or Counter64 object contained in the SCTP layer statistics (defined below sctpStats branch). If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpRtoAlgorithm 1.3.6.1.2.1.104.1.2.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)  

sctpRtoMin 1.3.6.1.2.1.104.1.2.2
The minimum value permitted by a SCTP implementation for the retransmission timeout value, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout value. A retransmission time value of zero means immediate retransmission. The value of this object has to be lower than or equal to stcpRtoMax's value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpRtoMax 1.3.6.1.2.1.104.1.2.3
The maximum value permitted by a SCTP implementation for the retransmission timeout value, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout value. A retransmission time value of zero means immediate re- transmission. The value of this object has to be greater than or equal to stcpRtoMin's value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpRtoInitial 1.3.6.1.2.1.104.1.2.4
The initial value for the retransmission timer. A retransmission time value of zero means immediate re- transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpMaxAssocs 1.3.6.1.2.1.104.1.2.5
The limit on the total number of associations the entity can support. In entities where the maximum number of associations is dynamic, this object should contain the value -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1 | 0..2147483647  

sctpValCookieLife 1.3.6.1.2.1.104.1.2.6
Valid cookie life in the 4-way start-up handshake procedure.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpMaxInitRetr 1.3.6.1.2.1.104.1.2.7
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpAssocTable 1.3.6.1.2.1.104.1.3
A table containing SCTP association-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpAssocEntry

sctpAssocEntry 1.3.6.1.2.1.104.1.3.1
General common variables and statistics for the whole association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpAssocEntry  

sctpAssocId 1.3.6.1.2.1.104.1.3.1.1
Association Identification. Value identifying the association.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

sctpAssocRemHostName 1.3.6.1.2.1.104.1.3.1.2
The peer's DNS name. This object needs to have the same format as the encoding in the DNS protocol. This implies that the domain name can be up to 255 octets long, each octet being 0<=x<=255 as value with US-ASCII A-Z having a case insensitive matching. If no DNS domain name was received from the peer at init time (embedded in the INIT or INIT-ACK chunk), this object is meaningless. In such cases the object MUST contain a zero- length string value. Otherwise, it contains the remote host name received at init time.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

sctpAssocLocalPort 1.3.6.1.2.1.104.1.3.1.3
The local SCTP port number used for this association.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber 1..65535  

sctpAssocRemPort 1.3.6.1.2.1.104.1.3.1.4
The remote SCTP port number used for this association.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber 1..65535  

sctpAssocRemPrimAddrType 1.3.6.1.2.1.104.1.3.1.5
The internet type of primary remote IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

sctpAssocRemPrimAddr 1.3.6.1.2.1.104.1.3.1.6
The primary remote IP address. The type of this address is determined by the value of sctpAssocRemPrimAddrType. The client side will know this value after INIT_ACK message reception, the server side will know this value when sending INIT_ACK message. However, values will be filled in at established(4) state.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

sctpAssocHeartBeatInterval 1.3.6.1.2.1.104.1.3.1.7
The current heartbeat interval.. Zero value means no HeartBeat, even when the concerned sctpAssocRemAddrHBFlag object is true.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpAssocState 1.3.6.1.2.1.104.1.3.1.8
The state of this SCTP association. As in TCP, deleteTCB(9) is the only value that may be set by a management station. If any other value is received, then the agent must return a wrongValue error. 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 as a result of setting the deleteTCB(9) value. The ABORT chunk implies an ungraceful association shutdown.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9)  

sctpAssocInStreams 1.3.6.1.2.1.104.1.3.1.9
Inbound Streams according to the negotiation at association start up.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

sctpAssocOutStreams 1.3.6.1.2.1.104.1.3.1.10
Outbound Streams according to the negotiation at association start up.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

sctpAssocMaxRetr 1.3.6.1.2.1.104.1.3.1.11
The maximum number of data retransmissions in the association context. This value is specific for each association and the upper layer can change it by calling the appropriate primitives. This value has to be smaller than the addition of all the maximum number for all the paths (sctpAssocRemAddrMaxPathRtx). A value of zero value means no retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpAssocPrimProcess 1.3.6.1.2.1.104.1.3.1.12
This object identifies the system level process which holds primary responsibility for the SCTP association. Wherever possible, this should be the system's native unique identification number. The special value 0 can be used to indicate that no primary process is known. Note that the value of this object can be used as a pointer into the swRunTable of the HOST-RESOURCES-MIB(if the value is smaller than 2147483647) or into the sysApplElmtRunTable of the SYSAPPL-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpAssocT1expireds 1.3.6.1.2.1.104.1.3.1.13
The T1 timer determines how long to wait for an acknowledgement after sending an INIT or COOKIE-ECHO chunk. This object reflects the number of times the T1 timer expires without having received the acknowledgement. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpAssocT2expireds 1.3.6.1.2.1.104.1.3.1.14
The T2 timer determines how long to wait for an acknowledgement after sending a SHUTDOWN or SHUTDOWN-ACK chunk. This object reflects the number of times that T2- timer expired. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpAssocRtxChunks 1.3.6.1.2.1.104.1.3.1.15
When T3-rtx expires, the DATA chunks that triggered the T3 timer will be re-sent according with the retransmissions rules. Every DATA chunk that was included in the SCTP packet that triggered the T3-rtx timer must be added to the value of this counter. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpAssocStartTime 1.3.6.1.2.1.104.1.3.1.16
The value of sysUpTime at the time that the association represented by this row enters the ESTABLISHED state, i.e., the sctpAssocState object is set to established(4). The value of this object will be zero: - before the association enters the established(4) state, or - if the established(4) state was entered prior to the last re-initialization of the local network management subsystem.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpAssocDiscontinuityTime 1.3.6.1.2.1.104.1.3.1.17
The value of sysUpTime on the most recent occasion at which any one or more of this SCTP association counters suffered a discontinuity. The relevant counters are the specific instances associated with this interface of any Counter32 or Counter64 object contained in the sctpAssocTable or sctpLocalAddrTable or sctpRemAddrTable. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpAssocLocalAddrTable 1.3.6.1.2.1.104.1.4
Expanded table of sctpAssocTable based on the AssocId index. This table shows data related to each local IP address which is used by this association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpAssocLocalAddrEntry

sctpAssocLocalAddrEntry 1.3.6.1.2.1.104.1.4.1
Local information about the available addresses. There will be an entry for every local IP address defined for this association. Implementors need to be aware that if the size of sctpAssocLocalAddr exceeds 114 octets then OIDs of column instances in this table will have more than 128 sub- identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpAssocLocalAddrEntry  

sctpAssocLocalAddrType 1.3.6.1.2.1.104.1.4.1.1
Internet type of local IP address used for this association.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

sctpAssocLocalAddr 1.3.6.1.2.1.104.1.4.1.2
The value of a local IP address available for this association. The type of this address is determined by the value of sctpAssocLocalAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

sctpAssocLocalAddrStartTime 1.3.6.1.2.1.104.1.4.1.3
The value of sysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpAssocRemAddrTable 1.3.6.1.2.1.104.1.5
Expanded table of sctpAssocTable based on the AssocId index. This table shows data related to each remote peer IP address which is used by this association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpAssocRemAddrEntry

sctpAssocRemAddrEntry 1.3.6.1.2.1.104.1.5.1
Information about the most important variables for every remote IP address. There will be an entry for every remote IP address defined for this association. Implementors need to be aware that if the size of sctpAssocRemAddr exceeds 114 octets then OIDs of column instances in this table will have more than 128 sub- identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpAssocRemAddrEntry  

sctpAssocRemAddrType 1.3.6.1.2.1.104.1.5.1.1
Internet type of a remote IP address available for this association.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

sctpAssocRemAddr 1.3.6.1.2.1.104.1.5.1.2
The value of a remote IP address available for this association. The type of this address is determined by the value of sctpAssocLocalAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

sctpAssocRemAddrActive 1.3.6.1.2.1.104.1.5.1.3
This object gives information about the reachability of this specific remote IP address. When the object is set to 'true' (1), the remote IP address is understood as Active. Active means that the threshold of no answers received from this IP address has not been reached. When the object is set to 'false' (2), the remote IP address is understood as Inactive. Inactive means that either no heartbeat or any other message was received from this address, reaching the threshold defined by the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sctpAssocRemAddrHBActive 1.3.6.1.2.1.104.1.5.1.4
This object indicates whether the optional Heartbeat check associated to one destination transport address is activated or not (value equal to true or false, respectively).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sctpAssocRemAddrRTO 1.3.6.1.2.1.104.1.5.1.5
The current Retransmission Timeout. T3-rtx timer as defined in the protocol SCTP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpAssocRemAddrMaxPathRtx 1.3.6.1.2.1.104.1.5.1.6
Maximum number of DATA chunks retransmissions allowed to a remote IP address before it is considered inactive, as defined in RFC2960.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sctpAssocRemAddrRtx 1.3.6.1.2.1.104.1.5.1.7
Number of DATA chunks retransmissions to this specific IP address. When T3-rtx expires, the DATA chunk that triggered the T3 timer will be re-sent according to the retransmissions rules. Every DATA chunk that is included in a SCTP packet and was transmitted to this specific IP address before, will be included in this counter. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of sctpAssocDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sctpAssocRemAddrStartTime 1.3.6.1.2.1.104.1.5.1.8
The value of sysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpLookupLocalPortTable 1.3.6.1.2.1.104.1.6
With the use of this table, a list of associations which are using the specified local port can be retrieved.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpLookupLocalPortEntry

sctpLookupLocalPortEntry 1.3.6.1.2.1.104.1.6.1
This table is indexed by local port and association ID. Specifying a local port, we would get a list of the associations whose local port is the one specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpLookupLocalPortEntry  

sctpLookupLocalPortStartTime 1.3.6.1.2.1.104.1.6.1.1
The value of sysUpTime at the time that this row was created. As the table will be created after the sctpAssocTable creation, this value could be equal to the sctpAssocStartTime object from the main table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpLookupRemPortTable 1.3.6.1.2.1.104.1.7
With the use of this table, a list of associations which are using the specified remote port can be got
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpLookupRemPortEntry

sctpLookupRemPortEntry 1.3.6.1.2.1.104.1.7.1
This table is indexed by remote port and association ID. Specifying a remote port we would get a list of the associations whose local port is the one specified
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpLookupRemPortEntry  

sctpLookupRemPortStartTime 1.3.6.1.2.1.104.1.7.1.1
The value of sysUpTime at the time that this row was created. As the table will be created after the sctpAssocTable creation, this value could be equal to the sctpAssocStartTime object from the main table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpLookupRemHostNameTable 1.3.6.1.2.1.104.1.8
With the use of this table, a list of associations with that particular host can be retrieved.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpLookupRemHostNameEntry

sctpLookupRemHostNameEntry 1.3.6.1.2.1.104.1.8.1
This table is indexed by remote host name and association ID. Specifying a host name we would get a list of the associations specifying that host name as the remote one. Implementors need to be aware that if the size of sctpAssocRemHostName exceeds 115 octets then OIDs of column instances in this table will have more than 128 sub- identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpLookupRemHostNameEntry  

sctpLookupRemHostNameStartTime 1.3.6.1.2.1.104.1.8.1.1
The value of sysUpTime at the time that this row was created. As the table will be created after the sctpAssocTable creation, this value could be equal to the sctpAssocStartTime object from the main table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpLookupRemPrimIPAddrTable 1.3.6.1.2.1.104.1.9
With the use of this table, a list of associations that have the specified IP address as primary within the remote set of active addresses can be retrieved.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpLookupRemPrimIPAddrEntry

sctpLookupRemPrimIPAddrEntry 1.3.6.1.2.1.104.1.9.1
This table is indexed by primary address and association ID. Specifying a primary address, we would get a list of the associations that have the specified remote IP address marked as primary. Implementors need to be aware that if the size of sctpAssocRemPrimAddr exceeds 114 octets then OIDs of column instances in this table will have more than 128 sub- identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpLookupRemPrimIPAddrEntry  

sctpLookupRemPrimIPAddrStartTime 1.3.6.1.2.1.104.1.9.1.1
The value of SysUpTime at the time that this row was created. As the table will be created after the sctpAssocTable creation, this value could be equal to the sctpAssocStartTime object from the main table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpLookupRemIPAddrTable 1.3.6.1.2.1.104.1.10
With the use of this table, a list of associations that have the specified IP address as one of the remote ones can be retrieved.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SctpLookupRemIPAddrEntry

sctpLookupRemIPAddrEntry 1.3.6.1.2.1.104.1.10.1
This table is indexed by a remote IP address and association ID. Specifying an IP address we would get a list of the associations that have the specified IP address included within the set of remote IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SctpLookupRemIPAddrEntry  

sctpLookupRemIPAddrStartTime 1.3.6.1.2.1.104.1.10.1.1
The value of SysUpTime at the time that this row was created. As the table will be created after the sctpAssocTable creation, this value could be equal to the sctpAssocStartTime object from the main table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

sctpMibConformance 1.3.6.1.2.1.104.2
OBJECT IDENTIFIER    

sctpMibCompliances 1.3.6.1.2.1.104.2.1
OBJECT IDENTIFIER    

sctpMibGroups 1.3.6.1.2.1.104.2.2
OBJECT IDENTIFIER    

sctpLayerParamsGroup 1.3.6.1.2.1.104.2.2.1
Common parameters for the SCTP layer, i.e., for all the associations. They can usually be referred to as configuration parameters.
Status: current Access: read-only
OBJECT-GROUP    

sctpStatsGroup 1.3.6.1.2.1.104.2.2.2
Statistics group. It includes the objects to collect state changes in the SCTP protocol local layer and flow control statistics.
Status: current Access: read-only
OBJECT-GROUP    

sctpPerAssocParamsGroup 1.3.6.1.2.1.104.2.2.3
The SCTP group of objects to manage per-association parameters. These variables include all the SCTP basic features.
Status: current Access: read-only
OBJECT-GROUP    

sctpPerAssocStatsGroup 1.3.6.1.2.1.104.2.2.4
Per Association Statistics group. It includes the objects to collect flow control statistics per association.
Status: current Access: read-only
OBJECT-GROUP    

sctpInverseGroup 1.3.6.1.2.1.104.2.2.5
Objects used in the inverse lookup tables.
Status: current Access: read-only
OBJECT-GROUP    

sctpMibCompliance 1.3.6.1.2.1.104.2.1.1
The compliance statement for SNMP entities which implement this SCTP MIB Module. There are a number of INDEX objects that cannot be represented in the form of OBJECT clauses in SMIv2, but for which we have the following compliance requirements, expressed in OBJECT clause form in this description clause: -- OBJECT sctpAssocLocalAddrType -- SYNTAX InetAddressType {ipv4(1), ipv6(2)} -- DESCRIPTION -- It is only required to have IPv4 and IPv6 addresses without -- zone indices. -- The address with zone indices is required if an -- implementation can connect multiple zones. -- -- OBJECT sctpAssocLocalAddr -- SYNTAX InetAddress (SIZE(4|16)) -- DESCRIPTION -- An implementation is only required to support globally -- unique IPv4 and IPv6 addresses. -- -- OBJECT sctpAssocRemAddrType -- SYNTAX InetAddressType {ipv4(1), ipv6(2)} -- DESCRIPTION -- It is only required to have IPv4 and IPv6 addresses without -- zone indices. -- The address with zone indices is required if an -- implementation can connect multiple zones. -- -- OBJECT sctpAssocRemAddr -- SYNTAX InetAddress (SIZE(4|16)) -- DESCRIPTION -- An implementation is only required to support globally -- unique IPv4 and IPv6 addresses. --
Status: current Access: read-only
MODULE-COMPLIANCE