CISCO-SAA-APM-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SAA-APM-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
 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.
         ciscoSaaApmMIBObjects 1.3.6.1.4.1.9.9.177.1
             saaApmAppl 1.3.6.1.4.1.9.9.177.1.1
                 saaApmApplMajorVersion 1.3.6.1.4.1.9.9.177.1.1.1 integer32 read-only
SAA APM application major version.
                 saaApmApplMinorVersion 1.3.6.1.4.1.9.9.177.1.1.2 integer32 read-only
SAA APM application minor version.
                 saaApmApplMaxOper 1.3.6.1.4.1.9.9.177.1.1.3 integer32 read-only
This object defines the maximum total number of operations that can be configured.
                 saaApmApplFreeMemLowWaterMark 1.3.6.1.4.1.9.9.177.1.1.4 integer32 read-write
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.
                 saaApmApplOperCapacity 1.3.6.1.4.1.9.9.177.1.1.5 gauge32 read-only
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.
             saaApmCtrl 1.3.6.1.4.1.9.9.177.1.2
                 saaApmCtrlTable 1.3.6.1.4.1.9.9.177.1.2.1 no-access
A set of parameters to create, control and destroy an APM Operation.
                     saaApmCtrlEntry 1.3.6.1.4.1.9.9.177.1.2.1.1 no-access
Parameters for controlling APM operation.
                         saaApmCtrlIndex 1.3.6.1.4.1.9.9.177.1.2.1.1.1 integer32 no-access
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.
                         saaApmCtrlScriptCfgURL 1.3.6.1.4.1.9.9.177.1.2.1.1.2 snmpadminstring read-only
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.
                         saaApmCtrlOwner 1.3.6.1.4.1.9.9.177.1.2.1.1.3 ownerstring read-only
Identifies the entity that created this table row.
                         saaApmCtrlInitDataTrans 1.3.6.1.4.1.9.9.177.1.2.1.1.4 truthvalue read-only
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.
                         saaApmCtrlDataTransTime 1.3.6.1.4.1.9.9.177.1.2.1.1.5 timestamp read-only
This object indicates the time of the last result transfer attempt.
                         saaApmCtrlDataTransStatus 1.3.6.1.4.1.9.9.177.1.2.1.1.6 saaapmdatatranserrorcode read-only
This object indicates the status of the result transfer.
                         saaApmCtrlStatus 1.3.6.1.4.1.9.9.177.1.2.1.1.7 rowstatus read-only
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'.
                         saaApmCtrlNvgen 1.3.6.1.4.1.9.9.177.1.2.1.1.8 truthvalue read-only
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'.
             saaApmOper 1.3.6.1.4.1.9.9.177.1.3
                 saaApmOperTable 1.3.6.1.4.1.9.9.177.1.3.1 no-access
A list of Operational status for monitoring APM Operations. All the object in this table are updated after the completion of performance measurement cycle.
                     saaApmOperEntry 1.3.6.1.4.1.9.9.177.1.3.1.1 no-access
An entry containing the status information applicable to a particular APM operation.
                         saaApmOperLastStartTime 1.3.6.1.4.1.9.9.177.1.3.1.1.1 timestamp read-only
This object represents the start time of the last performance measurement cycle for the application specified by saaApmCtrlScriptCfgURL object.
                         saaApmOperLastEndTime 1.3.6.1.4.1.9.9.177.1.3.1.1.2 timestamp read-only
This object represents the end time of the last performance measurement cycle for the application specified by saaApmCtrlScriptCfgURL object.
                         saaApmOperLastStatus 1.3.6.1.4.1.9.9.177.1.3.1.1.3 saaapmopererrorcode read-only
This object is used to indicate status of the last measurement cycle.
         ciscoSaaApmMIBNotifPrefix 1.3.6.1.4.1.9.9.177.2
             ciscoSaaApmMIBNotifs 1.3.6.1.4.1.9.9.177.2.0
         ciscoSaaApmMIBConformance 1.3.6.1.4.1.9.9.177.3
             ciscoSaaApmMIBCompliances 1.3.6.1.4.1.9.9.177.3.1
                 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.
             ciscoSaaApmMIBGroups 1.3.6.1.4.1.9.9.177.3.2
                 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.
                 ciscoSaaApmCtrlGroup 1.3.6.1.4.1.9.9.177.3.2.2
A collection of objects to control the APM Operations.
                 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.