CISCO-SAA-APM-MIB

File: CISCO-SAA-APM-MIB.mib (17111 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI IF-MIB SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 TruthValue TimeStamp
RowStatus TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP ciscoMgmt OwnerString
SnmpAdminString

Defined Types

SaaApmOperErrorCode  
Represents the various errors that could occur during APM operation. noError(1) - There are no errors. ftpDnldErr(2) - ftp download error while downloading the script/data/config file. targetDown(3) - Target device is down. scriptErr(4) - The Script has syntax or other errors. socketErr(5) - Socket error occurred while executing the application script. internalErr(6) - Errors other than described here. digestErr(7) - This error indicates that the authentication digest is invalid. fileHeaderErr(8) - The header length for the script/scheduler file doesn't match the requirements. fileFormatErr(9) - It indicates an invalid file format. cacheFull(10) - Cache for storing the script/scheduler/data file is full. lowMem(11) - Free memory is less than saaApmApplFreeMemLowWaterMark.
TEXTUAL-CONVENTION    
  INTEGER noError(1), ftpDnldErr(2), targetDown(3), scriptErr(4), socketErr(5), internalErr(6), digestErr(7), fileHeaderErr(8), fileFormatErr(9), cacheFull(10), lowMem(11)  

SaaApmDataTransErrorCode  
Represents the various error code for APM data transfer. noError(1) - No Error. ftpErr(2) - FTP error while uploading results. timeoutErr(3) - Time out error while uploading results.
TEXTUAL-CONVENTION    
  INTEGER noError(1), ftpErr(2), timeoutErr(3)  

SaaApmCtrlEntry  
SEQUENCE    
  saaApmCtrlIndex Integer32
  saaApmCtrlScriptCfgURL SnmpAdminString
  saaApmCtrlOwner OwnerString
  saaApmCtrlInitDataTrans TruthValue
  saaApmCtrlDataTransTime TimeStamp
  saaApmCtrlDataTransStatus SaaApmDataTransErrorCode
  saaApmCtrlStatus RowStatus
  saaApmCtrlNvgen TruthValue

SaaApmOperEntry  
SEQUENCE    
  saaApmOperLastStartTime TimeStamp
  saaApmOperLastEndTime TimeStamp
  saaApmOperLastStatus SaaApmOperErrorCode

Defined Values

ciscoSaaApmMIB 1.3.6.1.4.1.9.9.177
Acronyms and Terms: SAA - Service Assurance Agent APM - Application Performance Monitoring A MIB for controlling SAA APM. APM provides a framework for running scripts, written in TCL language, which help emulate the data flows of an application. Through this emulation, the performance of an application across a network can be computed. The parameters required to perform an operation are defined in a 'config file' as defined by saaApmCtrlScriptCfgURL. This MIB has three OBJECT group. 'saaApmAppl' group contains global objects while 'saaApmCtrl' group contains the objects to control the APM operation. Controlling includes creation and deletion of the operation and initiating a result-transfer for the operation. 'saaApmOper' group contains objects to get the statistics of the operation.
MODULE-IDENTITY    

ciscoSaaApmMIBObjects 1.3.6.1.4.1.9.9.177.1
OBJECT IDENTIFIER    

saaApmAppl 1.3.6.1.4.1.9.9.177.1.1
OBJECT IDENTIFIER    

saaApmCtrl 1.3.6.1.4.1.9.9.177.1.2
OBJECT IDENTIFIER    

saaApmOper 1.3.6.1.4.1.9.9.177.1.3
OBJECT IDENTIFIER    

saaApmApplMajorVersion 1.3.6.1.4.1.9.9.177.1.1.1
SAA APM application major version.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

saaApmApplMinorVersion 1.3.6.1.4.1.9.9.177.1.1.2
SAA APM application minor version.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

saaApmApplMaxOper 1.3.6.1.4.1.9.9.177.1.1.3
This object defines the maximum total number of operations that can be configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

saaApmApplFreeMemLowWaterMark 1.3.6.1.4.1.9.9.177.1.1.4
If APM determines that the available free processor memory has fallen below this mark, new operations will not be configurable until the amount of available free memory is greater than this mark. Available free memory is indicated by the object, ciscoMemoryPoolFree. This object's value should not be set so high as to approach or exceed the free processor memory available on the managed device.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

saaApmApplOperCapacity 1.3.6.1.4.1.9.9.177.1.1.5
This object defines the number of new operations that can be configured on the device. The number is obtain by dividing the memory available for APM by the average memory used for each APM operation. The available memory for APM is computed by taking the difference between Free Memory on the device and saaApmApplFreeMemLowWaterMark. If the current number of operation configured is equal to saaApmApplMaxOper then saaApmApplOperCapacity is zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..50  

saaApmCtrlTable 1.3.6.1.4.1.9.9.177.1.2.1
A set of parameters to create, control and destroy an APM Operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaaApmCtrlEntry

saaApmCtrlEntry 1.3.6.1.4.1.9.9.177.1.2.1.1
Parameters for controlling APM operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaaApmCtrlEntry  

saaApmCtrlIndex 1.3.6.1.4.1.9.9.177.1.2.1.1.1
This object uniquely identifies a row int the saaApmCtrlTable. This is a pseudo-random number selected by the management station when creating a row via the saaApmCtrlStatus object. If the pseudo-random number is already in use, an 'inconsistentValue' error will be returned by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

saaApmCtrlScriptCfgURL 1.3.6.1.4.1.9.9.177.1.2.1.1.2
This URL defines the location of the config file required to measure the performance of the application. It also defines which protocol should be used in downloading the file. For example ftp://joe:mybirthday@myhost/smtp/smtp.cfg The config file contains the parameters required to start and run the operation. Operation/Results control variables, the URL's of the scheduler, and script/data scriptfiles are all possible parameters contained in the config file.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

saaApmCtrlOwner 1.3.6.1.4.1.9.9.177.1.2.1.1.3
Identifies the entity that created this table row.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString Size(1..48)  

saaApmCtrlInitDataTrans 1.3.6.1.4.1.9.9.177.1.2.1.1.4
This object is set to TRUE to initiate result transfer. Results are transferred to a server specified in the control file. It is set back automatically to 'false' by this system once the results are transferred.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

saaApmCtrlDataTransTime 1.3.6.1.4.1.9.9.177.1.2.1.1.5
This object indicates the time of the last result transfer attempt.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

saaApmCtrlDataTransStatus 1.3.6.1.4.1.9.9.177.1.2.1.1.6
This object indicates the status of the result transfer.
Status: current Access: read-only
OBJECT-TYPE    
  SaaApmDataTransErrorCode  

saaApmCtrlStatus 1.3.6.1.4.1.9.9.177.1.2.1.1.7
saaApmControlScriptCfgURL is the only required object for this row to become 'active'. APM operations are created in one of two ways: 1) By setting this object to 'createAndGo' and supplying a values for saaApmControlScriptCfgURL as part of the same set operation. 2) By setting this object to 'createAndWait' and then supplying a value for saaApmControlScriptCfgURL via a different set operation. In the 'createAndGo' case, the row will transition to 'active' and the APM operation will start. In the 'createAndWait' case, a subsequent set operation will be required to transition the row to 'active' and start the APM operation. The APM operation cannot start until saaApmScriptCfgURL is set. Until the required object is set, the row will be 'notReady'. The APM operation can be started by setting this object to 'active'. The APM operation can be stopped by setting this object to 'notInService'. The APM operation can be deleted by setting this object to 'destroy'. saaApmCtrlStatus transitions from 'active' to 'notInService' if the saaApmOperLastStatus is changed to any error other than 'noError' and 'socketErr'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

saaApmCtrlNvgen 1.3.6.1.4.1.9.9.177.1.2.1.1.8
This object is to allow or disallow the operation control info from being written to running-config. It cannot be set once the operation is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

saaApmOperTable 1.3.6.1.4.1.9.9.177.1.3.1
A list of Operational status for monitoring APM Operations. All the object in this table are updated after the completion of performance measurement cycle.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaaApmOperEntry

saaApmOperEntry 1.3.6.1.4.1.9.9.177.1.3.1.1
An entry containing the status information applicable to a particular APM operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaaApmOperEntry  

saaApmOperLastStartTime 1.3.6.1.4.1.9.9.177.1.3.1.1.1
This object represents the start time of the last performance measurement cycle for the application specified by saaApmCtrlScriptCfgURL object.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

saaApmOperLastEndTime 1.3.6.1.4.1.9.9.177.1.3.1.1.2
This object represents the end time of the last performance measurement cycle for the application specified by saaApmCtrlScriptCfgURL object.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

saaApmOperLastStatus 1.3.6.1.4.1.9.9.177.1.3.1.1.3
This object is used to indicate status of the last measurement cycle.
Status: current Access: read-only
OBJECT-TYPE    
  SaaApmOperErrorCode  

ciscoSaaApmMIBNotifPrefix 1.3.6.1.4.1.9.9.177.2
OBJECT IDENTIFIER    

ciscoSaaApmMIBNotifs 1.3.6.1.4.1.9.9.177.2.0
OBJECT IDENTIFIER    

ciscoSaaApmMIBConformance 1.3.6.1.4.1.9.9.177.3
OBJECT IDENTIFIER    

ciscoSaaApmMIBCompliances 1.3.6.1.4.1.9.9.177.3.1
OBJECT IDENTIFIER    

ciscoSaaApmMIBGroups 1.3.6.1.4.1.9.9.177.3.2
OBJECT IDENTIFIER    

ciscoSaaApmMIBCompliance 1.3.6.1.4.1.9.9.177.3.1.1
The compliance statement for entities which implement the Cisco SAA APM MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoSaaApmApplGroup 1.3.6.1.4.1.9.9.177.3.2.1
A collection of objects to provide the general information of SAA APM management.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSaaApmCtrlGroup 1.3.6.1.4.1.9.9.177.3.2.2
A collection of objects to control the APM Operations.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSaaApmOperGroup 1.3.6.1.4.1.9.9.177.3.2.3
A collection of objects to provide the operational status of APM Operations.
Status: current Access: read-only
OBJECT-GROUP