CISCO-IPSLA-ECHO-MIB

File: CISCO-IPSLA-ECHO-MIB.mib (41304 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP StorageType
TruthValue RowStatus SnmpAdminString
InetAddress InetAddressType InetPortNumber
ciscoMgmt

Defined Types

CipslaIcmpEchoTmplEntry  
SEQUENCE    
  cipslaIcmpEchoTmplName SnmpAdminString
  cipslaIcmpEchoTmplDescription SnmpAdminString
  cipslaIcmpEchoTmplSrcAddrType InetAddressType
  cipslaIcmpEchoTmplSrcAddr InetAddress
  cipslaIcmpEchoTmplTimeOut Unsigned32
  cipslaIcmpEchoTmplVerifyData TruthValue
  cipslaIcmpEchoTmplReqDataSize Unsigned32
  cipslaIcmpEchoTmplTOS Unsigned32
  cipslaIcmpEchoTmplVrfName SnmpAdminString
  cipslaIcmpEchoTmplThreshold Unsigned32
  cipslaIcmpEchoTmplHistLives Unsigned32
  cipslaIcmpEchoTmplHistBuckets Unsigned32
  cipslaIcmpEchoTmplHistFilter INTEGER
  cipslaIcmpEchoTmplStatsHours Unsigned32
  cipslaIcmpEchoTmplDistBuckets Unsigned32
  cipslaIcmpEchoTmplDistInterval Unsigned32
  cipslaIcmpEchoTmplStorageType StorageType
  cipslaIcmpEchoTmplRowStatus RowStatus

CipslaUdpEchoTmplEntry  
SEQUENCE    
  cipslaUdpEchoTmplName SnmpAdminString
  cipslaUdpEchoTmplDescription SnmpAdminString
  cipslaUdpEchoTmplControlEnable TruthValue
  cipslaUdpEchoTmplSrcAddrType InetAddressType
  cipslaUdpEchoTmplSrcAddr InetAddress
  cipslaUdpEchoTmplSrcPort InetPortNumber
  cipslaUdpEchoTmplTimeOut Unsigned32
  cipslaUdpEchoTmplVerifyData TruthValue
  cipslaUdpEchoTmplReqDataSize Unsigned32
  cipslaUdpEchoTmplTOS Unsigned32
  cipslaUdpEchoTmplVrfName SnmpAdminString
  cipslaUdpEchoTmplThreshold Unsigned32
  cipslaUdpEchoTmplHistLives Unsigned32
  cipslaUdpEchoTmplHistBuckets Unsigned32
  cipslaUdpEchoTmplHistFilter INTEGER
  cipslaUdpEchoTmplStatsHours Unsigned32
  cipslaUdpEchoTmplDistBuckets Unsigned32
  cipslaUdpEchoTmplDistInterval Unsigned32
  cipslaUdpEchoTmplStorageType StorageType
  cipslaUdpEchoTmplRowStatus RowStatus

CipslaTcpConnTmplEntry  
SEQUENCE    
  cipslaTcpConnTmplName SnmpAdminString
  cipslaTcpConnTmplDescription SnmpAdminString
  cipslaTcpConnTmplControlEnable TruthValue
  cipslaTcpConnTmplSrcAddrType InetAddressType
  cipslaTcpConnTmplSrcAddr InetAddress
  cipslaTcpConnTmplSrcPort InetPortNumber
  cipslaTcpConnTmplTimeOut Unsigned32
  cipslaTcpConnTmplVerifyData TruthValue
  cipslaTcpConnTmplTOS Unsigned32
  cipslaTcpConnTmplThreshold Unsigned32
  cipslaTcpConnTmplHistLives Unsigned32
  cipslaTcpConnTmplHistBuckets Unsigned32
  cipslaTcpConnTmplHistFilter INTEGER
  cipslaTcpConnTmplStatsHours Unsigned32
  cipslaTcpConnTmplDistBuckets Unsigned32
  cipslaTcpConnTmplDistInterval Unsigned32
  cipslaTcpConnTmplStorageType StorageType
  cipslaTcpConnTmplRowStatus RowStatus

Defined Values

ciscoIpSlaEchoMIB 1.3.6.1.4.1.9.9.636
This MIB module defines the templates for IP SLA operations of ICMP echo, UDP echo and TCP connect. The ICMP echo operation measures end-to-end response time between a Cisco router and any IP enabled device by computing the time taken between sending an ICMP echo request message to the destination and receiving an ICMP echo reply. The UDP echo operation measures end-to-end response time between a Cisco router and any IP enabled device by computing the time taken between sending an UDP echo request message to the destination and receiving an UDP echo reply. The TCP connect operation measures end-to-end response time between a Cisco router and any IP enabled device by computing the time taken to perform a TCP connect operation.
MODULE-IDENTITY    

ciscoIpSlaEchoMIBNotifs 1.3.6.1.4.1.9.9.636.0
OBJECT IDENTIFIER    

ciscoIpSlaEchoMIBObjects 1.3.6.1.4.1.9.9.636.1
OBJECT IDENTIFIER    

cipslaIcmpEchoTmplTable 1.3.6.1.4.1.9.9.636.1.1
A table that contains ICMP echo template definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaIcmpEchoTmplEntry

cipslaIcmpEchoTmplEntry 1.3.6.1.4.1.9.9.636.1.1.1
A row entry representing an IPSLA ICMP echo template.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaIcmpEchoTmplEntry  

cipslaIcmpEchoTmplName 1.3.6.1.4.1.9.9.636.1.1.1.1
This field is used to specify the ICMP echo template name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cipslaIcmpEchoTmplDescription 1.3.6.1.4.1.9.9.636.1.1.1.2
This field is used to provide description for the ICMP echo template.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cipslaIcmpEchoTmplSrcAddrType 1.3.6.1.4.1.9.9.636.1.1.1.3
An enumerated value which specifies the IP address type of the source. It must be used along with the cipslaIcmpEchoTmplSrcAddr object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cipslaIcmpEchoTmplSrcAddr 1.3.6.1.4.1.9.9.636.1.1.1.4
A string which specifies the IP address of the source.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cipslaIcmpEchoTmplTimeOut 1.3.6.1.4.1.9.9.636.1.1.1.5
Specifies the duration to wait for a IP SLA operation completion. For connection oriented protocols, this may cause the connection to be closed by the operation. Once closed, it will be assumed that the connection reestablishment will be performed. To prevent unwanted closure of connections, be sure to set this value to a realistic connection timeout.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..604800000  

cipslaIcmpEchoTmplVerifyData 1.3.6.1.4.1.9.9.636.1.1.1.6
When set to true, the resulting data in each IP SLA operation is compared with the expected data. This includes checking header information (if possible) and exact packet size.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaIcmpEchoTmplReqDataSize 1.3.6.1.4.1.9.9.636.1.1.1.7
This object represents the number of octets to be placed into the ARR Data portion of the request message, when using SNA protocols. For non-ARR protocols' IP SLA request/responses, this value represents the native payload size. REMEMBER: The ARR Header overhead is not included in this value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..16384  

cipslaIcmpEchoTmplTOS 1.3.6.1.4.1.9.9.636.1.1.1.8
This object represents the type of service octet in an IP header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

cipslaIcmpEchoTmplVrfName 1.3.6.1.4.1.9.9.636.1.1.1.9
This field is used to specify the VRF name with which the IP SLA operation will be used. For regular IP SLA operation this field should not be configured. The agent will use this field to identify the VRF routing table for this operation.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

cipslaIcmpEchoTmplThreshold 1.3.6.1.4.1.9.9.636.1.1.1.10
This object defines an administrative threshold limit. If the IP SLA operation time exceeds this limit and if the condition specified in cipslaIcmpEchoTmplHistFilter is satisfied, one threshold crossing occurrence will be counted.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2147483647  

cipslaIcmpEchoTmplHistLives 1.3.6.1.4.1.9.9.636.1.1.1.11
The maximum number of history lives to record. A life is defined by the countdown (or transition) to zero by the cipslaAutoGroupScheduleLife object. A new life is created when the same conceptual control row is restarted via the transition of the cipslaAutoGroupScheduleLife object and its subsequent countdown. The value of zero will shut off all data collection.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2  

cipslaIcmpEchoTmplHistBuckets 1.3.6.1.4.1.9.9.636.1.1.1.12
The maximum number of history buckets to record. This value is set to the number of operations to keep per lifetime. After cipslaIcmpEchoTmplHistBuckets are filled, the oldest entries are deleted and the most recent cipslaIcmpEchoTmplHistBuckets buckets are retained.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

cipslaIcmpEchoTmplHistFilter 1.3.6.1.4.1.9.9.636.1.1.1.13
Defines a filter for adding RTT results to the history buffer: none(1) - no history is recorded all(2) - the results of all completion times and failed completions are recorded overThreshold(3) - the results of completion times over cipslaIcmpEchoTmplThreshold are recorded. failures(4) - the results of failed operations (only) are recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), all(2), overThreshold(3), failures(4)  

cipslaIcmpEchoTmplStatsHours 1.3.6.1.4.1.9.9.636.1.1.1.14
The maximum number of hours for which statistics are maintained. Specifically this is the number of hourly groups to keep before rolling over. The value of one is not advisable because the hourly group will close and immediately be deleted before the network management station will have the opportunity to retrieve the statistics. The value of zero will shut off data collection.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..25  

cipslaIcmpEchoTmplDistBuckets 1.3.6.1.4.1.9.9.636.1.1.1.15
The maximum number of statistical distribution buckets to accumulate. Since this index does not rollover, only the first cipslaIcmpEchoTmplStatsNumDistBuckets will be kept. The last cipslaIcmpEchoTmplStatsNumDistBucket will contain all entries from its distribution interval start point to infinity.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..20  

cipslaIcmpEchoTmplDistInterval 1.3.6.1.4.1.9.9.636.1.1.1.16
The statistical distribution buckets interval. Distribution Bucket Example: cipslaIcmpEchoTmplDistBuckets = 5 buckets cipslaIcmpEchoTmplDistInterval = 10 milliseconds | Bucket 1 | Bucket 2 | Bucket 3 | Bucket 4 | Bucket 5 | | 0-9 ms | 10-19 ms | 20-29 ms | 30-39 ms | 40-Inf ms | Odd Example: cipslaIcmpEchoTmplDistBuckets = 1 buckets cipslaIcmpEchoTmplDistInterval = 10 milliseconds | Bucket 1 | | 0-Inf ms | Thus, this odd example shows that the value of cipslaIcmpEchoTmplDistInterval does not apply when cipslaIcmpEchoTmplDistBuckets is one.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

cipslaIcmpEchoTmplStorageType 1.3.6.1.4.1.9.9.636.1.1.1.17
The storage type of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cipslaIcmpEchoTmplRowStatus 1.3.6.1.4.1.9.9.636.1.1.1.18
The status of the conceptual ICMP echo template control row. When the status is active, all the read-create objects in that row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cipslaUdpEchoTmplTable 1.3.6.1.4.1.9.9.636.1.2
A table that contains UDP echo template specific definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaUdpEchoTmplEntry

cipslaUdpEchoTmplEntry 1.3.6.1.4.1.9.9.636.1.2.1
A row entry representing an IPSLA UDP echo template.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaUdpEchoTmplEntry  

cipslaUdpEchoTmplName 1.3.6.1.4.1.9.9.636.1.2.1.1
A string which specifies the UDP echo template name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cipslaUdpEchoTmplDescription 1.3.6.1.4.1.9.9.636.1.2.1.2
A string which provides description to the UDP echo template.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cipslaUdpEchoTmplControlEnable 1.3.6.1.4.1.9.9.636.1.2.1.3
If this object is enabled, then the IP SLA application will send control messages to a responder, residing on the target router to respond to the data request packets being sent by the source router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaUdpEchoTmplSrcAddrType 1.3.6.1.4.1.9.9.636.1.2.1.4
An enumerated value which specifies the IP address type of the source. It must be used along with the cipslaUdpEchoTmplSrcAddr object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cipslaUdpEchoTmplSrcAddr 1.3.6.1.4.1.9.9.636.1.2.1.5
A string which specifies the IP address of the source.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cipslaUdpEchoTmplSrcPort 1.3.6.1.4.1.9.9.636.1.2.1.6
This object represents the source's port number. If this object is not specified, the application will get a port allocated by the system.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cipslaUdpEchoTmplTimeOut 1.3.6.1.4.1.9.9.636.1.2.1.7
Specifies the duration to wait for an IP SLA operation completion. For connection oriented protocols, this may cause the connection to be closed by the operation. Once closed, it will be assumed that the connection reestablishment will be performed. To prevent unwanted closure of connections, be sure to set this value to a realistic connection timeout.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..604800000  

cipslaUdpEchoTmplVerifyData 1.3.6.1.4.1.9.9.636.1.2.1.8
When set to true, the resulting data in each IP SLA operation is compared with the expected data. This includes checking header information (if possible) and exact packet size.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaUdpEchoTmplReqDataSize 1.3.6.1.4.1.9.9.636.1.2.1.9
This object represents the number of octets to be placed into the ARR Data portion of the request message, when using SNA protocols. For non-ARR protocols' RTT request/responses, this value represents the native payload size. REMEMBER: The ARR Header overhead is not included in this value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 4..1500  

cipslaUdpEchoTmplTOS 1.3.6.1.4.1.9.9.636.1.2.1.10
This object represents the type of service octet in an IP header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

cipslaUdpEchoTmplVrfName 1.3.6.1.4.1.9.9.636.1.2.1.11
This field is used to specify the VRF name with which the IP SLA operation will be used. For regular IP SLA operation this field should not be configured. The agent will use this field to identify the VRF routing Table for this operation.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

cipslaUdpEchoTmplThreshold 1.3.6.1.4.1.9.9.636.1.2.1.12
This object defines an administrative threshold limit. If the IP SLA operation time exceeds this limit and if the condition specified in cipslaUdpEchoTmplHistFilter is satisfied, one threshold crossing occurrence will be counted.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2147483647  

cipslaUdpEchoTmplHistLives 1.3.6.1.4.1.9.9.636.1.2.1.13
The maximum number of history lives to record. A life is defined by the countdown (or transition) to zero by the cipslaAutoGroupScheduleLife object. A new life is created when the same conceptual control row is restarted via the transition of the cipslaAutoGroupScheduleLife object and its subsequent countdown. The value of zero will shut off all data collection.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2  

cipslaUdpEchoTmplHistBuckets 1.3.6.1.4.1.9.9.636.1.2.1.14
The maximum number of history buckets to record. This value should be set to the number of operations to keep per lifetime. After cipslaUdpEchoTmplHistBuckets are filled, the oldest entries are deleted and the most recent cipslaUdpEchoTmplHistBuckets buckets are retained.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

cipslaUdpEchoTmplHistFilter 1.3.6.1.4.1.9.9.636.1.2.1.15
Defines a filter for adding RTT results to the history buffer: none(1) - no history is recorded all(2) - the results of all completion times and failed completions are recorded overThreshold(3) - the results of completion times over cipslaUdpEchoTmplThreshold are recorded. failures(4) - the results of failed operations (only) are recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), all(2), overThreshold(3), failures(4)  

cipslaUdpEchoTmplStatsHours 1.3.6.1.4.1.9.9.636.1.2.1.16
The maximum number of hours for which statistics are maintained. Specifically this is the number of hourly groups to keep before rolling over. The value of one is not advisable because the hourly group will close and immediately be deleted before the network management station will have the opportunity to retrieve the statistics. The value of zero will shut off data collection.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..25  

cipslaUdpEchoTmplDistBuckets 1.3.6.1.4.1.9.9.636.1.2.1.17
The maximum number of statistical distribution buckets to accumulate. Since this index does not rollover, only the first cipslaUdpEchoTmplStatsNumDistBuckets will be kept. The last cipslaUdpEchoTmplStatsNumDistBuckets will contain all entries from its distribution interval start point to infinity.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..20  

cipslaUdpEchoTmplDistInterval 1.3.6.1.4.1.9.9.636.1.2.1.18
The statistical distribution buckets interval. Distribution Bucket Example: cipslaUdpEchoTmplDistBuckets = 5 buckets cipslaUdpEchoTmplDistInterval = 10 milliseconds | Bucket 1 | Bucket 2 | Bucket 3 | Bucket 4 | Bucket 5 | | 0-9 ms | 10-19 ms | 20-29 ms | 30-39 ms | 40-Inf ms | Odd Example: cipslaUdpEchoTmplDistBuckets = 1 buckets cipslaUdpEchoTmplDistInterval = 10 milliseconds | Bucket 1 | | 0-Inf ms | Thus, this odd example shows that the value of cipslaUdpEchoTmplDistInterval does not apply when cipslaUdpEchoTmplDistBuckets is one.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

cipslaUdpEchoTmplStorageType 1.3.6.1.4.1.9.9.636.1.2.1.19
The storage type of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cipslaUdpEchoTmplRowStatus 1.3.6.1.4.1.9.9.636.1.2.1.20
The status of the conceptual UDP echo template control row. When the status is active, all the read-create objects in that row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cipslaTcpConnTmplTable 1.3.6.1.4.1.9.9.636.1.3
A table that contains TCP connect template specific definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaTcpConnTmplEntry

cipslaTcpConnTmplEntry 1.3.6.1.4.1.9.9.636.1.3.1
A row entry representing an IPSLA TCP connect template.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaTcpConnTmplEntry  

cipslaTcpConnTmplName 1.3.6.1.4.1.9.9.636.1.3.1.1
A string which specifies the TCP connect template name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cipslaTcpConnTmplDescription 1.3.6.1.4.1.9.9.636.1.3.1.2
A string which provides description for the TCP connect template.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cipslaTcpConnTmplControlEnable 1.3.6.1.4.1.9.9.636.1.3.1.3
If this object is enabled, then the IP SLA application will send control messages to a responder, residing on the target router to respond to the data request packets being sent by the source router.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaTcpConnTmplSrcAddrType 1.3.6.1.4.1.9.9.636.1.3.1.4
An enumerated value which specifies the IP address type of the source. It must be used along with the cipslaTcpConnTmplSrcAddr object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cipslaTcpConnTmplSrcAddr 1.3.6.1.4.1.9.9.636.1.3.1.5
A string which specifies the IP address of the source.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cipslaTcpConnTmplSrcPort 1.3.6.1.4.1.9.9.636.1.3.1.6
This object represents the source's port number. If this object is not specified, the application will get a port allocated by the system.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cipslaTcpConnTmplTimeOut 1.3.6.1.4.1.9.9.636.1.3.1.7
Specifies the duration to wait for an IP SLA operation completion. For connection oriented protocols, this may cause the connection to be closed by the operation. Once closed, it will be assumed that the connection reestablishment will be performed. To prevent unwanted closure of connections, be sure to set this value to a realistic connection timeout.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..604800000  

cipslaTcpConnTmplVerifyData 1.3.6.1.4.1.9.9.636.1.3.1.8
When set to true, the resulting data in each IP SLA operation is compared with the expected data. This includes checking header information (if possible) and exact packet size.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaTcpConnTmplTOS 1.3.6.1.4.1.9.9.636.1.3.1.9
This object represents the type of service octet in an IP header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

cipslaTcpConnTmplThreshold 1.3.6.1.4.1.9.9.636.1.3.1.10
This object defines an administrative threshold limit. If the IP SLA operation time exceeds this limit and if the condition specified in cipslaTcpConnTmplHistFilter is satisfied, one threshold crossing occurrence will be counted.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2147483647  

cipslaTcpConnTmplHistLives 1.3.6.1.4.1.9.9.636.1.3.1.11
The maximum number of history lives to record. A life is defined by the countdown (or transition) to zero by the cipslaAutoGroupScheduleLife object. A new life is created when the same conceptual control row is restarted via the transition of the cipslaAutoGroupScheduleLife object and its subsequent countdown. The value of zero will shut off all data collection.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2  

cipslaTcpConnTmplHistBuckets 1.3.6.1.4.1.9.9.636.1.3.1.12
The maximum number of history buckets to record. This value should be set to the number of operations to keep per lifetime. After cipslaTcpConnTmplHistBuckets are filled, the oldest entries are deleted and the most recent cipslaTcpConnTmplHistBuckets buckets are retained.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

cipslaTcpConnTmplHistFilter 1.3.6.1.4.1.9.9.636.1.3.1.13
Defines a filter for adding RTT results to the history buffer: none(1) - no history is recorded all(2) - the results of all completion times and failed completions are recorded overThreshold(3) - the results of completion times over cipslaTcpConnTmplThreshold are recorded. failures(4) - the results of failed operations (only) are recorded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), all(2), overThreshold(3), failures(4)  

cipslaTcpConnTmplStatsHours 1.3.6.1.4.1.9.9.636.1.3.1.14
The maximum number of hours for which statistics are maintained. Specifically this is the number of hourly groups to keep before rolling over. The value of one is not advisable because the hourly group will close and immediately be deleted before the network management station will have the opportunity to retrieve the statistics. The value of zero will shut off data collection.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..25  

cipslaTcpConnTmplDistBuckets 1.3.6.1.4.1.9.9.636.1.3.1.15
The maximum number of statistical distribution buckets to accumulate. Since this index does not rollover, only the first cipslaTcpConnTmplDistBuckets will be kept. The last cipslaTcpConnTmplDistBuckets will contain all entries from its distribution interval start point to infinity.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..20  

cipslaTcpConnTmplDistInterval 1.3.6.1.4.1.9.9.636.1.3.1.16
The statistical distribution buckets interval. Distribution Bucket Example: cipslaTcpConnTmplDistBuckets = 5 buckets cipslaTcpConnTmplDistInterval = 10 milliseconds | Bucket 1 | Bucket 2 | Bucket 3 | Bucket 4 | Bucket 5 | | 0-9 ms | 10-19 ms | 20-29 ms | 30-39 ms | 40-Inf ms | Odd Example: cipslaTcpConnTmplDistBuckets = 1 buckets cipslaTcpConnTmplDistInterval = 10 milliseconds | Bucket 1 | | 0-Inf ms | Thus, this odd example shows that the value of cipslaTcpConnTmplDistInterval does not apply when cipslaTcpConnTmplDistBuckets is one.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

cipslaTcpConnTmplStorageType 1.3.6.1.4.1.9.9.636.1.3.1.17
The storage type of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cipslaTcpConnTmplRowStatus 1.3.6.1.4.1.9.9.636.1.3.1.18
The status of the conceptual tcp connect control row. When the status is active, all the read-create objects in that row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoIpSlaEchoMIBConform 1.3.6.1.4.1.9.9.636.2
OBJECT IDENTIFIER    

ciscoIpSlaEchoMIBCompliances 1.3.6.1.4.1.9.9.636.2.1
OBJECT IDENTIFIER    

ciscoIpSlaEchoMIBGroups 1.3.6.1.4.1.9.9.636.2.2
OBJECT IDENTIFIER    

ciscoIpSlaEchoMIBCompliance 1.3.6.1.4.1.9.9.636.2.1.1
The compliance statement for IP SLA (1) ICMP echo Template (2) UDP echo Template (3) TCP connect Template
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoIpSlaIcmpEchoTmplGroup 1.3.6.1.4.1.9.9.636.2.2.1
A collection of objects related to ICMP echo Template.
Status: current Access: read-create
OBJECT-GROUP    

ciscoIpSlaUdpEchoTmplGroup 1.3.6.1.4.1.9.9.636.2.2.2
A collection of objects related to UDP echo Template.
Status: current Access: read-create
OBJECT-GROUP    

ciscoIpSlaTcpConnTmplGroup 1.3.6.1.4.1.9.9.636.2.2.3
A collection of objects related to TCP connect Template.
Status: current Access: read-create
OBJECT-GROUP