CISCO-IETF-SCTP-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-SCTP-EXT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cSctpExtMIB 1.3.6.1.4.1.9.10.76
An extension to the CISCO-IETF-SCTP-MIB.my used to provide additional information to manage the Stream Control Transmission Protocol (RFC 2960).
       cSctpExtNotifications 1.3.6.1.4.1.9.10.76.0
           cSctpExtDestAddressStateChange 1.3.6.1.4.1.9.10.76.0.1
The notification is generated when the state transition of cSctpAssocRemAddressStatus has occurred.
       cSctpExtObjects 1.3.6.1.4.1.9.10.76.1
           cSctpScalarsExt 1.3.6.1.4.1.9.10.76.1.1
               cSctpStatRtxChucks 1.3.6.1.4.1.9.10.76.1.1.1 counter32 read-only
Number of SCTP chunks retransmitted due to the T3 timers expiring before the packet is acknowledged.
               cSctpStatRtxChucksFast 1.3.6.1.4.1.9.10.76.1.1.2 counter32 read-only
Number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp].
               cSctpStatDestAddressFailures 1.3.6.1.4.1.9.10.76.1.1.3 counter32 read-only
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.
               cSctpCtrlPurgeTimeout 1.3.6.1.4.1.9.10.76.1.1.4 unsigned32 read-write
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.
               cSctpCtrlMaxHeld 1.3.6.1.4.1.9.10.76.1.1.5 unsigned32 read-write
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.
               cSctpAddressStateNotifEnabled 1.3.6.1.4.1.9.10.76.1.1.6 truthvalue read-write
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.
           cSctpExtTables 1.3.6.1.4.1.9.10.76.1.2
               cSctpAssocExtTable 1.3.6.1.4.1.9.10.76.1.2.1 no-access
A table containing SCTP association-specific information.
                   cSctpAssocExtEntry 1.3.6.1.4.1.9.10.76.1.2.1.1 no-access
General common variables and statistics for the whole association.
                       cSctpAssocExtRtoMin 1.3.6.1.4.1.9.10.76.1.2.1.1.1 unsigned32 read-only
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.
                       cSctpAssocExtRtoMax 1.3.6.1.4.1.9.10.76.1.2.1.1.2 unsigned32 read-only
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.
                       cSctpAssocExtRtoInitial 1.3.6.1.4.1.9.10.76.1.2.1.1.3 unsigned32 read-only
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
                       cSctpAssocExtValCookieLife 1.3.6.1.4.1.9.10.76.1.2.1.1.4 unsigned32 read-only
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
                       cSctpAssocExtMaxInitRetr 1.3.6.1.4.1.9.10.76.1.2.1.1.5 unsigned32 read-only
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
                       cSctpAssocExtMTU 1.3.6.1.4.1.9.10.76.1.2.1.1.6 unsigned32 read-only
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.
                       cSctpAssocExtLocRecWnd 1.3.6.1.4.1.9.10.76.1.2.1.1.7 unsigned32 read-only
The current local receive window size for this association.
                       cSctpAssocExtLocRecWndLowMark 1.3.6.1.4.1.9.10.76.1.2.1.1.8 gauge32 read-only
Low water mark for Local Receive Window Size.
                       cSctpAssocExtLocRecWndZeroCnt 1.3.6.1.4.1.9.10.76.1.2.1.1.9 counter32 read-only
Number of times the Local Receive window reached zero bytes.
                       cSctpAssocExtRemRecWnd 1.3.6.1.4.1.9.10.76.1.2.1.1.10 unsigned32 read-only
The Remote Receive Window Size for this association.
                       cSctpAssocExtRemRecWndLowMark 1.3.6.1.4.1.9.10.76.1.2.1.1.11 gauge32 read-only
Low water mark for Remote Receive Window Size.
                       cSctpAssocExtRemRecWndZeroCnt 1.3.6.1.4.1.9.10.76.1.2.1.1.12 counter32 read-only
Number of times the Remote Receive window reached zero bytes.
                       cSctpAssocExtUlpQueued 1.3.6.1.4.1.9.10.76.1.2.1.1.13 gauge32 read-only
Current number of IP datagrams waiting to be sent.
                       cSctpAssocExtUlpQueuedHW 1.3.6.1.4.1.9.10.76.1.2.1.1.14 gauge32 read-write
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.
                       cSctpAssocExtUlpQueuedRT 1.3.6.1.4.1.9.10.76.1.2.1.1.15 timestamp read-only
The time when cSctpAssocUlpQueuedHW was set to 0.
                       cSctpAssocExtChunksRecControl 1.3.6.1.4.1.9.10.76.1.2.1.1.16 counter32 read-only
Number of control Chucks received by this association.
                       cSctpAssocExtChunksRecOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.17 counter32 read-only
Number of Chucks received by this association where order is required.
                       cSctpAssocExtChunksRecUnOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.18 counter32 read-only
Number of Chucks received by this association where order is not required.
                       cSctpAssocExtChunksSentControl 1.3.6.1.4.1.9.10.76.1.2.1.1.19 counter32 read-only
Number of control Chucks sent by this association.
                       cSctpAssocExtChunksSentOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.20 counter32 read-only
Number of Chucks sent by this association where order is required.
                       cSctpAssocExtChunksSentUnOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.21 counter32 read-only
Number of Chucks sent by this association where order is not required.
                       cSctpAssocExtDatagramsRec 1.3.6.1.4.1.9.10.76.1.2.1.1.22 counter32 read-only
Number of IP datagrams received by this association.
                       cSctpAssocExtDatagramsSent 1.3.6.1.4.1.9.10.76.1.2.1.1.23 counter32 read-only
Number of IP datagrams sent by this association.
                       cSctpAssocExtEffectiveAddrType 1.3.6.1.4.1.9.10.76.1.2.1.1.24 inetaddresstype read-only
Internet type of effective destination IP address. This is the type of IP address to which traffic is currently sent for this association.
                       cSctpAssocExtEffectiveAddress 1.3.6.1.4.1.9.10.76.1.2.1.1.25 inetaddress read-only
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.
                       cSctpAssocExtRtxChunksFast 1.3.6.1.4.1.9.10.76.1.2.1.1.26 counter32 read-only
The accumulated number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp] since the start of this association.
                       cSctpAssocExtBundleFlag 1.3.6.1.4.1.9.10.76.1.2.1.1.27 truthvalue read-only
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.
                       cSctpAssocExtBundleTimeout 1.3.6.1.4.1.9.10.76.1.2.1.1.28 unsigned32 read-only
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.
               cSctpAssocRemAddressExtTable 1.3.6.1.4.1.9.10.76.1.2.2 no-access
Expanded table of cSctpAssocRemAddressExtTable based on the AssocId index.
                   cSctpAssocRemAddressExtEntry 1.3.6.1.4.1.9.10.76.1.2.2.1 no-access
Additional information about destination IP addresses.
                       cSctpAssocRemAddressFailedCnt 1.3.6.1.4.1.9.10.76.1.2.2.1.1 counter32 read-only
Number of times the destination address was marked as failed.
                       cSctpAssocRemAddressSRTT 1.3.6.1.4.1.9.10.76.1.2.2.1.2 unsigned32 read-only
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.
       cSctpExtConformance 1.3.6.1.4.1.9.10.76.3
           cSctpExtCompliances 1.3.6.1.4.1.9.10.76.3.1
               cSctpExtCompliance 1.3.6.1.4.1.9.10.76.3.1.1
The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my.
               cSctpExtComplianceRev1 1.3.6.1.4.1.9.10.76.3.1.2
The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my.
           cSctpExtGroups 1.3.6.1.4.1.9.10.76.3.2
               cSctpExtStatGroup 1.3.6.1.4.1.9.10.76.3.2.1
A collection of objects providing SCTP per system basis statistics for all associations.
               cSctpExtCtrlGroup 1.3.6.1.4.1.9.10.76.3.2.2
A collection of objects providing SCTP per system basis control behavior for all associations.
               cSctpExtAssocCtrlGroup 1.3.6.1.4.1.9.10.76.3.2.3
Objects used to control the behavior each association.
               cSctpExtAssocStatGroup 1.3.6.1.4.1.9.10.76.3.2.4
Objects used to collect information and statistics on each association.
               cSctpExtAssocRemAddrGroup 1.3.6.1.4.1.9.10.76.3.2.5
Objects used to collect information and statistics on each destination IP address.
               cSctpExtAssocNotificationsGroup 1.3.6.1.4.1.9.10.76.3.2.6
Object used to provide notifications of state changes on destination IP addresses.
               cSctpExtCtrlGroupRev1 1.3.6.1.4.1.9.10.76.3.2.7
A collection of objects providing SCTP per system basis control behavior for all associations.
               cSctpExtAssocStatGroupRev1 1.3.6.1.4.1.9.10.76.3.2.8
Objects used to collect information and statistics on each association.