Home/Catalog/CISCO-IETF-SCTP-EXT-MIB

CISCO-IETF-SCTP-EXT-MIB

AI MIB Summary

The CISCO-IETF-SCTP-EXT-MIB extends Cisco's SCTP management capabilities to monitor Stream Control Transmission Protocol (RFC 2960) session states, association parameters, and stream-specific counters on Cisco network devices. This module provides granular visibility into SCTP transport layer performance and reliability metrics beyond the baseline CISCO-IETF-SCTP-MIB definitions.

An extension to the CISCO-IETF-SCTP-MIB.my used to provide additional information to manage the Stream Control Transmission Protocol (RFC 2960).
Main OID:
cSctpExtMIB.1.3.6.1.4.1.9.10.76
49
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

49 total
Object Name
cSctpExtMIBAn extension to the CISCO-IETF-SCTP-MIB.my used to provide additional information to manage the Stream Control Transmission Protocol (RFC 2960).
MODULE-IDENTITY
.1.3.6.1.4.1.9.10.76
cSctpExtNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.0
cSctpExtDestAddressStateChangeThe notification is generated when the state transition of cSctpAssocRemAddressStatus has occurred.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.10.76.0.1
cSctpExtObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.1
cSctpScalarsExt
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.1.1
cSctpStatRtxChucksNumber of SCTP chunks retransmitted due to the T3 timers expiring before the packet is acknowledged.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.1.1
cSctpStatRtxChucksFastNumber of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp].ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.1.2
cSctpStatDestAddressFailuresThe accumulated number of times a destination IP address was marked unavailable since the start of this association. The IP destination address will be marked unavailable when the specified number of retransmissions have failed.ro
Counter32
.1.3.6.1.4.1.9.10.76.1.1.3
cSctpCtrlPurgeTimeoutThe amount of time the SCTP protocol software will wait before purging an associations TCB. An association TCB will exist until a management station sets the cSctpAssocState to deleteTCB or is purge by the protocol implementation. The protocol implementation will purge an association TCB using a combination of cSctpCtrlPurgeTimeout and cSctpCtrlMaxHeld. The cSctpCtrlPurgeTimeout ranges from the minimum of one hour to roughly one month. The default value is roughly one day.rw
Unsigned32
.1.3.6.1.4.1.9.10.76.1.1.4
cSctpCtrlMaxHeldThe maximum number of association TCBS that will be held after they have been marked closed and are no longer providing service. This limit is used to prevent excessive waste of resources.rw
Unsigned32
.1.3.6.1.4.1.9.10.76.1.1.5
cSctpAddressStateNotifEnabledThis object controls the generation of cSctpExtDestAddressStateChange as follows: 'true' Indicates that an address state change notification is to be generated whenever a IP address used by one or more associations becomes available or unavailable. That is, the notification generation is enabled. 'false' Indicates that an address state change notification generation is disabled.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.10.76.1.1.6
cSctpExtTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.1.2
cSctpAssocExtTableA table containing SCTP association-specific information.
SEQUENCE OF CSctpAssocExtEntry
.1.3.6.1.4.1.9.10.76.1.2.1
cSctpAssocExtEntryGeneral common variables and statistics for the whole association.
CSctpAssocExtEntry
.1.3.6.1.4.1.9.10.76.1.2.1.1
cSctpAssocExtRtoMinThe 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.76.1.2.1.1.1
cSctpAssocExtRtoMaxThe 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.76.1.2.1.1.2
cSctpAssocExtRtoInitialInitial value for the Retransmission timer. Recommended value is 3000 milliseconds.ro
Unsigned32 UNITS "milliseconds"
.1.3.6.1.4.1.9.10.76.1.2.1.1.3
cSctpAssocExtValCookieLifeValid 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.76.1.2.1.1.4
cSctpAssocExtMaxInitRetrThe 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.76.1.2.1.1.5
cSctpAssocExtMTUThe 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.ro
Unsigned32
.1.3.6.1.4.1.9.10.76.1.2.1.1.6
cSctpAssocExtLocRecWndThe current local receive window size for this association.ro
Unsigned32
.1.3.6.1.4.1.9.10.76.1.2.1.1.7
cSctpAssocExtLocRecWndLowMarkLow water mark for Local Receive Window Size.ro
Gauge32
.1.3.6.1.4.1.9.10.76.1.2.1.1.8
cSctpAssocExtLocRecWndZeroCntNumber of times the Local Receive window reached zero bytes.ro
Counter32
.1.3.6.1.4.1.9.10.76.1.2.1.1.9
cSctpAssocExtRemRecWndThe Remote Receive Window Size for this association.ro
Unsigned32
.1.3.6.1.4.1.9.10.76.1.2.1.1.10
cSctpAssocExtRemRecWndLowMarkLow water mark for Remote Receive Window Size.ro
Gauge32
.1.3.6.1.4.1.9.10.76.1.2.1.1.11
cSctpAssocExtRemRecWndZeroCntNumber of times the Remote Receive window reached zero bytes.ro
Counter32
.1.3.6.1.4.1.9.10.76.1.2.1.1.12
cSctpAssocExtUlpQueuedCurrent number of IP datagrams waiting to be sent.ro
Gauge32
.1.3.6.1.4.1.9.10.76.1.2.1.1.13
cSctpAssocExtUlpQueuedHWHigh water mark for data grams waiting to be sent. Resetting this object is achieved by setting this object to 0. Attempting to set this object to any other value will result in a wrongValue error.rw
Gauge32
.1.3.6.1.4.1.9.10.76.1.2.1.1.14
cSctpAssocExtUlpQueuedRTThe time when cSctpAssocUlpQueuedHW was set to 0.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.9.10.76.1.2.1.1.15
cSctpAssocExtChunksRecControlNumber of control Chucks received by this association.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.16
cSctpAssocExtChunksRecOrderedNumber of Chucks received by this association where order is required.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.17
cSctpAssocExtChunksRecUnOrderedNumber of Chucks received by this association where order is not required.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.18
cSctpAssocExtChunksSentControlNumber of control Chucks sent by this association.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.19
cSctpAssocExtChunksSentOrderedNumber of Chucks sent by this association where order is required.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.20
cSctpAssocExtChunksSentUnOrderedNumber of Chucks sent by this association where order is not required.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.21
cSctpAssocExtDatagramsRecNumber of IP datagrams received by this association.ro
Counter32 UNITS "datagrams"
.1.3.6.1.4.1.9.10.76.1.2.1.1.22
cSctpAssocExtDatagramsSentNumber of IP datagrams sent by this association.ro
Counter32 UNITS "datagrams"
.1.3.6.1.4.1.9.10.76.1.2.1.1.23
cSctpAssocExtEffectiveAddrTypeInternet type of effective destination IP address. This is the type of IP address to which traffic is currently sent for this association.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.10.76.1.2.1.1.24
cSctpAssocExtEffectiveAddressEffective destination IP address. This is the IP address to which traffic is currently sent for this association. This value can be any of the IP addresses defined in the cSctpAssocRemAddressExtTable Table.ro
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.10.76.1.2.1.1.25
cSctpAssocExtRtxChunksFastThe accumulated number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp] since the start of this association.ro
Counter32 UNITS "chunks"
.1.3.6.1.4.1.9.10.76.1.2.1.1.26
cSctpAssocExtBundleFlagThis objects indicates if the SCTP protocol allows chunks to be bundled into a single datagram as follows: 'true(1)' Indicates that chunks will be bundled. 'false(2)' Indicates that chunks will not be bundled.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.10.76.1.2.1.1.27
cSctpAssocExtBundleTimeoutThe amount time to wait to allow data chunks to accumulate so that they can be transmitted in the same datagram. The arrival of the first data chunk will start a timer that will expire in the specified milliseconds. All later chunks will be delayed until the timer expires. When the timer expires the data chunks will be sent out in one or more datagrams.ro
Unsigned32
.1.3.6.1.4.1.9.10.76.1.2.1.1.28
cSctpAssocRemAddressExtTableExpanded table of cSctpAssocRemAddressExtTable based on the AssocId index.
SEQUENCE OF CSctpAssocRemAddressExtEntry
.1.3.6.1.4.1.9.10.76.1.2.2
cSctpAssocRemAddressExtEntryAdditional information about destination IP addresses.
CSctpAssocRemAddressExtEntry
.1.3.6.1.4.1.9.10.76.1.2.2.1
cSctpAssocRemAddressFailedCntNumber of times the destination address was marked as failed.ro
Counter32
.1.3.6.1.4.1.9.10.76.1.2.2.1.1
cSctpAssocRemAddressSRTTThe Smoothed Round Trip Time(SRTT) is obtained by averaging the measured Rount trip times(RTT) between the local and remote systems on an IP Network. A value of '0' is reported for SRTT prior to the first successful RTT calculation.ro
Unsigned32
.1.3.6.1.4.1.9.10.76.1.2.2.1.2
cSctpExtConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.3
cSctpExtCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.3.1
cSctpExtGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.76.3.2
CISCO-IETF-SCTP-EXT-MIB - SNMP MIB Reference | MIBs Explorer