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
| From | Symbols |
|---|---|
| CISCO-IETF-SCTP-MIB | cSctpAssocEntry, cSctpAssocRemAddressEntry, cSctpAssocRemAddressStatus |
| CISCO-SMI | ciscoExperiment |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | Counter32 | read-only | current |
| 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.2 | Counter32 | read-only | current |
| 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.3 | Counter32 | read-only | current |
| 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.4 | Unsigned32 (3600..3000000) | read-write | current |
| 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.5 | Unsigned32 (30..10000) | read-write | current |
| 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.6 | TruthValue | read-write | current |
| 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.1 | not-accessible | current | |
| cSctpAssocExtEntry OBJECT-TYPE General common variables and statistics for the whole association. | 1.3.6.1.4.1.9.10.76.1.2.1.1 | not-accessible | current | |
| 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.1 | Unsigned32 | read-only | current |
| 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.2 | Unsigned32 | read-only | current |
| 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.3 | Unsigned32 | read-only | current |
| 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.4 | Unsigned32 | read-only | current |
| 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.5 | Unsigned32 | read-only | current |
| 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.6 | Unsigned32 (37..65535) | read-only | current |
| 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.7 | Unsigned32 (1..65535) | read-only | current |
| cSctpAssocExtLocRecWndLowMark OBJECT-TYPE Low water mark for Local Receive Window Size. | 1.3.6.1.4.1.9.10.76.1.2.1.1.8 | Gauge32 (0..65535) | read-only | current |
| 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.9 | Counter32 | read-only | current |
| cSctpAssocExtRemRecWnd OBJECT-TYPE The Remote Receive Window Size for this association. | 1.3.6.1.4.1.9.10.76.1.2.1.1.10 | Unsigned32 (0..65535) | read-only | current |
| cSctpAssocExtRemRecWndLowMark OBJECT-TYPE Low water mark for Remote Receive Window Size. | 1.3.6.1.4.1.9.10.76.1.2.1.1.11 | Gauge32 (0..65535) | read-only | current |
| 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.12 | Counter32 | read-only | current |
| 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.13 | Gauge32 (0..65535) | read-only | current |
| 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.14 | Gauge32 (0..65535) | read-write | current |
| cSctpAssocExtUlpQueuedRT OBJECT-TYPE The time when cSctpAssocUlpQueuedHW was set to 0. | 1.3.6.1.4.1.9.10.76.1.2.1.1.15 | TimeStamp | read-only | current |
| cSctpAssocExtChunksRecControl OBJECT-TYPE Number of control Chucks received by this association. | 1.3.6.1.4.1.9.10.76.1.2.1.1.16 | Counter32 | read-only | current |
| 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.17 | Counter32 | read-only | current |
| 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.18 | Counter32 | read-only | current |
| cSctpAssocExtChunksSentControl OBJECT-TYPE Number of control Chucks sent by this association. | 1.3.6.1.4.1.9.10.76.1.2.1.1.19 | Counter32 | read-only | current |
| 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.20 | Counter32 | read-only | current |
| 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.21 | Counter32 | read-only | current |
| cSctpAssocExtDatagramsRec OBJECT-TYPE Number of IP datagrams received by this association. | 1.3.6.1.4.1.9.10.76.1.2.1.1.22 | Counter32 | read-only | current |
| cSctpAssocExtDatagramsSent OBJECT-TYPE Number of IP datagrams sent by this association. | 1.3.6.1.4.1.9.10.76.1.2.1.1.23 | Counter32 | read-only | current |
| 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.24 | InetAddressType | read-only | current |
| 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.25 | InetAddress | read-only | current |
| 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.26 | Counter32 | read-only | current |
| 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.27 | TruthValue | read-only | current |
| 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.28 | Unsigned32 (1..60000) | read-only | current |
| cSctpAssocRemAddressExtTable OBJECT-TYPE Expanded table of cSctpAssocRemAddressExtTable based on the AssocId index. | 1.3.6.1.4.1.9.10.76.1.2.2 | not-accessible | current | |
| cSctpAssocRemAddressExtEntry OBJECT-TYPE Additional information about destination IP addresses. | 1.3.6.1.4.1.9.10.76.1.2.2.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Unsigned32 (0..65535) | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| cSctpExtCompliance MODULE-COMPLIANCE The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my. | 1.3.6.1.4.1.9.10.76.3.1.1 | deprecated |
| cSctpExtComplianceRev1 MODULE-COMPLIANCE The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my. | 1.3.6.1.4.1.9.10.76.3.1.2 | current |
| 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.1 | current |
| 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.2 | deprecated |
| cSctpExtAssocCtrlGroup OBJECT-GROUP Objects used to control the behavior each association. | 1.3.6.1.4.1.9.10.76.3.2.3 | current |
| cSctpExtAssocStatGroup OBJECT-GROUP Objects used to collect information and statistics on each association. | 1.3.6.1.4.1.9.10.76.3.2.4 | deprecated |
| 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.5 | current |
| 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.6 | current |
| 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.7 | current |
| cSctpExtAssocStatGroupRev1 OBJECT-GROUP Objects used to collect information and statistics on each association. | 1.3.6.1.4.1.9.10.76.3.2.8 | current |