CISCO-IETF-SCTP-MIB

File: CISCO-IETF-SCTP-MIB.mib (41933 bytes)

Imported modules

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

Imported symbols

Counter64 Gauge32 MODULE-IDENTITY
OBJECT-TYPE Unsigned32 TEXTUAL-CONVENTION
TimeStamp MODULE-COMPLIANCE OBJECT-GROUP
InetAddressType InetAddress ciscoExperiment

Defined Types

InetPortNumber  
TEXTUAL-CONVENTION    
  Unsigned32  

CSctpAssocEntry  
SEQUENCE    
  cSctpAssocId Unsigned32
  cSctpAssocRemHostName OCTET STRING
  cSctpAssocLocalSCTPPort InetPortNumber
  cSctpAssocRemSCTPPort InetPortNumber
  cSctpAssocRemPrimaryAddressType InetAddressType
  cSctpAssocRemPrimaryAddress InetAddress
  cSctpAssocHeartBeatTimer Unsigned32
  cSctpAssocState INTEGER
  cSctpAssocInStreams Unsigned32
  cSctpAssocOutStreams Unsigned32
  cSctpAssocMaxRetr Unsigned32
  cSctpAssocT1expireds Counter64
  cSctpAssocT2expireds Counter64
  cSctpAssocRtxChunks Counter64
  cSctpAssocStartTime TimeStamp

CSctpAssocLocalAddressEntry  
SEQUENCE    
  cSctpAssocLocalAddressIPType InetAddressType
  cSctpAssocLocalAddressIP InetAddress
  cSctpAssocLocalAddressStartTime TimeStamp

CSctpAssocRemAddressEntry  
SEQUENCE    
  cSctpAssocRemAddressIPType InetAddressType
  cSctpAssocRemAddressIP InetAddress
  cSctpAssocRemAddressStatus INTEGER
  cSctpAssocRemAddressHBFlag INTEGER
  cSctpAssocRemAddressRTO Unsigned32
  cSctpAssocRemAddressMaxPathRtx Unsigned32
  cSctpAssocRemAddressRtx Counter64
  cSctpAssocRemAddressStartTime TimeStamp

CSctpLookupLocalPortEntry  
SEQUENCE    
  cSctpLookupLocalPortStartTime TimeStamp

CSctpLookupRemPortEntry  
SEQUENCE    
  cSctpLookupRemPortStartTime TimeStamp

CSctpLookupRemHostNameEntry  
SEQUENCE    
  cSctpLookupRemHostNameStartTime TimeStamp

CSctpLookupRemPrimIPAddrEntry  
SEQUENCE    
  cSctpLookupRemPrimIPAddrStartTime TimeStamp

CSctpLookupRemIPAddrEntry  
SEQUENCE    
  cSctpLookupRemIPAddrStartTime TimeStamp

Defined Values

cSctpMIB 1.3.6.1.4.1.9.10.75
The MIB module for managing SCTP protocol (RFC 2960).
MODULE-IDENTITY    

cSctpObjects 1.3.6.1.4.1.9.10.75.1
OBJECT IDENTIFIER    

cSctpConformance 1.3.6.1.4.1.9.10.75.2
OBJECT IDENTIFIER    

cSctpScalars 1.3.6.1.4.1.9.10.75.1.1
OBJECT IDENTIFIER    

cSctpTables 1.3.6.1.4.1.9.10.75.1.2
OBJECT IDENTIFIER    

cSctpRtoAlgorithm 1.3.6.1.4.1.9.10.75.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)  

cSctpRtoMin 1.3.6.1.4.1.9.10.75.1.1.2
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 telephony applications could require less than 1 second, see [SIGAS] for further information.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpRtoMax 1.3.6.1.4.1.9.10.75.1.1.3
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  

cSctpRtoInitial 1.3.6.1.4.1.9.10.75.1.1.4
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpMaxAssoc 1.3.6.1.4.1.9.10.75.1.1.5
The limit on the total number of SCTP associations the entitycan 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    
  Unsigned32  

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

cSctpMaxInitRetr 1.3.6.1.4.1.9.10.75.1.1.7
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  

cSctpCurrEstab 1.3.6.1.4.1.9.10.75.1.1.8
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    
  Gauge32  

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

cSctpPassiveEstabs 1.3.6.1.4.1.9.10.75.1.1.10
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    
  Counter64  

cSctpAborteds 1.3.6.1.4.1.9.10.75.1.1.11
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    
  Counter64  

cSctpShutdowns 1.3.6.1.4.1.9.10.75.1.1.12
The number of times that SCTP 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    
  Counter64  

cSctpStatOutOfBlues 1.3.6.1.4.1.9.10.75.1.1.13
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  

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

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

cSctpStatSentOrderChunks 1.3.6.1.4.1.9.10.75.1.1.16
Number of SCTP ordered data chunks sent to the peers (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpStatSentUnorderChunks 1.3.6.1.4.1.9.10.75.1.1.17
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent to the peers (no retransmissions included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpStatRecCtrlChunks 1.3.6.1.4.1.9.10.75.1.1.18
Number of SCTP control chunks received from the peers (no duplicated included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpStatRecOrderChunks 1.3.6.1.4.1.9.10.75.1.1.19
Number of SCTP ordered data chunks received from the peers (no duplicated included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpStatRecUnorderChunks 1.3.6.1.4.1.9.10.75.1.1.20
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received from the peers (no duplicated included).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

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

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

cSctpStatSentSCTPPacks 1.3.6.1.4.1.9.10.75.1.1.23
Number of SCTP packets received from the peers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpStatRecSCTPPacks 1.3.6.1.4.1.9.10.75.1.1.24
Number of SCTP packets received from the peers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpAssocTable 1.3.6.1.4.1.9.10.75.1.2.2
A table containing SCTP association-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpAssocEntry

cSctpAssocEntry 1.3.6.1.4.1.9.10.75.1.2.2.1
General common variables and statistics for the whole association.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpAssocEntry  

cSctpAssocId 1.3.6.1.4.1.9.10.75.1.2.2.1.1
Association Identification. Value identifying the association (typically the Initiate Verification Tag). If the selected AssocID is the Initiate Verification Tag, this value must not be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cSctpAssocRemHostName 1.3.6.1.4.1.9.10.75.1.2.2.1.2
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)  

cSctpAssocLocalSCTPPort 1.3.6.1.4.1.9.10.75.1.2.2.1.3
Local SCTP port number used for this association.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

cSctpAssocRemSCTPPort 1.3.6.1.4.1.9.10.75.1.2.2.1.4
Remote SCTP port number used for this association.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

cSctpAssocRemPrimaryAddressType 1.3.6.1.4.1.9.10.75.1.2.2.1.5
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] 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    
  InetAddressType  

cSctpAssocRemPrimaryAddress 1.3.6.1.4.1.9.10.75.1.2.2.1.6
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  

cSctpAssocHeartBeatTimer 1.3.6.1.4.1.9.10.75.1.2.2.1.8
The current heartbeat time-out. The recommended default value is 30000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocState 1.3.6.1.4.1.9.10.75.1.2.2.1.9
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-write
OBJECT-TYPE    
  INTEGER closed(1), cookieWait(2), cookieEchoed(3), established(4), shutdownPending(5), shutdownSent(6), shutdownReceived(7), shutdownAckSent(8), deleteTCB(9)  

cSctpAssocInStreams 1.3.6.1.4.1.9.10.75.1.2.2.1.10
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  

cSctpAssocOutStreams 1.3.6.1.4.1.9.10.75.1.2.2.1.11
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  

cSctpAssocMaxRetr 1.3.6.1.4.1.9.10.75.1.2.2.1.12
The maximum number of data retransmissions in the association context. This value is specific for each association and the upper layer can change it calling the appropriate primitives. This value has to be smaller than the addition of all the maximum number for all the paths (cSctpAssocRemAddressMaxPathRetrans). Recommended value: 10 attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocT1expireds 1.3.6.1.4.1.9.10.75.1.2.2.1.13
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    
  Counter64  

cSctpAssocT2expireds 1.3.6.1.4.1.9.10.75.1.2.2.1.14
Number of times that T2-shutdown timer expired (shutdown timer).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpAssocRtxChunks 1.3.6.1.4.1.9.10.75.1.2.2.1.15
Number of data chunks retransmitted to the peer in the current association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpAssocStartTime 1.3.6.1.4.1.9.10.75.1.2.2.1.17
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpAssocLocalAddressTable 1.3.6.1.4.1.9.10.75.1.2.3
Expanded table of cSctpAssocTable 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  
    CSctpAssocLocalAddressEntry

cSctpAssocLocalAddressEntry 1.3.6.1.4.1.9.10.75.1.2.3.1
Local information about the available addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpAssocLocalAddressEntry  

cSctpAssocLocalAddressIPType 1.3.6.1.4.1.9.10.75.1.2.3.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  

cSctpAssocLocalAddressIP 1.3.6.1.4.1.9.10.75.1.2.3.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  

cSctpAssocLocalAddressStartTime 1.3.6.1.4.1.9.10.75.1.2.3.1.3
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpAssocRemAddressTable 1.3.6.1.4.1.9.10.75.1.2.4
Expanded table of cSctpAssocTable 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  
    CSctpAssocRemAddressEntry

cSctpAssocRemAddressEntry 1.3.6.1.4.1.9.10.75.1.2.4.1
Information about THE most important variables for every remote IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpAssocRemAddressEntry  

cSctpAssocRemAddressIPType 1.3.6.1.4.1.9.10.75.1.2.4.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  

cSctpAssocRemAddressIP 1.3.6.1.4.1.9.10.75.1.2.4.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  

cSctpAssocRemAddressStatus 1.3.6.1.4.1.9.10.75.1.2.4.1.3
The current status of the remote transport address, according to [SCTP]. Active means that the threshold of no answer received from this IP address has not been reached. Inactive means that either no heartbeat was received from this address, or any other message, reaching the threshold defined by the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1)  

cSctpAssocRemAddressHBFlag 1.3.6.1.4.1.9.10.75.1.2.4.1.4
The optional Heartbeat associated to one destination transport address could be active or not (value equal to 0 or 1, respectively). An active destination transport address is the one considered available by a peer endpoint for receiving SCTP packets, as it is described in [cSctp].
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1)  

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

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

cSctpAssocRemAddressRtx 1.3.6.1.4.1.9.10.75.1.2.4.1.7
Number of DATA retransmissions as defined in [cSctp].
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cSctpAssocRemAddressStartTime 1.3.6.1.4.1.9.10.75.1.2.4.1.8
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpLookupLocalPortTable 1.3.6.1.4.1.9.10.75.1.2.5
With the use of this table, a list of associations which use that local port can be got
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpLookupLocalPortEntry

cSctpLookupLocalPortEntry 1.3.6.1.4.1.9.10.75.1.2.5.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    
  CSctpLookupLocalPortEntry  

cSctpLookupLocalPortStartTime 1.3.6.1.4.1.9.10.75.1.2.5.1.1
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpLookupRemPortTable 1.3.6.1.4.1.9.10.75.1.2.6
With the use of this table, a list of associations which use that remote port can be got
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpLookupRemPortEntry

cSctpLookupRemPortEntry 1.3.6.1.4.1.9.10.75.1.2.6.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    
  CSctpLookupRemPortEntry  

cSctpLookupRemPortStartTime 1.3.6.1.4.1.9.10.75.1.2.6.1.1
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpLookupRemHostNameTable 1.3.6.1.4.1.9.10.75.1.2.7
With the use of this table, a list of associations with that particular host can be got
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpLookupRemHostNameEntry

cSctpLookupRemHostNameEntry 1.3.6.1.4.1.9.10.75.1.2.7.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
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpLookupRemHostNameEntry  

cSctpLookupRemHostNameStartTime 1.3.6.1.4.1.9.10.75.1.2.7.1.1
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpLookupRemPrimIPAddrTable 1.3.6.1.4.1.9.10.75.1.2.8
With the use of this table, it can be got a list of associations that have that the specified IP address as primary within the remote set of active addresses
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpLookupRemPrimIPAddrEntry

cSctpLookupRemPrimIPAddrEntry 1.3.6.1.4.1.9.10.75.1.2.8.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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpLookupRemPrimIPAddrEntry  

cSctpLookupRemPrimIPAddrStartTime 1.3.6.1.4.1.9.10.75.1.2.8.1.1
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

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

cSctpLookupRemIPAddrEntry 1.3.6.1.4.1.9.10.75.1.2.9.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    
  CSctpLookupRemIPAddrEntry  

cSctpLookupRemIPAddrStartTime 1.3.6.1.4.1.9.10.75.1.2.9.1.1
The value of SysUpTime at the time that this row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpGroups 1.3.6.1.4.1.9.10.75.2.1
OBJECT IDENTIFIER    

cSctpCompliances 1.3.6.1.4.1.9.10.75.2.2
OBJECT IDENTIFIER    

cSctpGeneralVariablesGroup 1.3.6.1.4.1.9.10.75.2.1.1
Common parameters for all the associations. They can usually be referred as configuration parameters
Status: current Access: read-only
OBJECT-GROUP    

cSctpStateStatGroup 1.3.6.1.4.1.9.10.75.2.1.2
The cSctp group of objects to control state changes in the SCTP protocol local layer. They include the data for all the associations.
Status: current Access: read-only
OBJECT-GROUP    

cSctpOtherStatGroup 1.3.6.1.4.1.9.10.75.2.1.3
The cSctp group of objects providing for management of SCTP most common statistics for the local SCTP layer.
Status: current Access: read-only
OBJECT-GROUP    

cSctpAssocTablesVariablesGroup 1.3.6.1.4.1.9.10.75.2.1.4
The sctp group of objects to manage specific local and remote SCTP variables (local and remote tables). These variables include all the SCTP basic features.
Status: current Access: read-only
OBJECT-GROUP    

cSctpAssocStatGroup 1.3.6.1.4.1.9.10.75.2.1.5
The cSctp group of objects to manage SCTP statistics related to the remote endpoint.
Status: current Access: read-only
OBJECT-GROUP    

cSctpInverseGroup 1.3.6.1.4.1.9.10.75.2.1.6
Objects used in the inverse lookup table.
Status: current Access: read-only
OBJECT-GROUP    

cSctpCompliance 1.3.6.1.4.1.9.10.75.2.2.1
The compliance statement for SNMPv3 entities which implement SCTP. As a remark, the not-accessible objects: cSctpAssocLocalAddressIPType and cSctpAssocRemAddressIPType do not support the dns(4)type since the use of the host names is limited to first stage, when the association is being established. cSctpAssocLocalAddressIP and cSctpAssocRemAddressIP will only accept the size of 4 or 16 because it is only required to support IPv4 and unique IPv6 addresses.
Status: current Access: read-only
MODULE-COMPLIANCE