CISCO-IETF-SCTP-MIB
AI MIB Summary
The CISCO-IETF-SCTP-MIB module enables monitoring and management of Stream Control Transmission Protocol (SCTP) instances and associations on Cisco devices, specifically tracking association states, endpoint configurations, and transport-level error counters defined in RFC 2960.
The MIB module for managing SCTP protocol (RFC 2960).
Main OID:
cSctpMIB.1.3.6.1.4.1.9.10.75
78
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
78 total| Object Name |
|---|
cSctpMIBThe MIB module for managing SCTP protocol (RFC 2960). MODULE-IDENTITY .1.3.6.1.4.1.9.10.75 |
cSctpObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.75.1 |
cSctpScalars OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.75.1.1 |
cSctpRtoAlgorithmThe algorithm used to determine the timeout value (T3-rtx)
used for re-transmitting unacknowledged chunks.ro Enumeration .1.3.6.1.4.1.9.10.75.1.1.1 |
cSctpRtoMinThe 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.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.9.10.75.1.1.2 |
cSctpRtoMaxThe 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.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.9.10.75.1.1.3 |
cSctpRtoInitialInitial value for the Retransmission timer. Recommended
value is 3000 milliseconds.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.9.10.75.1.1.4 |
cSctpMaxAssocThe 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.ro Unsigned32 .1.3.6.1.4.1.9.10.75.1.1.5 |
cSctpValCookieLifeValid cookie life in the 4-way start-up handshake
procedure. Recommended value: 60000 milliseconds.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.9.10.75.1.1.6 |
cSctpMaxInitRetrThe maximum number of retransmissions at the start-up
phase (INIT and COOKIE ECHO chunks). Recommended value:
8 attempts.ro Unsigned32 .1.3.6.1.4.1.9.10.75.1.1.7 |
cSctpCurrEstabThe number of SCTP associations for which the current state
is either ESTABLISHED, SHUTDOWN-RECEIVED or
SHUTDOWN-PENDING.ro Gauge32 .1.3.6.1.4.1.9.10.75.1.1.8 |
cSctpActiveEstabsThe 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.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.9 |
cSctpPassiveEstabsThe 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.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.10 |
cSctpAbortedsThe number of times that SCTP associations have made a
direct transition to the CLOSED state from any state
using the primitive 'ABORT': AnyState > CLOSED.
Ungraceful termination of the association.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.11 |
cSctpShutdownsThe 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.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.12 |
cSctpStatOutOfBluesNumber 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.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.13 |
cSctpStatChecksumErrorsNumber of SCTP packets received from the peers with an
invalid checksum.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.14 |
cSctpStatSentCtrlChunksNumber of SCTP control chunks sent to the peers (no
retransmissions included).ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.15 |
cSctpStatSentOrderChunksNumber of SCTP ordered data chunks sent to the peers (no
retransmissions included).ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.16 |
cSctpStatSentUnorderChunksNumber of SCTP unordered chunks (data chunks in which the
U bit is set to 1) sent to the peers (no retransmissions
included).ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.17 |
cSctpStatRecCtrlChunksNumber of SCTP control chunks received from the peers (no
duplicated included).ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.18 |
cSctpStatRecOrderChunksNumber of SCTP ordered data chunks received from the peers
(no duplicated included).ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.19 |
cSctpStatRecUnorderChunksNumber of SCTP unordered chunks (data chunks in which the
U bit is set to 1) received from the peers (no duplicated
included).ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.20 |
cSctpStatFragmentedUsrMessagesNumber of user messages that have to be fragmented because
of the MTU.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.21 |
cSctpStatReassembledUsrMessagesNumber of user messages reassembled.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.22 |
cSctpStatSentSCTPPacksNumber of SCTP packets received from the peers.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.23 |
cSctpStatRecSCTPPacksNumber of SCTP packets received from the peers.ro Counter64 .1.3.6.1.4.1.9.10.75.1.1.24 |
cSctpTables OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.75.1.2 |
cSctpAssocTableA table containing SCTP association-specific information. SEQUENCE OF CSctpAssocEntry .1.3.6.1.4.1.9.10.75.1.2.2 |
cSctpAssocEntryGeneral common variables and statistics for the whole
association. CSctpAssocEntry .1.3.6.1.4.1.9.10.75.1.2.2.1 |
cSctpAssocIdAssociation 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. Unsigned32 .1.3.6.1.4.1.9.10.75.1.2.2.1.1 |
cSctpAssocRemHostNamePeer'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.ro OCTET STRING .1.3.6.1.4.1.9.10.75.1.2.2.1.2 |
cSctpAssocLocalSCTPPortLocal SCTP port number used for this association.ro InetPortNumber .1.3.6.1.4.1.9.10.75.1.2.2.1.3 |
cSctpAssocRemSCTPPortRemote SCTP port number used for this association.ro InetPortNumber .1.3.6.1.4.1.9.10.75.1.2.2.1.4 |
cSctpAssocRemPrimaryAddressTypeInternet 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).ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.75.1.2.2.1.5 |
cSctpAssocRemPrimaryAddressPrimary 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).ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.75.1.2.2.1.6 |
cSctpAssocHeartBeatTimerThe current heartbeat time-out. The recommended default
value is 30000 milliseconds.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.9.10.75.1.2.2.1.8 |
cSctpAssocStateThe 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.rw Enumeration .1.3.6.1.4.1.9.10.75.1.2.2.1.9 |
cSctpAssocInStreamsInbound Streams according to the negotiation at
association start up. This parameter has to be read-only
by the manager.ro Unsigned32 .1.3.6.1.4.1.9.10.75.1.2.2.1.10 |
cSctpAssocOutStreamsOutbound Streams according to the negotiation at
association start up. This parameter has to be read-only by
the manager.ro Unsigned32 .1.3.6.1.4.1.9.10.75.1.2.2.1.11 |
cSctpAssocMaxRetrThe 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.ro Unsigned32 .1.3.6.1.4.1.9.10.75.1.2.2.1.12 |
cSctpAssocT1expiredsNumber of times that T1 timer expired (timer for sending
either INIT or COOKIE-ECHO chunks and receiving an
acknowledgment).ro Counter64 .1.3.6.1.4.1.9.10.75.1.2.2.1.13 |
cSctpAssocT2expiredsNumber of times that T2-shutdown timer expired (shutdown
timer).ro Counter64 .1.3.6.1.4.1.9.10.75.1.2.2.1.14 |
cSctpAssocRtxChunksNumber of data chunks retransmitted to the peer in the
current association.ro Counter64 .1.3.6.1.4.1.9.10.75.1.2.2.1.15 |
cSctpAssocStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.2.1.17 |
cSctpAssocLocalAddressTableExpanded table of cSctpAssocTable based on the AssocId index.
It shows several interesting data for each local address which
takes part in this association. SEQUENCE OF CSctpAssocLocalAddressEntry .1.3.6.1.4.1.9.10.75.1.2.3 |
cSctpAssocLocalAddressEntryLocal information about the available addresses. CSctpAssocLocalAddressEntry .1.3.6.1.4.1.9.10.75.1.2.3.1 |
cSctpAssocLocalAddressIPTypeInternet 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]. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.75.1.2.3.1.1 |
cSctpAssocLocalAddressIPThe 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. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.75.1.2.3.1.2 |
cSctpAssocLocalAddressStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.3.1.3 |
cSctpAssocRemAddressTableExpanded 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. SEQUENCE OF CSctpAssocRemAddressEntry .1.3.6.1.4.1.9.10.75.1.2.4 |
cSctpAssocRemAddressEntryInformation about THE most important variables for every
remote IP address CSctpAssocRemAddressEntry .1.3.6.1.4.1.9.10.75.1.2.4.1 |
cSctpAssocRemAddressIPTypeInternet 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]. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.75.1.2.4.1.1 |
cSctpAssocRemAddressIPThe value of a remote IP address available for this
association. An InetAddress value is always interpreted within
the context of an InetAddressType value. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.10.75.1.2.4.1.2 |
cSctpAssocRemAddressStatusThe 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.ro Enumeration .1.3.6.1.4.1.9.10.75.1.2.4.1.3 |
cSctpAssocRemAddressHBFlagThe 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].ro Enumeration .1.3.6.1.4.1.9.10.75.1.2.4.1.4 |
cSctpAssocRemAddressRTOThe current Retransmission Timeout. T3-rtx timer as defined
in the protocol SCTP.ro Unsigned32 UNITS "milliseconds" .1.3.6.1.4.1.9.10.75.1.2.4.1.5 |
cSctpAssocRemAddressMaxPathRtxMaximum number of DATA retransmissions allowed to a remote IP
address before it is considered inactive, as defined in
[cSctp]. Recommended value 5 attempts.ro Unsigned32 .1.3.6.1.4.1.9.10.75.1.2.4.1.6 |
cSctpAssocRemAddressRtxNumber of DATA retransmissions as defined in [cSctp].ro Counter64 .1.3.6.1.4.1.9.10.75.1.2.4.1.7 |
cSctpAssocRemAddressStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.4.1.8 |
cSctpLookupLocalPortTableWith the use of this table, a list of associations which use
that local port can be got SEQUENCE OF CSctpLookupLocalPortEntry .1.3.6.1.4.1.9.10.75.1.2.5 |
cSctpLookupLocalPortEntryThis 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 CSctpLookupLocalPortEntry .1.3.6.1.4.1.9.10.75.1.2.5.1 |
cSctpLookupLocalPortStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.5.1.1 |
cSctpLookupRemPortTableWith the use of this table, a list of associations which use
that remote port can be got SEQUENCE OF CSctpLookupRemPortEntry .1.3.6.1.4.1.9.10.75.1.2.6 |
cSctpLookupRemPortEntryThis 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 CSctpLookupRemPortEntry .1.3.6.1.4.1.9.10.75.1.2.6.1 |
cSctpLookupRemPortStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.6.1.1 |
cSctpLookupRemHostNameTableWith the use of this table, a list of associations with that
particular host can be got SEQUENCE OF CSctpLookupRemHostNameEntry .1.3.6.1.4.1.9.10.75.1.2.7 |
cSctpLookupRemHostNameEntryThis 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 CSctpLookupRemHostNameEntry .1.3.6.1.4.1.9.10.75.1.2.7.1 |
cSctpLookupRemHostNameStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.7.1.1 |
cSctpLookupRemPrimIPAddrTableWith 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 SEQUENCE OF CSctpLookupRemPrimIPAddrEntry .1.3.6.1.4.1.9.10.75.1.2.8 |
cSctpLookupRemPrimIPAddrEntryThis 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. CSctpLookupRemPrimIPAddrEntry .1.3.6.1.4.1.9.10.75.1.2.8.1 |
cSctpLookupRemPrimIPAddrStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.8.1.1 |
cSctpLookupRemIPAddrTableWith the use of this table, a list of associations that
have the specified IP address as one of the remote ones can
be got. SEQUENCE OF CSctpLookupRemIPAddrEntry .1.3.6.1.4.1.9.10.75.1.2.9 |
cSctpLookupRemIPAddrEntryThis 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 CSctpLookupRemIPAddrEntry .1.3.6.1.4.1.9.10.75.1.2.9.1 |
cSctpLookupRemIPAddrStartTimeThe value of SysUpTime at the time that this row was
created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.10.75.1.2.9.1.1 |
cSctpConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.75.2 |
cSctpGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.75.2.1 |
cSctpCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.75.2.2 |