CISCO-VOICE-APPS-MIB
- Registered at
- 1.3.6.1.4.1.9.9.190
- Last updated
- 2005-12-22 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-12-22 00:00, 2001-02-26 00:00
- Namespace
- cisco
- Source file
CISCO-VOICE-APPS-MIB- Digest
sha256:b3d4f8a9207786012039f0ba54e03d0b2650e82e1f338aabfa8f78603778720e
Description
The MIB Module for the management of Cisco Voice Applications. This MIB is designed to work in conjunction with the SYSAPPL-MIB to provide status monitoring, provisioning and notification.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-selsius@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, 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-SMI CISCO-VOICE-APPS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoVoiceAppsMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.1 | |||
| cvaGeneralInfo OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.1.1 | |||
| cvaWorkflowInstallTable OBJECT-TYPE The table containing the list of installed Workflow applications provisioned on the media server. For instance, this table may contain an entry for each of the Auto Attendant(AA) or Integrated Contact Distribution(ICD) application installed on the Cisco Workflow Application. | 1.3.6.1.4.1.9.9.190.1.1.1 | not-accessible | current | |
| cvaWorkflowInstallEntry OBJECT-TYPE An entry (conceptual row) in the Workflow Installation Table, containing information associated with the Cisco Workflow Application. This entry is created when a workflow application is installed via the application Administration page. | 1.3.6.1.4.1.9.9.190.1.1.1.1 | not-accessible | current | |
| cvaWorkflowInstallIndex OBJECT-TYPE An arbitrary integer which uniquely identifies an Workflow Application. | 1.3.6.1.4.1.9.9.190.1.1.1.1.1 | Unsigned32 | not-accessible | current |
| cvaWorkflowInstallName OBJECT-TYPE The name of the workflow application. | 1.3.6.1.4.1.9.9.190.1.1.1.1.2 | SnmpAdminString (SIZE(0..128)) | read-only | current |
| cvaWorkflowInstallLocator OBJECT-TYPE The extension number or CTI (Computer Telephony Integration) route point associated with the workflow application. For instance, 5000 for extension 5000. | 1.3.6.1.4.1.9.9.190.1.1.1.1.3 | OCTET STRING (SIZE(0..128)) | read-only | current |
| cvaWorkflowInstallScriptName OBJECT-TYPE The workflow application script name. | 1.3.6.1.4.1.9.9.190.1.1.1.1.4 | SnmpAdminString (SIZE(0..128)) | read-only | current |
| cvaWorkflowInstallEnable OBJECT-TYPE The status of the workflow application. true(1): Workflow Application is enabled false(2): Workflow Application is disabled. | 1.3.6.1.4.1.9.9.190.1.1.1.1.5 | TruthValue | read-only | current |
| cvaNotificationEnable OBJECT-TYPE To enable(1) or disable(2) generation of the following notifications: cvaModuleStart notification cvaModuleStop notification cvaModuleRunTimeFailure notification cvaProcessStart notification cvaProcessStop notification The default value is enable(1). | 1.3.6.1.4.1.9.9.190.1.1.3 | TruthValue | read-write | current |
| cvaModuleFailureInfo OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.1.2 | |||
| cvaAlarmSeverity OBJECT-TYPE The application alarm notification severity code. emergency: System unusable alert: Immediate response needed critical: Critical condition error: Error condition warning: Warning condition notice: Normal but significant condition informational: Informational situation. | 1.3.6.1.4.1.9.9.190.1.2.1 | INTEGER {emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7)} | accessible-for-notify | current |
| cvaModuleName OBJECT-TYPE The application module or subsystem name. | 1.3.6.1.4.1.9.9.190.1.2.2 | DisplayString (SIZE(0..32)) | accessible-for-notify | current |
| cvaProcessId OBJECT-TYPE A unique value for each of the process running on the host. Wherever possible, this should be the system's native, unique Identification number (process id). | 1.3.6.1.4.1.9.9.190.1.2.3 | Unsigned32 | accessible-for-notify | current |
| cvaModuleFailureName OBJECT-TYPE The application module name which causes the failure. | 1.3.6.1.4.1.9.9.190.1.2.4 | DisplayString (SIZE(0..32)) | accessible-for-notify | current |
| cvaModuleFailureCause OBJECT-TYPE The application module failure cause code. This is used by cvaModuleStop to indicate reason of module stop if known. other: Other unspecified failure cause gracefulShutDown: Module is gracefully shut down heartBeatStopped: Module heart beat stopped is detected initFailure: Module is failed during initialization outOfResource: Module is failed due to out of resource partialFailure: Module partially failure is detected. | 1.3.6.1.4.1.9.9.190.1.2.5 | INTEGER {other(1), gracefulShutDown(2), heartBeatFailure(3), initFailure(4), outOfResource(5), partialFailure(6)} | accessible-for-notify | current |
| cvaModuleFailureMessage OBJECT-TYPE The application module failure message. | 1.3.6.1.4.1.9.9.190.1.2.6 | DisplayString (SIZE(0..255)) | accessible-for-notify | current |
| cvaModuleRunTimeFailureCause OBJECT-TYPE The application module run-time failure cause code. other: Other or unspecified failure readAccessFailure: Read Access failure writeAccessFailure: Write Access failure createFailure: Resource Creation failure deleteFailure: Resource Deletion failure updateFailure: Update failure initFailure: Initialization failure loadFailure: Resource Load failure outOfResource: Out of Resource callProcessFailure: Call Processing failure registrationFailure: Registration failure deRegistrationFailure: De-Registration failure connectionFailure: Connection failure disconnectionFailure: Desconnection failure unknownTarget: Unknown Target/destination unReacheableTarget: UnReacheable Target/destination | 1.3.6.1.4.1.9.9.190.1.2.7 | INTEGER {other(1), readAccessFailure(2), writeAccessFailure(3), createFailure(4), deleteFailure(5), updateFailure(6), initFailure(7), loadFailure(8), outOfResource(9), callProcessFailure(10), registrationFailure(11), deRegistrationFailure(12), connectionFailure(13), disconnectionFailure(14), unknownTarget(15), unReacheableTarget(16)} | accessible-for-notify | current |
| ciscoVoiceAppsMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.2 | |||
| ciscoVoiceAppsMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.2.0 | |||
| ciscoVoiceAppsMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.3 | |||
| ciscoVoiceAppsMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.3.1 | |||
| ciscoVoiceAppsMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.190.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| cvaModuleStart NOTIFICATION-TYPE A cvaModuleStart notification signifies that an application module or subsystem has successfully started and transitioned into in-service state. This notification is working in conjunction with the cvaModuleStop notification to notify the start and stop status of a particular application module. | 1.3.6.1.4.1.9.9.190.2.0.1 | current |
| cvaModuleStop NOTIFICATION-TYPE A cvaModuleStop notification signifies that an application module or subsystem has stopped. This notification is working in conjunction with the cvaModuleStart notification to notify the start and stop status of a particular application module. If failure cause is known then it will be specified in the cvaModuleFailureCause variable. Additional failure information associated with cvaModuleFailureCause can be specified in the cvaModuleFailureCauseMessage. | 1.3.6.1.4.1.9.9.190.2.0.2 | current |
| cvaModuleRunTimeFailure NOTIFICATION-TYPE A cvaModuleRunTimeFailure notification signifies that a run time failure has occurred. If failure cause is known then it will be specified in the cvaModuleRunTimeFailureCause variable. Additional failure information associated with cvaModuleRunTimeFailureCause can be specified in the cvaModuleFailureCauseMessage. | 1.3.6.1.4.1.9.9.190.2.0.3 | current |
| cvaProcessStart NOTIFICATION-TYPE A cvaProcessStart notification signifies that a process has just started. This notification is intended to work in conjunction with the caProcessStop notification to notify the start and stop status of a particular process. | 1.3.6.1.4.1.9.9.190.2.0.4 | current |
| cvaProcessStop NOTIFICATION-TYPE A cvaProcessStop notification signifies that a process has just stopped. This notification is intended to work in conjunction with the cvaProcessStart notification to notify the start and stop status of a particular process. | 1.3.6.1.4.1.9.9.190.2.0.5 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoVoiceAppsMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO APPLICATION MIB. | 1.3.6.1.4.1.9.9.190.3.1.1 | current |
| cvaModuleInfoGroup OBJECT-GROUP A collection of objects which provide info about the application. It comprises of all the modules and servers associated with the application. | 1.3.6.1.4.1.9.9.190.3.2.1 | current |
| cvaNotificationInfoGroup OBJECT-GROUP A collection of notification objects which provide info about the application notification. | 1.3.6.1.4.1.9.9.190.3.2.2 | current |
| cvaNotificationGroup NOTIFICATION-GROUP A collection of notifications. | 1.3.6.1.4.1.9.9.190.3.2.3 | current |