MIBs Depot

CISCO-SAA-APM-MIB

Registered at
1.3.6.1.4.1.9.9.177
Last updated
2000-10-10 00:00
Organization
Cisco Systems, Inc.
Revisions
2000-10-10 00:00
Namespace
cisco
Source file
CISCO-SAA-APM-MIB
Digest
sha256:bbab0eda2dcddc778c56f028ffdb564ac32b79e957992941acfa465f3fe33bfc

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-saa@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBOwnerString
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIGauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-SAA-APM-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
SaaApmDataTransErrorCode
TEXTUAL-CONVENTION
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.
current
SaaApmOperErrorCode
TEXTUAL-CONVENTION
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.
current

Objects

NameOIDSyntaxAccessStatus
ciscoSaaApmMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.1
saaApmAppl
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.1.1
saaApmApplMajorVersion
OBJECT-TYPE
SAA APM application major version.
1.3.6.1.4.1.9.9.177.1.1.1Integer32 (1..50)read-onlycurrent
saaApmApplMinorVersion
OBJECT-TYPE
SAA APM application minor version.
1.3.6.1.4.1.9.9.177.1.1.2Integer32 (1..50)read-onlycurrent
saaApmApplMaxOper
OBJECT-TYPE
This object defines the maximum total number of operations that can be configured.
1.3.6.1.4.1.9.9.177.1.1.3Integer32 (1..50)read-onlycurrent
saaApmApplFreeMemLowWaterMark
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.177.1.1.4Integer32 (1..2147483647)read-writecurrent
saaApmApplOperCapacity
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.177.1.1.5Gauge32 (1..50)read-onlycurrent
saaApmCtrl
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.1.2
saaApmCtrlTable
OBJECT-TYPE
A set of parameters to create, control and destroy an APM Operation.
1.3.6.1.4.1.9.9.177.1.2.1not-accessiblecurrent
saaApmCtrlEntry
OBJECT-TYPE
Parameters for controlling APM operation.
1.3.6.1.4.1.9.9.177.1.2.1.1not-accessiblecurrent
saaApmCtrlIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.177.1.2.1.1.1Integer32 (1..2147483647)not-accessiblecurrent
saaApmCtrlScriptCfgURL
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.177.1.2.1.1.2SnmpAdminStringread-createcurrent
saaApmCtrlOwner
OBJECT-TYPE
Identifies the entity that created this table row.
1.3.6.1.4.1.9.9.177.1.2.1.1.3OwnerString (SIZE(1..48))read-createcurrent
saaApmCtrlInitDataTrans
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.177.1.2.1.1.4TruthValueread-createcurrent
saaApmCtrlDataTransTime
OBJECT-TYPE
This object indicates the time of the last result transfer attempt.
1.3.6.1.4.1.9.9.177.1.2.1.1.5TimeStampread-onlycurrent
saaApmCtrlDataTransStatus
OBJECT-TYPE
This object indicates the status of the result transfer.
1.3.6.1.4.1.9.9.177.1.2.1.1.6SaaApmDataTransErrorCoderead-onlycurrent
saaApmCtrlStatus
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.177.1.2.1.1.7RowStatusread-createcurrent
saaApmCtrlNvgen
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.177.1.2.1.1.8TruthValueread-createcurrent
saaApmOper
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.1.3
saaApmOperTable
OBJECT-TYPE
A list of Operational status for monitoring APM Operations. All the object in this table are updated after the completion of performance measurement cycle.
1.3.6.1.4.1.9.9.177.1.3.1not-accessiblecurrent
saaApmOperEntry
OBJECT-TYPE
An entry containing the status information applicable to a particular APM operation.
1.3.6.1.4.1.9.9.177.1.3.1.1not-accessiblecurrent
saaApmOperLastStartTime
OBJECT-TYPE
This object represents the start time of the last performance measurement cycle for the application specified by saaApmCtrlScriptCfgURL object.
1.3.6.1.4.1.9.9.177.1.3.1.1.1TimeStampread-onlycurrent
saaApmOperLastEndTime
OBJECT-TYPE
This object represents the end time of the last performance measurement cycle for the application specified by saaApmCtrlScriptCfgURL object.
1.3.6.1.4.1.9.9.177.1.3.1.1.2TimeStampread-onlycurrent
saaApmOperLastStatus
OBJECT-TYPE
This object is used to indicate status of the last measurement cycle.
1.3.6.1.4.1.9.9.177.1.3.1.1.3SaaApmOperErrorCoderead-onlycurrent
ciscoSaaApmMIBNotifPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.2
ciscoSaaApmMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.2.0
ciscoSaaApmMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.3
ciscoSaaApmMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.3.1
ciscoSaaApmMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.177.3.2

Conformance

NameOIDStatus
ciscoSaaApmMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SAA APM MIB.
1.3.6.1.4.1.9.9.177.3.1.1current
ciscoSaaApmApplGroup
OBJECT-GROUP
A collection of objects to provide the general information of SAA APM management.
1.3.6.1.4.1.9.9.177.3.2.1current
ciscoSaaApmCtrlGroup
OBJECT-GROUP
A collection of objects to control the APM Operations.
1.3.6.1.4.1.9.9.177.3.2.2current
ciscoSaaApmOperGroup
OBJECT-GROUP
A collection of objects to provide the operational status of APM Operations.
1.3.6.1.4.1.9.9.177.3.2.3current