CISCO-IETF-SCTP-EXT-MIB

File: CISCO-IETF-SCTP-EXT-MIB.mib (29636 bytes)

Imported modules

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

Imported symbols

InetAddressType InetAddress Gauge32
MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter32 Unsigned32 TimeStamp
TruthValue MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP ciscoExperiment cSctpAssocEntry
cSctpAssocRemAddressEntry cSctpAssocRemAddressStatus

Defined Types

CSctpAssocExtEntry  
SEQUENCE    
  cSctpAssocExtRtoMin Unsigned32
  cSctpAssocExtRtoMax Unsigned32
  cSctpAssocExtRtoInitial Unsigned32
  cSctpAssocExtValCookieLife Unsigned32
  cSctpAssocExtMaxInitRetr Unsigned32
  cSctpAssocExtMTU Unsigned32
  cSctpAssocExtLocRecWnd Unsigned32
  cSctpAssocExtLocRecWndLowMark Gauge32
  cSctpAssocExtLocRecWndZeroCnt Counter32
  cSctpAssocExtRemRecWnd Unsigned32
  cSctpAssocExtRemRecWndLowMark Gauge32
  cSctpAssocExtRemRecWndZeroCnt Counter32
  cSctpAssocExtUlpQueued Gauge32
  cSctpAssocExtUlpQueuedHW Gauge32
  cSctpAssocExtUlpQueuedRT TimeStamp
  cSctpAssocExtChunksRecControl Counter32
  cSctpAssocExtChunksRecOrdered Counter32
  cSctpAssocExtChunksRecUnOrdered Counter32
  cSctpAssocExtChunksSentControl Counter32
  cSctpAssocExtChunksSentOrdered Counter32
  cSctpAssocExtChunksSentUnOrdered Counter32
  cSctpAssocExtDatagramsRec Counter32
  cSctpAssocExtDatagramsSent Counter32
  cSctpAssocExtEffectiveAddrType InetAddressType
  cSctpAssocExtEffectiveAddress InetAddress
  cSctpAssocExtRtxChunksFast Counter32
  cSctpAssocExtBundleFlag TruthValue
  cSctpAssocExtBundleTimeout Unsigned32

CSctpAssocRemAddressExtEntry  
SEQUENCE    
  cSctpAssocRemAddressFailedCnt Counter32
  cSctpAssocRemAddressSRTT Unsigned32

Defined Values

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).
MODULE-IDENTITY    

cSctpExtNotifications 1.3.6.1.4.1.9.10.76.0
OBJECT IDENTIFIER    

cSctpExtObjects 1.3.6.1.4.1.9.10.76.1
OBJECT IDENTIFIER    

cSctpScalarsExt 1.3.6.1.4.1.9.10.76.1.1
OBJECT IDENTIFIER    

cSctpExtTables 1.3.6.1.4.1.9.10.76.1.2
OBJECT IDENTIFIER    

cSctpStatRtxChucks 1.3.6.1.4.1.9.10.76.1.1.1
Number of SCTP chunks retransmitted due to the T3 timers expiring before the packet is acknowledged.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpStatRtxChucksFast 1.3.6.1.4.1.9.10.76.1.1.2
Number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp].
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpStatDestAddressFailures 1.3.6.1.4.1.9.10.76.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpCtrlPurgeTimeout 1.3.6.1.4.1.9.10.76.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 3600..3000000  

cSctpCtrlMaxHeld 1.3.6.1.4.1.9.10.76.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 30..10000  

cSctpAddressStateNotifEnabled 1.3.6.1.4.1.9.10.76.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cSctpAssocExtTable 1.3.6.1.4.1.9.10.76.1.2.1
A table containing SCTP association-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpAssocExtEntry

cSctpAssocExtEntry 1.3.6.1.4.1.9.10.76.1.2.1.1
General common variables and statistics for the whole association.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpAssocExtEntry  

cSctpAssocExtRtoMin 1.3.6.1.4.1.9.10.76.1.2.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocExtRtoMax 1.3.6.1.4.1.9.10.76.1.2.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocExtRtoInitial 1.3.6.1.4.1.9.10.76.1.2.1.1.3
Initial value for the Retransmission timer. Recommended value is 3000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocExtValCookieLife 1.3.6.1.4.1.9.10.76.1.2.1.1.4
Valid cookie life in the 4-way start-up handshake procedure. Recommended value: 60000 milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocExtMaxInitRetr 1.3.6.1.4.1.9.10.76.1.2.1.1.5
The maximum number of retransmissions at the start-up phase (INIT and COOKIE ECHO chunks). Recommended value: 8 attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cSctpAssocExtMTU 1.3.6.1.4.1.9.10.76.1.2.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 37..65535  

cSctpAssocExtLocRecWnd 1.3.6.1.4.1.9.10.76.1.2.1.1.7
The current local receive window size for this association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

cSctpAssocExtLocRecWndLowMark 1.3.6.1.4.1.9.10.76.1.2.1.1.8
Low water mark for Local Receive Window Size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..65535  

cSctpAssocExtLocRecWndZeroCnt 1.3.6.1.4.1.9.10.76.1.2.1.1.9
Number of times the Local Receive window reached zero bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtRemRecWnd 1.3.6.1.4.1.9.10.76.1.2.1.1.10
The Remote Receive Window Size for this association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cSctpAssocExtRemRecWndLowMark 1.3.6.1.4.1.9.10.76.1.2.1.1.11
Low water mark for Remote Receive Window Size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..65535  

cSctpAssocExtRemRecWndZeroCnt 1.3.6.1.4.1.9.10.76.1.2.1.1.12
Number of times the Remote Receive window reached zero bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtUlpQueued 1.3.6.1.4.1.9.10.76.1.2.1.1.13
Current number of IP datagrams waiting to be sent.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..65535  

cSctpAssocExtUlpQueuedHW 1.3.6.1.4.1.9.10.76.1.2.1.1.14
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.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32 0..65535  

cSctpAssocExtUlpQueuedRT 1.3.6.1.4.1.9.10.76.1.2.1.1.15
The time when cSctpAssocUlpQueuedHW was set to 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSctpAssocExtChunksRecControl 1.3.6.1.4.1.9.10.76.1.2.1.1.16
Number of control Chucks received by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtChunksRecOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.17
Number of Chucks received by this association where order is required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtChunksRecUnOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.18
Number of Chucks received by this association where order is not required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtChunksSentControl 1.3.6.1.4.1.9.10.76.1.2.1.1.19
Number of control Chucks sent by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtChunksSentOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.20
Number of Chucks sent by this association where order is required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtChunksSentUnOrdered 1.3.6.1.4.1.9.10.76.1.2.1.1.21
Number of Chucks sent by this association where order is not required.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtDatagramsRec 1.3.6.1.4.1.9.10.76.1.2.1.1.22
Number of IP datagrams received by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtDatagramsSent 1.3.6.1.4.1.9.10.76.1.2.1.1.23
Number of IP datagrams sent by this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtEffectiveAddrType 1.3.6.1.4.1.9.10.76.1.2.1.1.24
Internet type of effective destination IP address. This is the type of IP address to which traffic is currently sent for this association.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cSctpAssocExtEffectiveAddress 1.3.6.1.4.1.9.10.76.1.2.1.1.25
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cSctpAssocExtRtxChunksFast 1.3.6.1.4.1.9.10.76.1.2.1.1.26
The accumulated number of SCTP chunks retransmitted using the fast-recovery retransmission mechanism specified in [sctp] since the start of this association.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocExtBundleFlag 1.3.6.1.4.1.9.10.76.1.2.1.1.27
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cSctpAssocExtBundleTimeout 1.3.6.1.4.1.9.10.76.1.2.1.1.28
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..60000  

cSctpAssocRemAddressExtTable 1.3.6.1.4.1.9.10.76.1.2.2
Expanded table of cSctpAssocRemAddressExtTable based on the AssocId index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSctpAssocRemAddressExtEntry

cSctpAssocRemAddressExtEntry 1.3.6.1.4.1.9.10.76.1.2.2.1
Additional information about destination IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSctpAssocRemAddressExtEntry  

cSctpAssocRemAddressFailedCnt 1.3.6.1.4.1.9.10.76.1.2.2.1.1
Number of times the destination address was marked as failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cSctpAssocRemAddressSRTT 1.3.6.1.4.1.9.10.76.1.2.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cSctpExtDestAddressStateChange 1.3.6.1.4.1.9.10.76.0.1
The notification is generated when the state transition of cSctpAssocRemAddressStatus has occurred.
Status: current Access: read-only
NOTIFICATION-TYPE    

cSctpExtConformance 1.3.6.1.4.1.9.10.76.3
OBJECT IDENTIFIER    

cSctpExtCompliances 1.3.6.1.4.1.9.10.76.3.1
OBJECT IDENTIFIER    

cSctpExtGroups 1.3.6.1.4.1.9.10.76.3.2
OBJECT IDENTIFIER    

cSctpExtCompliance 1.3.6.1.4.1.9.10.76.3.1.1
The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cSctpExtComplianceRev1 1.3.6.1.4.1.9.10.76.3.1.2
The compliance statement for CISCO-IETF-SCTP-EXT-MIB.my.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: deprecated Access: read-only
OBJECT-GROUP    

cSctpExtAssocCtrlGroup 1.3.6.1.4.1.9.10.76.3.2.3
Objects used to control the behavior each association.
Status: current Access: read-only
OBJECT-GROUP    

cSctpExtAssocStatGroup 1.3.6.1.4.1.9.10.76.3.2.4
Objects used to collect information and statistics on each association.
Status: deprecated Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
NOTIFICATION-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

cSctpExtAssocStatGroupRev1 1.3.6.1.4.1.9.10.76.3.2.8
Objects used to collect information and statistics on each association.
Status: current Access: read-only
OBJECT-GROUP