ActiveXperts Network Monitor 2019##AdminFavorites

CISCO-SAA-APM-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2019 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2019 can import MIB file CISCO-SAA-APM-MIB and use it to monitor vendor specific OID's.

CISCO-SAA-APM-MIB file content

Object view of CISCO-SAA-APM-MIB:

Scalar Object
saaApmApplMajorVersion .1.3.6.1.4.1.9.9.177.1.1.1
SAA APM application major version.
saaApmApplMinorVersion .1.3.6.1.4.1.9.9.177.1.1.2
SAA APM application minor version.
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.
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.
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.
saaApmCtrlEntry .1.3.6.1.4.1.9.9.177.1.2.1.1
Parameters for controlling APM operation.
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.
Tabular Object
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.
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.
saaApmCtrlOwner .1.3.6.1.4.1.9.9.177.1.2.1.1.3
Identifies the entity that created this table row.
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.
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.
saaApmCtrlDataTransStatus .1.3.6.1.4.1.9.9.177.1.2.1.1.6
This object indicates the status of the result transfer.
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'.
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'.
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.
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.
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.
Table
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.
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.
Object Identifier
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
saaApmCtrl .1.3.6.1.4.1.9.9.177.1.2
saaApmOper .1.3.6.1.4.1.9.9.177.1.3
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
ciscoSaaApmMIBGroups .1.3.6.1.4.1.9.9.177.3.2
Group
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.