CISCO-WBX-MEETING-MIB

File: CISCO-WBX-MEETING-MIB.mib (29139 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE NOTIFICATION-TYPE MODULE-IDENTITY
Unsigned32 Counter32 Gauge32
OBJECT-IDENTITY MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TEXTUAL-CONVENTION AutonomousType
SnmpAdminString InetAddressType InetAddress
ciscoMgmt

Defined Types

CiscoWebExCommSysResource  
This object is the enumerations for system resources monitored by WebEx system manager. cpu(0) : CPU usage. memory(1) : memory usage. swap(2) : memory swap usage. fileDesciptor(3) : file usage. disk(4) : disk usage.
TEXTUAL-CONVENTION    
  INTEGER cpu(0), memory(1), swap(2), fileDescriptor(3), disk(4)  

CiscoWebExCommSysResMonitoringStatus  
This object defines the enumerations of resource status. The object is used to monitoring system resources. closed(0) : Resource not available open(1) : Resource available
TEXTUAL-CONVENTION    
  INTEGER closed(0), open(1)  

CwCommCPUUsageEntry  
SEQUENCE    
  cwCommCPUIndex Unsigned32
  cwCommCPUName SnmpAdminString
  cwCommCPUUsage Gauge32
  cwCommCPUUsageUser Gauge32
  cwCommCPUUsageNice Gauge32
  cwCommCPUUsageSystem Gauge32
  cwCommCPUUsageIdle Gauge32
  cwCommCPUUsageIOWait Gauge32
  cwCommCPUUsageIRQ Gauge32
  cwCommCPUUsageSoftIRQ Gauge32
  cwCommCPUUsageSteal Gauge32
  cwCommCPUUsageCapacitySubTotal Gauge32

CwCommDiskUsageEntry  
SEQUENCE    
  cwCommDiskUsageIndex Unsigned32
  cwCommDiskPartitionName SnmpAdminString
  cwCommDiskUsage Gauge32
  cwCommDiskTotal Gauge32

Defined Values

ciscoWebExMeetingMIB 1.3.6.1.4.1.9.9.809
Cisco WebEx Collaboration Host is a software-only system, with hardware independence a key goal. To that end, it will be designed to work only on a VMware virtual platform. Cisco WebEx Collaboration Host consists of various components that allow user to collaborate using web, video, and audio in a meeting. These host components are as follows: i) Web service component - serves the web application to allow user to schedule and start the meeting ii) Web admin service component - serves the web application to allow user to configure, manage, and monitor the whole collaboration platform. iii) meeting service component - serves the WebEx meetingroom application to allow user to share or view, and perform in-session control for the meeting and participants. iv) multi-media service component - serves the VOIP conference application for video and audio. v) telephony service component - serves the in-session control for the audio participants. vi) network-based recording service component - serves to record meeting. Each service component except i and ii as described above could be clustered to run on multiple systems. Each cluster is related to a zone in WebEx terminology. A group of service components that are deployed to make up various zone with failover capability is known as a meeting domain. This MIB provides the common objects that will be monitored by WebEx web monitoring system to indicate performance and capacity issues. This MIB covers following 1. System Resource Utilization 2. Notification resources usage changes
MODULE-IDENTITY    

ciscoWebExMeetingMIBNotifs 1.3.6.1.4.1.9.9.809.0
OBJECT IDENTIFIER    

ciscoWebExMeetingMIBObjects 1.3.6.1.4.1.9.9.809.1
OBJECT IDENTIFIER    

ciscoWebExMeetingMIBConform 1.3.6.1.4.1.9.9.809.2
OBJECT IDENTIFIER    

ciscoWebExCommInfo 1.3.6.1.4.1.9.9.809.1.1
OBJECT IDENTIFIER    

ciscoWebExCommSystemResource 1.3.6.1.4.1.9.9.809.1.2
OBJECT IDENTIFIER    

cwCommSystemVersion 1.3.6.1.4.1.9.9.809.1.1.1
This object provides the version of webEx system.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cwCommSystemObjectID 1.3.6.1.4.1.9.9.809.1.1.2
This object provides the sysObjectID defined in SNMPv2-MIB
Status: current Access: read-only
OBJECT-TYPE    
  AutonomousType  

cwCommCPUUsageObject 1.3.6.1.4.1.9.9.809.1.2.1
This object provides the system CPU usage.
Status: current Access: read-only
OBJECT-IDENTITY    

cwCommCPUTotalUsage 1.3.6.1.4.1.9.9.809.1.2.1.1
This object provides the total percentage of CPU usage of a host component. The total CPU usage contains CPU user usage, CPU system usage and CPU nice usage. The CPU user time: CPU time spent in user space. The CPU system time: CPU time spent in kernel space. The CPU nice time: CPU time spent on low priority processes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

cwCommCPUUsageWindow 1.3.6.1.4.1.9.9.809.1.2.1.2
This object controls the duration to wait before sending notification (trap) after a CPU usage threshold is crossed. The notification is sent only if CPU usage crossed a threshold level (normal/minor/major) and remains in the new threshold level over the duration defined in this window.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32 1..60  

cwCommCPUTotalNumber 1.3.6.1.4.1.9.9.809.1.2.1.3
This object provides the total number of CPUs on the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..64  

cwCommCPUUsageTable 1.3.6.1.4.1.9.9.809.1.2.1.4
A list of CPU usage registering on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwCommCPUUsageEntry

cwCommCPUUsageEntry 1.3.6.1.4.1.9.9.809.1.2.1.4.1
An entry containing management information generic to the CPU usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwCommCPUUsageEntry  

cwCommCPUIndex 1.3.6.1.4.1.9.9.809.1.2.1.4.1.1
This object uniquely identifies a CPU in the table. Each CPU has its own usage and breakdown values.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..128  

cwCommCPUName 1.3.6.1.4.1.9.9.809.1.2.1.4.1.2
This object provides the CPU name. For example, 'Intel(R) Xeon(TM) CPU 3.00GHz'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

cwCommCPUUsage 1.3.6.1.4.1.9.9.809.1.2.1.4.1.3
This object provides how many percentage of total CPU resource is used. Usually GHz is used for measuring CPU power. Since GHz is too large for measuring some CPU usage categories, KHz is used as the measuring unit. The system speed (in KHz) multiply by the fraction of each CPU sections (e.g. idle, nice, user, etc.) to get the CPU KHz of each category; Khz is used as the unit for all the CPU categories below.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

cwCommCPUUsageUser 1.3.6.1.4.1.9.9.809.1.2.1.4.1.4
This object provides the CPU power executed in user mode.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageNice 1.3.6.1.4.1.9.9.809.1.2.1.4.1.5
This object provides the CPU power executed on low priority processes. Nice is a program found on Unix and Linux. It directly maps to a kernel call of the same name. nice is used to invoke a utility or shell script with a particular priority, thus giving the process more or less CPU time than other processes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageSystem 1.3.6.1.4.1.9.9.809.1.2.1.4.1.6
This object provides the CPU power now is executed in kernel mode.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageIdle 1.3.6.1.4.1.9.9.809.1.2.1.4.1.7
This object provides the CPU power now is in idle status.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageIOWait 1.3.6.1.4.1.9.9.809.1.2.1.4.1.8
This object provides the CPU power that is spending in wait disk I/O to complete.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageIRQ 1.3.6.1.4.1.9.9.809.1.2.1.4.1.9
This object provides the CPU usage that is spending on handling interrupt request.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageSoftIRQ 1.3.6.1.4.1.9.9.809.1.2.1.4.1.10
This object provides the CPU usage that is spending on handling software interrupt request.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageSteal 1.3.6.1.4.1.9.9.809.1.2.1.4.1.11
This object provides the CPU usage spent on other tasks when running in a virtualized environment.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUUsageCapacitySubTotal 1.3.6.1.4.1.9.9.809.1.2.1.4.1.12
This object provides the current total CPU capacity.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommCPUMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.1.5
This object provides the monitoring status of CPU resource. closed (0) - Resource not available open (1) - Resource available
Status: current Access: read-only
OBJECT-TYPE    
  CiscoWebExCommSysResMonitoringStatus  

cwCommCPUCapacityTotal 1.3.6.1.4.1.9.9.809.1.2.1.6
This object provides the overall CPU capacity.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommMEMUsageObject 1.3.6.1.4.1.9.9.809.1.2.2
This object provides the system memory usage status.
Status: current Access: read-only
OBJECT-IDENTITY    

cwCommMEMUsage 1.3.6.1.4.1.9.9.809.1.2.2.1
This object indicates the physical memory usage of the virtual machine.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

cwCommMEMMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.2.2
This object provides the monitoring status of memory resource. closed (0) - Resource not available open(1) - Resource available
Status: current Access: read-only
OBJECT-TYPE    
  CiscoWebExCommSysResMonitoringStatus  

cwCommMEMTotal 1.3.6.1.4.1.9.9.809.1.2.2.3
This object provides the total physical memory size of the host
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cwCommMEMSwapUsageObject 1.3.6.1.4.1.9.9.809.1.2.3
This object provides the system memory and swap memory usage.
Status: current Access: read-only
OBJECT-IDENTITY    

cwCommMEMSwapUsage 1.3.6.1.4.1.9.9.809.1.2.3.1
This object provides the host's physical memory usage and swap memory usage.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

cwCommMEMSwapMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.3.2
This object provides the monitoring status of memory and swap memory. closed (0) - The memory and swap memory status is available open (1) - The memory and swap memory status is not available
Status: current Access: read-only
OBJECT-TYPE    
  CiscoWebExCommSysResMonitoringStatus  

cwCommSysResourceNotificationObject 1.3.6.1.4.1.9.9.809.1.2.4
This object provides all the notification information.
Status: current Access: read-only
OBJECT-IDENTITY    

cwCommNotificationHostAddressType 1.3.6.1.4.1.9.9.809.1.2.4.1
This object represents the type of the network address made available through cwCommNotificationHostAddress.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

cwCommNotificationHostAddress 1.3.6.1.4.1.9.9.809.1.2.4.2
This object provides the host IP address sent with the notification. For example, '10.224.3.49'.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

cwCommNotificationResName 1.3.6.1.4.1.9.9.809.1.2.4.3
This object provides the system resource name which is sent with notification. It indicates the named system resource has over pre-defined warning levels. 0. cwCommTtoalCPUUsage, 1. cwCommMemUsage, 2. cwCommMemSwapUsage, 3. open file descriptor (no MIB data) 4. one of the cwCommDiskTotal
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CiscoWebExCommSysResource  

cwCommNotificationResValue 1.3.6.1.4.1.9.9.809.1.2.4.4
This object provides the system resource usage value with notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

cwCommNotificationSeqNum 1.3.6.1.4.1.9.9.809.1.2.4.5
This object provides sequence number. It's for tracking the order of the Notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Counter32  

cwCommDiskUsageObject 1.3.6.1.4.1.9.9.809.1.2.5
This object provides the system's disk usage status.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

cwCommDiskUsageCount 1.3.6.1.4.1.9.9.809.1.2.5.1
This object provides the count of how many disks (e.g. local disk, remote disk, meeting recording disk) available in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..65535  

cwCommDiskUsageTable 1.3.6.1.4.1.9.9.809.1.2.5.2
A list of the detailed disk usage status at the partition level for the host, registering on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwCommDiskUsageEntry

cwCommDiskUsageEntry 1.3.6.1.4.1.9.9.809.1.2.5.2.1
An entry containing management information generic to the disk usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwCommDiskUsageEntry  

cwCommDiskUsageIndex 1.3.6.1.4.1.9.9.809.1.2.5.2.1.1
This object is an index of entries in the table that contain management information generic to the disk usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..128  

cwCommDiskPartitionName 1.3.6.1.4.1.9.9.809.1.2.5.2.1.2
this object provides the disk partition name. For example, the partition '/opt', or '/dev' etc.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cwCommDiskUsage 1.3.6.1.4.1.9.9.809.1.2.5.2.1.3
This object provides the current disk usage on the host.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

cwCommDiskTotal 1.3.6.1.4.1.9.9.809.1.2.5.2.1.4
This object provides the total disk space size of this host.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

cwCommDiskMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.5.3
This object provides the monitoring status of disk resource. close (0) - the disk usage status is not available open (1) - the disk usage status is available
Status: current Access: read-only
OBJECT-TYPE    
  CiscoWebExCommSysResMonitoringStatus  

cwCommSystemResourceUsageNormalEvent 1.3.6.1.4.1.9.9.809.0.1
This notification indicates that some system resource usage changes to the normal status. System could send out this notification once one of the following cases happens: 1. The cwCommCPUUsage value of one CPU changes to be less than the value of pre-defined CPU Minor Threshold. 2. The value of cwCommMEMUsage changes to be less than the value of pre-defined MEM Minor Threshold. 3. The value of cwCommMEMSwapUsage changes to be less than in the value of pre-defined MEM SwapMinor Threshold. 4. The value of cwCommFileUsage changes to be less than the value of pre-defined File Minor Threshold. 5. The value of cwCommDiskUsage on one disk changes to be less than the value of pre-defined Disk Minor Threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

cwCommSystemResourceUsageMinorEvent 1.3.6.1.4.1.9.9.809.0.2
This notification indicates that some system resource usage changes to the minor status. System could send out this notification once one of the following cases happens: 1. The cwCommCPUUsage value of one CPU changes to be larger than or equal to the value of pre-defined CPU Minor Threshold and be less than the value of cwCommCPUMajorThreshold. 2. The cwCommMEMUsage value changes to be larger than or equal to the value of the pre-defined MEM Minor Threshold and be less than the value of pre-defined MEM Major Threshold. 3. The cwCommMEMSwapUsage value changes to be larger than or equal to the value of pre-defined MEM Swap Minor Threshold and be less than the value of pre-defined MEM Swap Major Threshold. 4. The cwCommFileUsage value changes to be larger than or equal to the value of pre-defined File Minor Threshold and be less than the value of pre-defined File Major Threshold. 5. The cwCommDiskUsage value of one disk changes to be larger than or equal to the value of pre-defined Disk Minor Threshold and be less than the value of pre-defined Disk Major Threshold. The minor notification means the system has some issues, the system administrator needs to pay attention.
Status: current Access: read-only
NOTIFICATION-TYPE    

cwCommSystemResourceUsageMajorEvent 1.3.6.1.4.1.9.9.809.0.3
This notification indicates that some system resource usage changes to the major status. System could send out this notification once one of the following cases happens: 1. The cwCommCPUUsage value of one CPU changes to be larger than or equal to the value of pre-defined CPU Major Threshold. 2. The cwCommMEMUsage value changes to be larger than or equal to the value of pre-defined MEM Major Threshold. 3. The cwCommMEMSwapUsage value changes to be larger than or equal to the value of pre-defined MEM Swap Major Threshold. 4. The cwCommFileUsage value changes to be larger than or equal to the value of pre-defined File Major Threshold. 5. The cwCommDiskUsage value of one disk changes to be larger than or equal to the value of pre-defined Disk Major Threshold. The major notification means the system is in critical status, it needs the system administrator to take action immediately.
Status: current Access: read-only
NOTIFICATION-TYPE    

cwCommMIBCompliances 1.3.6.1.4.1.9.9.809.2.1
OBJECT IDENTIFIER    

cwCommMIBCompliance 1.3.6.1.4.1.9.9.809.2.1.1
The compliance statement for entities which implement the Cisco WebEx Common MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cwCommMIBGroups 1.3.6.1.4.1.9.9.809.2.2
OBJECT IDENTIFIER    

ciscoWebExCommInfoGroup 1.3.6.1.4.1.9.9.809.2.2.1
This group is a collection of objects representing common host information within Cisco WebEx.
Status: current Access: read-only
OBJECT-GROUP    

ciscoWebExCommSystemResourceGroup 1.3.6.1.4.1.9.9.809.2.2.2
this group is a collection of objects representing system resource information of the host.
Status: current Access: read-only
OBJECT-GROUP    

ciscoWebExMeetingMIBNotifsGroup 1.3.6.1.4.1.9.9.809.2.2.3
This group defines the notifications generated by this MIB module.
Status: current Access: read-only
NOTIFICATION-GROUP