CISCO-VOICE-APPS-MIB

File: CISCO-VOICE-APPS-MIB.mib (15362 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 DisplayString TruthValue
SnmpAdminString MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP ciscoMgmt

Defined Types

CvaWorkflowInstallEntry  
SEQUENCE    
  cvaWorkflowInstallIndex Unsigned32
  cvaWorkflowInstallName SnmpAdminString
  cvaWorkflowInstallLocator OCTET STRING
  cvaWorkflowInstallScriptName SnmpAdminString
  cvaWorkflowInstallEnable TruthValue

Defined Values

ciscoVoiceAppsMIB 1.3.6.1.4.1.9.9.190
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.
MODULE-IDENTITY    

ciscoVoiceAppsMIBObjects 1.3.6.1.4.1.9.9.190.1
OBJECT IDENTIFIER    

cvaGeneralInfo 1.3.6.1.4.1.9.9.190.1.1
OBJECT IDENTIFIER    

cvaModuleFailureInfo 1.3.6.1.4.1.9.9.190.1.2
OBJECT IDENTIFIER    

cvaWorkflowInstallTable 1.3.6.1.4.1.9.9.190.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvaWorkflowInstallEntry

cvaWorkflowInstallEntry 1.3.6.1.4.1.9.9.190.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvaWorkflowInstallEntry  

cvaWorkflowInstallIndex 1.3.6.1.4.1.9.9.190.1.1.1.1.1
An arbitrary integer which uniquely identifies an Workflow Application.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cvaWorkflowInstallName 1.3.6.1.4.1.9.9.190.1.1.1.1.2
The name of the workflow application.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cvaWorkflowInstallLocator 1.3.6.1.4.1.9.9.190.1.1.1.1.3
The extension number or CTI (Computer Telephony Integration) route point associated with the workflow application. For instance, 5000 for extension 5000.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

cvaWorkflowInstallScriptName 1.3.6.1.4.1.9.9.190.1.1.1.1.4
The workflow application script name.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cvaWorkflowInstallEnable 1.3.6.1.4.1.9.9.190.1.1.1.1.5
The status of the workflow application. true(1): Workflow Application is enabled false(2): Workflow Application is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cvaNotificationEnable 1.3.6.1.4.1.9.9.190.1.1.3
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).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cvaAlarmSeverity 1.3.6.1.4.1.9.9.190.1.2.1
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7)  

cvaModuleName 1.3.6.1.4.1.9.9.190.1.2.2
The application module or subsystem name.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(0..32)  

cvaProcessId 1.3.6.1.4.1.9.9.190.1.2.3
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).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

cvaModuleFailureName 1.3.6.1.4.1.9.9.190.1.2.4
The application module name which causes the failure.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(0..32)  

cvaModuleFailureCause 1.3.6.1.4.1.9.9.190.1.2.5
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER other(1), gracefulShutDown(2), heartBeatFailure(3), initFailure(4), outOfResource(5), partialFailure(6)  

cvaModuleFailureMessage 1.3.6.1.4.1.9.9.190.1.2.6
The application module failure message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(0..255)  

cvaModuleRunTimeFailureCause 1.3.6.1.4.1.9.9.190.1.2.7
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
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  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)  

ciscoVoiceAppsMIBNotificationPrefix 1.3.6.1.4.1.9.9.190.2
OBJECT IDENTIFIER    

ciscoVoiceAppsMIBNotifications 1.3.6.1.4.1.9.9.190.2.0
OBJECT IDENTIFIER    

cvaModuleStart 1.3.6.1.4.1.9.9.190.2.0.1
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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cvaModuleStop 1.3.6.1.4.1.9.9.190.2.0.2
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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cvaModuleRunTimeFailure 1.3.6.1.4.1.9.9.190.2.0.3
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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cvaProcessStart 1.3.6.1.4.1.9.9.190.2.0.4
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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cvaProcessStop 1.3.6.1.4.1.9.9.190.2.0.5
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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoVoiceAppsMIBConformance 1.3.6.1.4.1.9.9.190.3
OBJECT IDENTIFIER    

ciscoVoiceAppsMIBCompliances 1.3.6.1.4.1.9.9.190.3.1
OBJECT IDENTIFIER    

ciscoVoiceAppsMIBGroups 1.3.6.1.4.1.9.9.190.3.2
OBJECT IDENTIFIER    

ciscoVoiceAppsMIBCompliance 1.3.6.1.4.1.9.9.190.3.1.1
The compliance statement for entities which implement the CISCO APPLICATION MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cvaModuleInfoGroup 1.3.6.1.4.1.9.9.190.3.2.1
A collection of objects which provide info about the application. It comprises of all the modules and servers associated with the application.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cvaNotificationInfoGroup 1.3.6.1.4.1.9.9.190.3.2.2
A collection of notification objects which provide info about the application notification.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cvaNotificationGroup 1.3.6.1.4.1.9.9.190.3.2.3
A collection of notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP