CISCO-IPSLA-AUTOMEASURE-MIB

File: CISCO-IPSLA-AUTOMEASURE-MIB.mib (37460 bytes)

Imported modules

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

Imported symbols

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

Defined Types

CipslaAutoGroupEntry  
SEQUENCE    
  cipslaAutoGroupName SnmpAdminString
  cipslaAutoGroupDescription SnmpAdminString
  cipslaAutoGroupDestinationName SnmpAdminString
  cipslaAutoGroupADDestPort InetPortNumber
  cipslaAutoGroupOperTemplateName SnmpAdminString
  cipslaAutoGroupSchedulerId SnmpAdminString
  cipslaAutoGroupQoSEnable TruthValue
  cipslaAutoGroupOperType IpSlaOperType
  cipslaAutoGroupDestIPADEnable TruthValue
  cipslaAutoGroupADMeasureRetry Unsigned32
  cipslaAutoGroupADDestIPAgeout Unsigned32
  cipslaAutoGroupStorageType StorageType
  cipslaAutoGroupRowStatus RowStatus

CipslaAutoGroupDestEntry  
SEQUENCE    
  cipslaAutoGroupDestName SnmpAdminString
  cipslaAutoGroupDestIpAddrType InetAddressType
  cipslaAutoGroupDestIpAddr InetAddress
  cipslaAutoGroupDestPort InetPortNumber
  cipslaAutoGroupDestStorageType StorageType
  cipslaAutoGroupDestRowStatus RowStatus

CipslaReactEntry  
SEQUENCE    
  cipslaReactConfigIndex Unsigned32
  cipslaReactVar IpSlaReactVar
  cipslaReactThresholdType INTEGER
  cipslaReactActionType INTEGER
  cipslaReactThresholdRising Unsigned32
  cipslaReactThresholdFalling Unsigned32
  cipslaReactThresholdCountX Unsigned32
  cipslaReactThresholdCountY Unsigned32
  cipslaReactStorageType StorageType
  cipslaReactRowStatus RowStatus

CipslaAutoGroupSchedEntry  
SEQUENCE    
  cipslaAutoGroupSchedId SnmpAdminString
  cipslaAutoGroupSchedPeriod Unsigned32
  cipslaAutoGroupSchedInterval Unsigned32
  cipslaAutoGroupSchedLife Unsigned32
  cipslaAutoGroupSchedAgeout Unsigned32
  cipslaAutoGroupSchedMaxInterval Unsigned32
  cipslaAutoGroupSchedMinInterval Unsigned32
  cipslaAutoGroupSchedStartTime Unsigned32
  cipslaAutoGroupSchedStorageType StorageType
  cipslaAutoGroupSchedRowStatus RowStatus

Defined Values

ciscoIpSlaAutoMIB 1.3.6.1.4.1.9.9.633
This module defines the MIB for IP SLA Automation. IP SLA Automation consists of the following: 1. Use of grouping - Group is an aggregation of operations sharing the same type, for example UDP jitter type, with common characteristics like frequency, interval etc. Groups are formed by policies dictated either per customer, or by service level or any other requirements. So, for example, there could be separate groups for customers named Customer A, Customer B etc, or service levels named Gold-service, Silver-service etc. A single group will contain one and only one IP SLA operation definition or reference a single template. 2. Use of templates - It has been observed that operations can be configured quickly if the variants such as IP address and ports can be configured separately and then combined with a template consisting of invariants. This allows for re-use of the invariant template with various combinations of destination addresses and ports, the benefits for which are multiplied when considering groupings. 3. Auto operations - With this feature the software will try to automatically kickstart operations by making intelligent assumptions. For example, if no specific operation is referenced by the group configuration then an ICMP jitter operation is assumed by default.
MODULE-IDENTITY    

ciscoIpSlaAutoMIBNotifs 1.3.6.1.4.1.9.9.633.0
OBJECT IDENTIFIER    

ciscoIpSlaAutoMIBObjects 1.3.6.1.4.1.9.9.633.1
OBJECT IDENTIFIER    

cipslaAutoGroupTable 1.3.6.1.4.1.9.9.633.1.1
A table that contains IP SLA auto measure group definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaAutoGroupEntry

cipslaAutoGroupEntry 1.3.6.1.4.1.9.9.633.1.1.1
An entry containing the configurations for a particular auto measure group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaAutoGroupEntry  

cipslaAutoGroupName 1.3.6.1.4.1.9.9.633.1.1.1.1
A group name which is used by a management application to identify the group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cipslaAutoGroupDescription 1.3.6.1.4.1.9.9.633.1.1.1.2
This field is used to provide description for the group.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cipslaAutoGroupDestinationName 1.3.6.1.4.1.9.9.633.1.1.1.3
This object refers to the cipslaAutoGroupDestName in cipslaAutoGroupDestTable. If the name entered is not present in cipslaAutoGroupDestTable, then when group is scheduled, no ip sla operations will be created.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cipslaAutoGroupADDestPort 1.3.6.1.4.1.9.9.633.1.1.1.4
This object represents the destination port number for auto discovery use.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cipslaAutoGroupOperTemplateName 1.3.6.1.4.1.9.9.633.1.1.1.5
A string which is used by a management application to identify the template which is associated with the group. Depends on cipslaAutoGroupOperType, this object refers to cipslaIcmpEchoTmplName in cipslaIcmpEchoTmplTable, or cipslaUdpEchoTmplName in cipslaUdpEchoTmplTable, or cipslaTcpConnTmplName in cipslaTcpConnTmplTable, or cipslaIcmpJitterTmplName in cipslaIcmpJitterTmplTable, or ciscoIpSlaUdpJitterTmplName in ciscoIpSlaUdpJitterTmplTable.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cipslaAutoGroupSchedulerId 1.3.6.1.4.1.9.9.633.1.1.1.6
This object refers to the cipslaAutoGroupSchedId in cipslaAutoGroupSchedTable, and is used to schedule this group.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

cipslaAutoGroupQoSEnable 1.3.6.1.4.1.9.9.633.1.1.1.7
When this object is set to true, QoS is enabled for this group and this group is linked to policy map. The restriction is that after QoS is enabled, it can not be disabled for this group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaAutoGroupOperType 1.3.6.1.4.1.9.9.633.1.1.1.8
This object specifies the type of IP SLA operation. When operation type is not ICMP jitter, then cipslaAutoGroupOperTemplateName must be specified.
Status: current Access: read-create
OBJECT-TYPE    
  IpSlaOperType  

cipslaAutoGroupDestIPADEnable 1.3.6.1.4.1.9.9.633.1.1.1.9
When this object is set to true, destination IP address is populated through auto-discovery.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cipslaAutoGroupADMeasureRetry 1.3.6.1.4.1.9.9.633.1.1.1.10
This object specifies number of measurement retries to be attempted for the discovered end point after the connection to the end point is broken. If there is no re-registration message received, the end point will be in inactive state. When the value of cipslaAutoGroupDestIPADEnable is 'false', the value of this object has no effect.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65536  

cipslaAutoGroupADDestIPAgeout 1.3.6.1.4.1.9.9.633.1.1.1.11
This object represents the ageout time for the discovered end point. If the end point becomes inactive for the period of ageout time, the end point will be removed from the discovered end point list. When the value of cipslaAutoGroupDestIPADEnable is 'false', the value of this object has no effect.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65536  

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

cipslaAutoGroupRowStatus 1.3.6.1.4.1.9.9.633.1.1.1.13
The status of the conceptual group control row. When the status is active, the other writable objects may be modified unless the scheduler with name specified by cipslaAutoGroupSchedulerId is scheduled.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cipslaAutoGroupDestTable 1.3.6.1.4.1.9.9.633.1.2
A table contains the list of destination IP addresses and ports associated to the auto measure group destination name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaAutoGroupDestEntry

cipslaAutoGroupDestEntry 1.3.6.1.4.1.9.9.633.1.2.1
An entry containing the destination IP addresses and port configurations associated to auto measure group destination name.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaAutoGroupDestEntry  

cipslaAutoGroupDestName 1.3.6.1.4.1.9.9.633.1.2.1.1
This is the name for an auto measure group destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cipslaAutoGroupDestIpAddrType 1.3.6.1.4.1.9.9.633.1.2.1.2
The type of the internet address of a destination for an auto measure group.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cipslaAutoGroupDestIpAddr 1.3.6.1.4.1.9.9.633.1.2.1.3
The internet address of a destination for an auto measure group. The type of this address is determined by the value of cipslaAutoGroupDestIpAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cipslaAutoGroupDestPort 1.3.6.1.4.1.9.9.633.1.2.1.4
This object represents the destination port number. For ICMP echo and ICMP jitter, the suggested value is '0'.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

cipslaAutoGroupDestStorageType 1.3.6.1.4.1.9.9.633.1.2.1.5
The storage type of this conceptual row. By default the entry will be saved into non-volatile memory.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cipslaAutoGroupDestRowStatus 1.3.6.1.4.1.9.9.633.1.2.1.6
The status of the conceptual destination table control row. No other objects in this row need to be set before this object can become active. During 'destroy', when cipslaAutoGroupDestIpAddr is specified as '0.0.0.0' and cipslaAutoGroupDestPort is specified as '0', then all the rows with same cipslaAutoGroupDestName will be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cipslaReactTable 1.3.6.1.4.1.9.9.633.1.3
A table that contains reaction configurations for templates. Each conceptual row in cipslaReactTable corresponds to a reaction configured for one template. Each template can have multiple reactions and hence there can be multiple rows for a particular template. Different template types can have different reactions. The reaction type is specified as cipslaReactVar based upon template type as some reaction types are applicable just for specific template types.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaReactEntry

cipslaReactEntry 1.3.6.1.4.1.9.9.633.1.3.1
A base list of objects that define a conceptual reaction configuration control row.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaReactEntry  

cipslaReactConfigIndex 1.3.6.1.4.1.9.9.633.1.3.1.1
This object along with cipslaAutoGroupOperType and cipslaAutoGroupOperTemplateName identifies a particular reaction-configuration for one IP SLA template. This number is persistent across reboots.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

cipslaReactVar 1.3.6.1.4.1.9.9.633.1.3.1.2
This object specifies the type of reaction configured for an IP SLA template. Default value is 'rtt' for ICMP echo, UDP echo and TCP connect. Default value is 'jitterAvg' for UDP jitter and ICMP jitter. The reaction types 'rtt', 'timeout', 'connectionLoss' and 'verifyError' can be configured for all template types. The reaction types 'jitterSDAvg', 'jitterDSAvg', 'jitterAvg', 'packetLateArrival', 'packetOutOfSequence', 'maxOfPositiveSD', 'maxOfNegativeSD', 'maxOfPositiveDS' 'maxOfNegativeDS', 'mos' and 'icpif' can be configured for UDP jitter and ICMP jitter types only. The reaction types 'packetLossDS', 'packetLossSD' and 'packetMIA' can be configured for UDP jitter type only. The reaction types 'successivePacketLoss', 'maxOfLatencyDS', 'maxOfLatencySD', 'latencyDSAvg', 'latencySDAvg' and 'packetLoss' can be configured for ICMP jitter type only.
Status: current Access: read-create
OBJECT-TYPE    
  IpSlaReactVar  

cipslaReactThresholdType 1.3.6.1.4.1.9.9.633.1.3.1.3
This object specifies the conditions under which a notification ( trap ) is sent. The rttMonReactOccurred object defined in rttMonReactTable in CISCO-RTTMON-MIB will change accordingly: never(1) - rttMonReactOccurred is never set immediate(2) - rttMonReactOccurred is set to 'true' when the value of parameter for which reaction is configured ( e.g rtt, jitterAvg, packetLossSD, mos etc ) violates the threshold. Conversely, rttMonReactOccurred is set to 'false' when the parameter ( e.g rtt, jitterAvg, packetLossSD, mos etc ) is below the threshold limits. consecutive(3) - rttMonReactOccurred is set to true when the value of parameter for which reaction is configured ( e.g rtt, jitterAvg, packetLossSD, mos etc ) violates the threshold for configured consecutive times. Conversely, rttMonReactOccurred is set to false when the value of parameter ( e.g rtt, jitterAvg packetLossSD, mos etc ) is below the threshold limits for the same number of consecutive operations. xOfy(4) - rttMonReactOccurred is set to true when x ( as specified by cipslaReactThresholdCountX ) out of the last y ( as specified by cipslaReacthresholdCountY ) times the value of parameter for which the reaction is configured ( e.g rtt, jitterAvg, packetLossSD, mos etc ) violates the threshold. Conversely, it is set to false when x, out of the last y times the value of parameter ( e.g rtt, jitterAvg, packetLossSD, mos ) is below the threshold limits. NOTE: If x > y, this will never generate a reaction. average(5) - rttMonReactOccurred is set to true when the average ( cipslaReactThresholdCountX times ) value of parameter for which reaction is configured ( e.g rtt, jitterAvg, packetLossSD, mos etc ) violates the threshold condition. Conversely, it is set to false when the average value of parameter ( e.g rtt, jitterAvg, packetLossSD, mos etc ) is below the threshold limits. If this value is changed by a management station, rttMonReactOccurred is set to false, but no reaction is generated if the prior value of rttMonReactOccurred was true.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER never(1), immediate(2), consecutive(3), xOfy(4), average(5)  

cipslaReactActionType 1.3.6.1.4.1.9.9.633.1.3.1.4
Specifies what type, if any, of reaction to generate if one of the watched (reaction-configuration ) conditions is satisfied: none(1) - no reaction is generated notificationOnly(2) - a notification is generated
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), notificationOnly(2)  

cipslaReactThresholdRising 1.3.6.1.4.1.9.9.633.1.3.1.5
This object defines the higher threshold limit. If the value ( e.g rtt, jitterAvg, packetLossSD etc ) rises above this limit and if the condition specified in cipslaReactThresholdType is satisfied, a notification is generated. Default value of cipslaReactThresholdRising for 'rtt' is 5000 'jitterAvg' is 100. 'jitterSDAvg' is 100. 'jitterDSAvg' 100. 'packetLossSD' is 10000. 'packetLossDS' is 10000. 'mos' is 500. 'icpif' is 93. 'packetMIA' is 10000. 'packetLateArrival' is 10000. 'packetOutOfSequence' is 10000. 'maxOfPositiveSD' is 10000. 'maxOfNegativeSD' is 10000. 'maxOfPositiveDS' is 10000. 'maxOfNegativeDS' is 10000. 'successivePacketLoss' is 1000. 'maxOfLatencyDS' is 5000. 'maxOfLatencySD' is 5000. 'latencyDSAvg' is 5000. 'latencySDAvg' is 5000. 'packetLoss' is 10000. This object is not applicable if the cipslaReactVar is 'timeout', 'connectionLoss' or 'verifyError'. For 'timeout', 'connectionLoss' and 'verifyError' default value of cipslaReactThresholdRising will be 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cipslaReactThresholdFalling 1.3.6.1.4.1.9.9.633.1.3.1.6
This object defines a lower threshold limit. If the value ( e.g rtt, jitterAvg, packetLossSD etc ) falls below this limit and if the condition specified in cipslaReactThresholdType is satisfied, a notification is generated. This object value can not bigger than cipslaReactThresholdRising value. Default value of cipslaReactThresholdFalling 'rtt' is 3000 'jitterAvg' is 100. 'jitterSDAvg' is 100. 'jitterDSAvg' 100. 'packetLossSD' is 10000. 'packetLossDS' is 10000. 'mos' is 500. 'icpif' is 93. 'packetMIA' is 10000. 'packetLateArrival' is 10000. 'packetOutOfSequence' is 10000. 'maxOfPositiveSD' is 10000. 'maxOfNegativeSD' is 10000. 'maxOfPositiveDS' is 10000. 'maxOfNegativeDS' is 10000. 'successivePacketLoss' is 1000. 'maxOfLatencyDS' is 3000. 'maxOfLatencySD' is 3000. 'latencyDSAvg' is 3000. 'latencySDAvg' is 3000. 'packetLoss' is 10000. This object is not applicable if the cipslaReactVar is 'timeout', 'connectionLoss' or 'verifyError'. For 'timeout', 'connectionLoss' and 'verifyError', default value of cipslaReactThresholdFalling will be 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cipslaReactThresholdCountX 1.3.6.1.4.1.9.9.633.1.3.1.7
If cipslaReactThresholdType value is 'xOfy', this object defines the 'x' value. If cipslaReactThresholdType value is 'consecutive' this object defines the number of consecutive occurrences that needs threshold violation before setting cipslaReactOccurred as true. If cipslaReactThresholdType value is 'average' this object defines the number of samples that needs be considered for calculating average. This object has no meaning if cipslaReactThresholdType has value of 'never' and 'immediate'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..16  

cipslaReactThresholdCountY 1.3.6.1.4.1.9.9.633.1.3.1.8
This object defines the 'y' value of the xOfy condition if cipslaReactThresholdType is 'xOfy'. The default for the 'y' value is 5. For other values of cipslaReactThresholdType, this object is not applicable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..16  

cipslaReactStorageType 1.3.6.1.4.1.9.9.633.1.3.1.9
The storage type of this conceptual row. By default the entry will be saved into non-volatile memory.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cipslaReactRowStatus 1.3.6.1.4.1.9.9.633.1.3.1.10
This objects indicates the status of the conceptual Reaction Control Row. When this object moves to active state, the conceptual row is monitored and notifications are generated when threshold violation takes place. In order for this object to become active cipslaReactVar must be defined. All other objects assume default values. When the status is active, the following objects in that row can be modified. cipslaReactThresholdType, cipslaReactActionType, cipslaReactThresholdRising, cipslaReactThresholdFalling, cipslaReactThresholdCountX, cipslaReactThresholdCountY, cipslaReactStorageType This object can be set to 'destroy' from any value at any time. When this object is set to 'destroy' no reaction configuration would exist. The reaction configuration for the template is removed.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cipslaAutoGroupSchedTable 1.3.6.1.4.1.9.9.633.1.4
A table of group scheduling definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipslaAutoGroupSchedEntry

cipslaAutoGroupSchedEntry 1.3.6.1.4.1.9.9.633.1.4.1
A list of objects that define specific configuration for group scheduling.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipslaAutoGroupSchedEntry  

cipslaAutoGroupSchedId 1.3.6.1.4.1.9.9.633.1.4.1.1
This string uniquely identifies a row in the cipslaAutoGroupSchedTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cipslaAutoGroupSchedPeriod 1.3.6.1.4.1.9.9.633.1.4.1.2
Specifies the time duration between initiating two IP SLA operations generated via the auto measure group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 100..99000  

cipslaAutoGroupSchedInterval 1.3.6.1.4.1.9.9.633.1.4.1.3
Specifies the duration between initiating each RTT operation for one IP SLA operation generated via the auto measure group. The value of this object is only effective when both cipslaAutoGroupSchedMaxInterval and cipslaAutoGroupSchedMinInterval have zero values.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..604800  

cipslaAutoGroupSchedLife 1.3.6.1.4.1.9.9.633.1.4.1.4
This object specifies the life of all the operations that are getting group scheduled. This value will be placed into cipslaAutoGroupSchedRttLife object when this conceptual control row becomes 'active'. The value 2147483647 has a special meaning. When this object is set to 2147483647, the rttMonCtrlOperRttLife object for all the operations will not decrement, and thus the life time of the operation will never end.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2147483647  

cipslaAutoGroupSchedAgeout 1.3.6.1.4.1.9.9.633.1.4.1.5
This object specifies the ageout value of the operations that are getting group scheduled. This value will be placed into rttMonSchedAdminConceptRowAgeout object for each of the operations in the group when this conceptual control row becomes 'active'. When this value is set to zero, the operations will never ageout.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2073600  

cipslaAutoGroupSchedMaxInterval 1.3.6.1.4.1.9.9.633.1.4.1.6
Specifies the max duration between initiating each RTT operation for one IP SLA operation in the group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..604800  

cipslaAutoGroupSchedMinInterval 1.3.6.1.4.1.9.9.633.1.4.1.7
Specifies the min duration between initiating each RTT operation for one IP SLA operation in the group. The value of this object should be lower than the value of cipslaAutoGroupSchedMaxInterval.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..604800  

cipslaAutoGroupSchedStartTime 1.3.6.1.4.1.9.9.633.1.4.1.8
This is the time in seconds after which the operations of the associated groups will take transition to active state. When set to the value other than '1' (pending), then all objects in this row cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..604800  

cipslaAutoGroupSchedStorageType 1.3.6.1.4.1.9.9.633.1.4.1.9
The storage type of this conceptual row. By default the entry will be saved into non-volatile memory.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cipslaAutoGroupSchedRowStatus 1.3.6.1.4.1.9.9.633.1.4.1.10
The status of the conceptual group schedule control row. When the status is active and the value of cipslaAutoGroupSchedStartTime is '1', the other writable objects may be modified. This object can be set to 'destroy' from any value at any time. When this object is set to 'destroy' it will stop all the operations which had been group scheduled by it earlier, before destroying the group schedule control row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoIpSlaAutoMIBConform 1.3.6.1.4.1.9.9.633.2
OBJECT IDENTIFIER    

ciscoIpSlaAutoMIBCompliances 1.3.6.1.4.1.9.9.633.2.1
OBJECT IDENTIFIER    

ciscoIpSlaAutoMIBGroups 1.3.6.1.4.1.9.9.633.2.2
OBJECT IDENTIFIER    

ciscoIpSlaAutoMIBCompliance 1.3.6.1.4.1.9.9.633.2.1.1
The compliance statement for IP SLA (1) Auto Measure Group Table (2) Destination Table (3) Reaction Table (4) Group Schedule Table
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoIpSlaAutoGroupConfGroup 1.3.6.1.4.1.9.9.633.2.2.1
A collection of objects related to IP SLA auto meaure group configuration.
Status: current Access: read-create
OBJECT-GROUP    

ciscoIpSlaAutoGroupDestGroup 1.3.6.1.4.1.9.9.633.2.2.2
A collection of objects related to IP SLA auto measure group destination configuration.
Status: current Access: read-create
OBJECT-GROUP    

ciscoIpSlaAutoGroupReactGroup 1.3.6.1.4.1.9.9.633.2.2.3
A collection of objects related to IP SLA auto measure reaction configuration.
Status: current Access: read-create
OBJECT-GROUP    

ciscoIpSlaAutoGroupSchedGroup 1.3.6.1.4.1.9.9.633.2.2.4
A collection of objects related to IP SLA auto measure group schedule configuration.
Status: current Access: read-create
OBJECT-GROUP