MIBs Depot

CISCO-IETF-SCTP-EXT-MIB

Registered at
1.3.6.1.4.1.9.10.76
Last updated
2001-11-09 00:00
Organization
Revisions
2001-11-09 00:00, 2001-08-27 00:00
Namespace
cisco
Source file
CISCO-IETF-SCTP-EXT-MIB
Digest
sha256:6ddadb6a7d440b69f59854e1f6d31d6ebcd00a1079889d8d09ae399e578dd280

Description

An extension to the CISCO-IETF-SCTP-MIB.my used to provide additional information to manage the Stream Control Transmission Protocol (RFC 2960).

Contact

Cisco Systems, Inc Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-sctp@cisco.com

Imports

FromSymbols
CISCO-IETF-SCTP-MIBcSctpAssocEntry, cSctpAssocRemAddressEntry, cSctpAssocRemAddressStatus
CISCO-SMIciscoExperiment
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-IETF-SCTP-EXT-MIB
CISCO-IETF-SCTP-MIB
CISCO-SMI
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
cSctpExtNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.0
cSctpExtObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.1
cSctpScalarsExt
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.1.1
cSctpStatRtxChucks
OBJECT-TYPE
Number of SCTP chunks retransmitted due to the T3 timers expiring before the packet is acknowledged.
1.3.6.1.4.1.9.10.76.1.1.1Counter32read-onlycurrent
cSctpStatRtxChucksFast
OBJECT-TYPE
Number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp].
1.3.6.1.4.1.9.10.76.1.1.2Counter32read-onlycurrent
cSctpStatDestAddressFailures
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.10.76.1.1.3Counter32read-onlycurrent
cSctpCtrlPurgeTimeout
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.10.76.1.1.4Unsigned32 (3600..3000000)read-writecurrent
cSctpCtrlMaxHeld
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.10.76.1.1.5Unsigned32 (30..10000)read-writecurrent
cSctpAddressStateNotifEnabled
OBJECT-TYPE
This 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.
1.3.6.1.4.1.9.10.76.1.1.6TruthValueread-writecurrent
cSctpExtTables
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.1.2
cSctpAssocExtTable
OBJECT-TYPE
A table containing SCTP association-specific information.
1.3.6.1.4.1.9.10.76.1.2.1not-accessiblecurrent
cSctpAssocExtEntry
OBJECT-TYPE
General common variables and statistics for the whole association.
1.3.6.1.4.1.9.10.76.1.2.1.1not-accessiblecurrent
cSctpAssocExtRtoMin
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.76.1.2.1.1.1Unsigned32read-onlycurrent
cSctpAssocExtRtoMax
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.76.1.2.1.1.2Unsigned32read-onlycurrent
cSctpAssocExtRtoInitial
OBJECT-TYPE
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
1.3.6.1.4.1.9.10.76.1.2.1.1.3Unsigned32read-onlycurrent
cSctpAssocExtValCookieLife
OBJECT-TYPE
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
1.3.6.1.4.1.9.10.76.1.2.1.1.4Unsigned32read-onlycurrent
cSctpAssocExtMaxInitRetr
OBJECT-TYPE
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
1.3.6.1.4.1.9.10.76.1.2.1.1.5Unsigned32read-onlycurrent
cSctpAssocExtMTU
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.10.76.1.2.1.1.6Unsigned32 (37..65535)read-onlycurrent
cSctpAssocExtLocRecWnd
OBJECT-TYPE
The current local receive window size for this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.7Unsigned32 (1..65535)read-onlycurrent
cSctpAssocExtLocRecWndLowMark
OBJECT-TYPE
Low water mark for Local Receive Window Size.
1.3.6.1.4.1.9.10.76.1.2.1.1.8Gauge32 (0..65535)read-onlycurrent
cSctpAssocExtLocRecWndZeroCnt
OBJECT-TYPE
Number of times the Local Receive window reached zero bytes.
1.3.6.1.4.1.9.10.76.1.2.1.1.9Counter32read-onlycurrent
cSctpAssocExtRemRecWnd
OBJECT-TYPE
The Remote Receive Window Size for this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.10Unsigned32 (0..65535)read-onlycurrent
cSctpAssocExtRemRecWndLowMark
OBJECT-TYPE
Low water mark for Remote Receive Window Size.
1.3.6.1.4.1.9.10.76.1.2.1.1.11Gauge32 (0..65535)read-onlycurrent
cSctpAssocExtRemRecWndZeroCnt
OBJECT-TYPE
Number of times the Remote Receive window reached zero bytes.
1.3.6.1.4.1.9.10.76.1.2.1.1.12Counter32read-onlycurrent
cSctpAssocExtUlpQueued
OBJECT-TYPE
Current number of IP datagrams waiting to be sent.
1.3.6.1.4.1.9.10.76.1.2.1.1.13Gauge32 (0..65535)read-onlycurrent
cSctpAssocExtUlpQueuedHW
OBJECT-TYPE
High 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.
1.3.6.1.4.1.9.10.76.1.2.1.1.14Gauge32 (0..65535)read-writecurrent
cSctpAssocExtUlpQueuedRT
OBJECT-TYPE
The time when cSctpAssocUlpQueuedHW was set to 0.
1.3.6.1.4.1.9.10.76.1.2.1.1.15TimeStampread-onlycurrent
cSctpAssocExtChunksRecControl
OBJECT-TYPE
Number of control Chucks received by this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.16Counter32read-onlycurrent
cSctpAssocExtChunksRecOrdered
OBJECT-TYPE
Number of Chucks received by this association where order is required.
1.3.6.1.4.1.9.10.76.1.2.1.1.17Counter32read-onlycurrent
cSctpAssocExtChunksRecUnOrdered
OBJECT-TYPE
Number of Chucks received by this association where order is not required.
1.3.6.1.4.1.9.10.76.1.2.1.1.18Counter32read-onlycurrent
cSctpAssocExtChunksSentControl
OBJECT-TYPE
Number of control Chucks sent by this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.19Counter32read-onlycurrent
cSctpAssocExtChunksSentOrdered
OBJECT-TYPE
Number of Chucks sent by this association where order is required.
1.3.6.1.4.1.9.10.76.1.2.1.1.20Counter32read-onlycurrent
cSctpAssocExtChunksSentUnOrdered
OBJECT-TYPE
Number of Chucks sent by this association where order is not required.
1.3.6.1.4.1.9.10.76.1.2.1.1.21Counter32read-onlycurrent
cSctpAssocExtDatagramsRec
OBJECT-TYPE
Number of IP datagrams received by this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.22Counter32read-onlycurrent
cSctpAssocExtDatagramsSent
OBJECT-TYPE
Number of IP datagrams sent by this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.23Counter32read-onlycurrent
cSctpAssocExtEffectiveAddrType
OBJECT-TYPE
Internet type of effective destination IP address. This is the type of IP address to which traffic is currently sent for this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.24InetAddressTyperead-onlycurrent
cSctpAssocExtEffectiveAddress
OBJECT-TYPE
Effective 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.
1.3.6.1.4.1.9.10.76.1.2.1.1.25InetAddressread-onlycurrent
cSctpAssocExtRtxChunksFast
OBJECT-TYPE
The accumulated number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp] since the start of this association.
1.3.6.1.4.1.9.10.76.1.2.1.1.26Counter32read-onlycurrent
cSctpAssocExtBundleFlag
OBJECT-TYPE
This 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.
1.3.6.1.4.1.9.10.76.1.2.1.1.27TruthValueread-onlycurrent
cSctpAssocExtBundleTimeout
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.10.76.1.2.1.1.28Unsigned32 (1..60000)read-onlycurrent
cSctpAssocRemAddressExtTable
OBJECT-TYPE
Expanded table of cSctpAssocRemAddressExtTable based on the AssocId index.
1.3.6.1.4.1.9.10.76.1.2.2not-accessiblecurrent
cSctpAssocRemAddressExtEntry
OBJECT-TYPE
Additional information about destination IP addresses.
1.3.6.1.4.1.9.10.76.1.2.2.1not-accessiblecurrent
cSctpAssocRemAddressFailedCnt
OBJECT-TYPE
Number of times the destination address was marked as failed.
1.3.6.1.4.1.9.10.76.1.2.2.1.1Counter32read-onlycurrent
cSctpAssocRemAddressSRTT
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.10.76.1.2.2.1.2Unsigned32 (0..65535)read-onlycurrent
cSctpExtConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.3
cSctpExtCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.3.1
cSctpExtGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.76.3.2

Notifications

NameOIDStatus
cSctpExtDestAddressStateChange
NOTIFICATION-TYPE
The notification is generated when the state transition of cSctpAssocRemAddressStatus has occurred.
1.3.6.1.4.1.9.10.76.0.1current

Conformance

NameOIDStatus
cSctpExtCompliance
MODULE-COMPLIANCE
The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my.
1.3.6.1.4.1.9.10.76.3.1.1deprecated
cSctpExtComplianceRev1
MODULE-COMPLIANCE
The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my.
1.3.6.1.4.1.9.10.76.3.1.2current
cSctpExtStatGroup
OBJECT-GROUP
A collection of objects providing SCTP per system basis statistics for all associations.
1.3.6.1.4.1.9.10.76.3.2.1current
cSctpExtCtrlGroup
OBJECT-GROUP
A collection of objects providing SCTP per system basis control behavior for all associations.
1.3.6.1.4.1.9.10.76.3.2.2deprecated
cSctpExtAssocCtrlGroup
OBJECT-GROUP
Objects used to control the behavior each association.
1.3.6.1.4.1.9.10.76.3.2.3current
cSctpExtAssocStatGroup
OBJECT-GROUP
Objects used to collect information and statistics on each association.
1.3.6.1.4.1.9.10.76.3.2.4deprecated
cSctpExtAssocRemAddrGroup
OBJECT-GROUP
Objects used to collect information and statistics on each destination IP address.
1.3.6.1.4.1.9.10.76.3.2.5current
cSctpExtAssocNotificationsGroup
NOTIFICATION-GROUP
Object used to provide notifications of state changes on destination IP addresses.
1.3.6.1.4.1.9.10.76.3.2.6current
cSctpExtCtrlGroupRev1
OBJECT-GROUP
A collection of objects providing SCTP per system basis control behavior for all associations.
1.3.6.1.4.1.9.10.76.3.2.7current
cSctpExtAssocStatGroupRev1
OBJECT-GROUP
Objects used to collect information and statistics on each association.
1.3.6.1.4.1.9.10.76.3.2.8current