CISCO-IETF-SCTP-MIB

CISCO-IETF-SCTP-MIB Download

MIBs list

The MIB module for managing SCTP protocol (RFC 2960).

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-IETF-SCTP-MIB

cSctpRtoAlgorithm
The algorithm used to determine the timeout value (T3-rtx) used for re-transmitting unacknowledged chunks.
cSctpRtoMin
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 val ...
cSctpRtoMax
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 60 ...
cSctpRtoInitial
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
cSctpMaxAssoc
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.
cSctpValCookieLife
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
cSctpMaxInitRetr
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
cSctpCurrEstab
The number of SCTP associations for which the current state is either ESTABLISHED, SHUTDOWN-RECEIVED or SHUTDOWN-PENDING.
cSctpActiveEstabs
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.
cSctpPassiveEstabs
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.
cSctpAborteds
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.
cSctpShutdowns
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.
cSctpStatOutOfBlues
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.
cSctpStatChecksumErrors
Number of SCTP packets received from the peers with an invalid checksum.
cSctpStatSentCtrlChunks
Number of SCTP control chunks sent to the peers (no retransmissions included).
cSctpStatSentOrderChunks
Number of SCTP ordered data chunks sent to the peers (no retransmissions included).
cSctpStatSentUnorderChunks
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent to the peers (no retransmissions included).
cSctpStatRecCtrlChunks
Number of SCTP control chunks received from the peers (no duplicated included).
cSctpStatRecOrderChunks
Number of SCTP ordered data chunks received from the peers (no duplicated included).
cSctpStatRecUnorderChunks
Number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received from the peers (no duplicated included).
cSctpStatFragmentedUsrMessages
Number of user messages that have to be fragmented because of the MTU.
cSctpStatReassembledUsrMessages
Number of user messages reassembled.
cSctpStatSentSCTPPacks
Number of SCTP packets received from the peers.
cSctpStatRecSCTPPacks
Number of SCTP packets received from the peers.
cSctpAssocTable
A table containing SCTP association-specific information.
cSctpAssocEntry
General common variables and statistics for the whole association.
cSctpAssocId
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.
cSctpAssocRemHostName
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 ...
cSctpAssocLocalSCTPPort
Local SCTP port number used for this association.
cSctpAssocRemSCTPPort
Remote SCTP port number used for this association.
cSctpAssocRemPrimaryAddressType
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 IPv ...
cSctpAssocRemPrimaryAddress
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).
cSctpAssocHeartBeatTimer
The current heartbeat time-out. The recommended default value is 30000 milliseconds.
cSctpAssocState
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 oth ...
cSctpAssocInStreams
Inbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
cSctpAssocOutStreams
Outbound Streams according to the negotiation at association start up. This parameter has to be read-only by the manager.
cSctpAssocMaxRetr
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 numb ...
cSctpAssocT1expireds
Number of times that T1 timer expired (timer for sending either INIT or COOKIE-ECHO chunks and receiving an acknowledgment).
cSctpAssocT2expireds
Number of times that T2-shutdown timer expired (shutdown timer).
cSctpAssocRtxChunks
Number of data chunks retransmitted to the peer in the current association.
cSctpAssocStartTime
The value of SysUpTime at the time that this row was created.
cSctpAssocLocalAddressTable
Expanded table of cSctpAssocTable based on the AssocId index. It shows several interesting data for each local address which takes part in this association.
cSctpAssocLocalAddressEntry
Local information about the available addresses.
cSctpAssocLocalAddressIPType
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 differ ...
cSctpAssocLocalAddressIP
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_ ...
cSctpAssocLocalAddressStartTime
The value of SysUpTime at the time that this row was created.
cSctpAssocRemAddressTable
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.
cSctpAssocRemAddressEntry
Information about THE most important variables for every remote IP address
cSctpAssocRemAddressIPType
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 addres ...
cSctpAssocRemAddressIP
The value of a remote IP address available for this association. An InetAddress value is always interpreted within the context of an InetAddressType value.
cSctpAssocRemAddressStatus
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 ...
cSctpAssocRemAddressHBFlag
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 ...
cSctpAssocRemAddressRTO
The current Retransmission Timeout. T3-rtx timer as defined in the protocol SCTP.
cSctpAssocRemAddressMaxPathRtx
Maximum number of DATA retransmissions allowed to a remote IP address before it is considered inactive, as defined in [cSctp]. Recommended value 5 attempts.
cSctpAssocRemAddressRtx
Number of DATA retransmissions as defined in [cSctp].
cSctpAssocRemAddressStartTime
The value of SysUpTime at the time that this row was created.
cSctpLookupLocalPortTable
With the use of this table, a list of associations which use that local port can be got
cSctpLookupLocalPortEntry
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
cSctpLookupLocalPortStartTime
The value of SysUpTime at the time that this row was created.
cSctpLookupRemPortTable
With the use of this table, a list of associations which use that remote port can be got
cSctpLookupRemPortEntry
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
cSctpLookupRemPortStartTime
The value of SysUpTime at the time that this row was created.
cSctpLookupRemHostNameTable
With the use of this table, a list of associations with that particular host can be got
cSctpLookupRemHostNameEntry
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
cSctpLookupRemHostNameStartTime
The value of SysUpTime at the time that this row was created.
cSctpLookupRemPrimIPAddrTable
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
cSctpLookupRemPrimIPAddrEntry
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.
cSctpLookupRemPrimIPAddrStartTime
The value of SysUpTime at the time that this row was created.
cSctpLookupRemIPAddrTable
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.
cSctpLookupRemIPAddrEntry
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
cSctpLookupRemIPAddrStartTime
The value of SysUpTime at the time that this row was created.
cSctpGeneralVariablesGroup
Common parameters for all the associations. They can usually be referred as configuration parameters
cSctpStateStatGroup
The cSctp group of objects to control state changes in the SCTP protocol local layer. They include the data for all the associations.
cSctpOtherStatGroup
The cSctp group of objects providing for management of SCTP most common statistics for the local SCTP layer.
cSctpAssocTablesVariablesGroup
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.
cSctpAssocStatGroup
The cSctp group of objects to manage SCTP statistics related to the remote endpoint.
cSctpInverseGroup
Objects used in the inverse lookup table.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list