CISCO-WBX-MEETING-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-WBX-MEETING-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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
         ciscoWebExMeetingMIBNotifs 1.3.6.1.4.1.9.9.809.0
             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.
             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.
             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.
         ciscoWebExMeetingMIBObjects 1.3.6.1.4.1.9.9.809.1
             ciscoWebExCommInfo 1.3.6.1.4.1.9.9.809.1.1
                 cwCommSystemVersion 1.3.6.1.4.1.9.9.809.1.1.1 snmpadminstring read-only
This object provides the version of webEx system.
                 cwCommSystemObjectID 1.3.6.1.4.1.9.9.809.1.1.2 autonomoustype read-only
This object provides the sysObjectID defined in SNMPv2-MIB
             ciscoWebExCommSystemResource 1.3.6.1.4.1.9.9.809.1.2
                 cwCommCPUUsageObject 1.3.6.1.4.1.9.9.809.1.2.1
This object provides the system CPU usage.
                     cwCommCPUTotalUsage 1.3.6.1.4.1.9.9.809.1.2.1.1 gauge32 read-only
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.
                     cwCommCPUUsageWindow 1.3.6.1.4.1.9.9.809.1.2.1.2 gauge32 read-write
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.
                     cwCommCPUTotalNumber 1.3.6.1.4.1.9.9.809.1.2.1.3 gauge32 read-only
This object provides the total number of CPUs on the system.
                     cwCommCPUUsageTable 1.3.6.1.4.1.9.9.809.1.2.1.4 no-access
A list of CPU usage registering on the device.
                         cwCommCPUUsageEntry 1.3.6.1.4.1.9.9.809.1.2.1.4.1 no-access
An entry containing management information generic to the CPU usage.
                             cwCommCPUIndex 1.3.6.1.4.1.9.9.809.1.2.1.4.1.1 unsigned32 no-access
This object uniquely identifies a CPU in the table. Each CPU has its own usage and breakdown values.
                             cwCommCPUName 1.3.6.1.4.1.9.9.809.1.2.1.4.1.2 snmpadminstring read-only
This object provides the CPU name. For example, 'Intel(R) Xeon(TM) CPU 3.00GHz'.
                             cwCommCPUUsage 1.3.6.1.4.1.9.9.809.1.2.1.4.1.3 gauge32 read-only
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.
                             cwCommCPUUsageUser 1.3.6.1.4.1.9.9.809.1.2.1.4.1.4 gauge32 read-only
This object provides the CPU power executed in user mode.
                             cwCommCPUUsageNice 1.3.6.1.4.1.9.9.809.1.2.1.4.1.5 gauge32 read-only
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.
                             cwCommCPUUsageSystem 1.3.6.1.4.1.9.9.809.1.2.1.4.1.6 gauge32 read-only
This object provides the CPU power now is executed in kernel mode.
                             cwCommCPUUsageIdle 1.3.6.1.4.1.9.9.809.1.2.1.4.1.7 gauge32 read-only
This object provides the CPU power now is in idle status.
                             cwCommCPUUsageIOWait 1.3.6.1.4.1.9.9.809.1.2.1.4.1.8 gauge32 read-only
This object provides the CPU power that is spending in wait disk I/O to complete.
                             cwCommCPUUsageIRQ 1.3.6.1.4.1.9.9.809.1.2.1.4.1.9 gauge32 read-only
This object provides the CPU usage that is spending on handling interrupt request.
                             cwCommCPUUsageSoftIRQ 1.3.6.1.4.1.9.9.809.1.2.1.4.1.10 gauge32 read-only
This object provides the CPU usage that is spending on handling software interrupt request.
                             cwCommCPUUsageSteal 1.3.6.1.4.1.9.9.809.1.2.1.4.1.11 gauge32 read-only
This object provides the CPU usage spent on other tasks when running in a virtualized environment.
                             cwCommCPUUsageCapacitySubTotal 1.3.6.1.4.1.9.9.809.1.2.1.4.1.12 gauge32 read-only
This object provides the current total CPU capacity.
                     cwCommCPUMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.1.5 ciscowebexcommsysresmonitoringstatus read-only
This object provides the monitoring status of CPU resource. closed (0) - Resource not available open (1) - Resource available
                     cwCommCPUCapacityTotal 1.3.6.1.4.1.9.9.809.1.2.1.6 gauge32 read-only
This object provides the overall CPU capacity.
                 cwCommMEMUsageObject 1.3.6.1.4.1.9.9.809.1.2.2
This object provides the system memory usage status.
                     cwCommMEMUsage 1.3.6.1.4.1.9.9.809.1.2.2.1 gauge32 read-only
This object indicates the physical memory usage of the virtual machine.
                     cwCommMEMMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.2.2 ciscowebexcommsysresmonitoringstatus read-only
This object provides the monitoring status of memory resource. closed (0) - Resource not available open(1) - Resource available
                     cwCommMEMTotal 1.3.6.1.4.1.9.9.809.1.2.2.3 gauge32 read-only
This object provides the total physical memory size of the host
                 cwCommMEMSwapUsageObject 1.3.6.1.4.1.9.9.809.1.2.3
This object provides the system memory and swap memory usage.
                     cwCommMEMSwapUsage 1.3.6.1.4.1.9.9.809.1.2.3.1 gauge32 read-only
This object provides the host's physical memory usage and swap memory usage.
                     cwCommMEMSwapMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.3.2 ciscowebexcommsysresmonitoringstatus read-only
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
                 cwCommSysResourceNotificationObject 1.3.6.1.4.1.9.9.809.1.2.4
This object provides all the notification information.
                     cwCommNotificationHostAddressType 1.3.6.1.4.1.9.9.809.1.2.4.1 inetaddresstype no-access
This object represents the type of the network address made available through cwCommNotificationHostAddress.
                     cwCommNotificationHostAddress 1.3.6.1.4.1.9.9.809.1.2.4.2 inetaddress no-access
This object provides the host IP address sent with the notification. For example, '10.224.3.49'.
                     cwCommNotificationResName 1.3.6.1.4.1.9.9.809.1.2.4.3 ciscowebexcommsysresource no-access
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
                     cwCommNotificationResValue 1.3.6.1.4.1.9.9.809.1.2.4.4 unsigned32 no-access
This object provides the system resource usage value with notification.
                     cwCommNotificationSeqNum 1.3.6.1.4.1.9.9.809.1.2.4.5 counter32 no-access
This object provides sequence number. It's for tracking the order of the Notifications.
                 cwCommDiskUsageObject 1.3.6.1.4.1.9.9.809.1.2.5
This object provides the system's disk usage status.
                     cwCommDiskUsageCount 1.3.6.1.4.1.9.9.809.1.2.5.1 gauge32 read-only
This object provides the count of how many disks (e.g. local disk, remote disk, meeting recording disk) available in the system.
                     cwCommDiskUsageTable 1.3.6.1.4.1.9.9.809.1.2.5.2 no-access
A list of the detailed disk usage status at the partition level for the host, registering on the device.
                         cwCommDiskUsageEntry 1.3.6.1.4.1.9.9.809.1.2.5.2.1 no-access
An entry containing management information generic to the disk usage.
                             cwCommDiskUsageIndex 1.3.6.1.4.1.9.9.809.1.2.5.2.1.1 unsigned32 no-access
This object is an index of entries in the table that contain management information generic to the disk usage.
                             cwCommDiskPartitionName 1.3.6.1.4.1.9.9.809.1.2.5.2.1.2 snmpadminstring read-only
this object provides the disk partition name. For example, the partition '/opt', or '/dev' etc.
                             cwCommDiskUsage 1.3.6.1.4.1.9.9.809.1.2.5.2.1.3 gauge32 read-only
This object provides the current disk usage on the host.
                             cwCommDiskTotal 1.3.6.1.4.1.9.9.809.1.2.5.2.1.4 gauge32 read-only
This object provides the total disk space size of this host.
                     cwCommDiskMonitoringStatus 1.3.6.1.4.1.9.9.809.1.2.5.3 ciscowebexcommsysresmonitoringstatus read-only
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
         ciscoWebExMeetingMIBConform 1.3.6.1.4.1.9.9.809.2
             cwCommMIBCompliances 1.3.6.1.4.1.9.9.809.2.1
                 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.
             cwCommMIBGroups 1.3.6.1.4.1.9.9.809.2.2
                 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.
                 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.
                 ciscoWebExMeetingMIBNotifsGroup 1.3.6.1.4.1.9.9.809.2.2.3
This group defines the notifications generated by this MIB module.