CISCO-5800-HEALTH-MON-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-5800-HEALTH-MON-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
 cisco5800HealthMonMIB 1.3.6.1.4.1.9.10.28
This MIB provides a means to monitor the status of a system's health.
       cisco5800HealthMonObjects 1.3.6.1.4.1.9.10.28.1
           ciscoHealthMonStatusTable 1.3.6.1.4.1.9.10.28.1.1 no-access
The table of status maintained by the health monitor.
               ciscoHealthMonStatusEntry 1.3.6.1.4.1.9.10.28.1.1.1 no-access
An entry in the status table, containing the information about the status of the health monitoring setup commands. Depending on the configured monitoring type these commands are setup on the shelf or on the system controller. Monitoring iomem is done on the shelf where as monitoring modem and trunk is done on system controller. ciscoHealthMonShelfId, ciscoHealthMonAddress doesn't exist for the modem and trunk monitoring types since they are done on the system controller.
                   ciscoHealthMonStatusIndex 1.3.6.1.4.1.9.10.28.1.1.1.1 integer32 no-access
Unique index for indexing the ciscoHealthMonStatusTable. This index is for SNMP purposes only, and has no intrinsic meaning.
                   ciscoHealthMonStatusType 1.3.6.1.4.1.9.10.28.1.1.1.2 integer32 read-only
Monitoring type modemUtil(1), trunkUtil(2), iomemUtil(3)
                   ciscoHealthMonShelfId 1.3.6.1.4.1.9.10.28.1.1.1.3 integer32 read-only
This is the shelf-id of the monitored shelf.
                   ciscoHealthMonAddress 1.3.6.1.4.1.9.10.28.1.1.1.4 ipaddress read-only
This is the IP address of the monitored shelf.
                   ciscoHealthMonDescr 1.3.6.1.4.1.9.10.28.1.1.1.5 displaystring read-only
Textual description of the utilization type being monitored on a shelf. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
                   ciscoHealthMonValue 1.3.6.1.4.1.9.10.28.1.1.1.6 gauge32 read-only
The current value for the monitoring type on a monitored shelf.
                   ciscoHealthMonThreshold 1.3.6.1.4.1.9.10.28.1.1.1.7 integer32 read-only
This is the monitoring threshold value configured through the command line. If the configured monitoring type is io-mem, rmon alarm on the shelf will use this value as the threshold for generating the event. Shelf will be asked to send this generated event trap to the system controller. Once the system controller receives this trap, trap will converted to the health monitor mib format and sent to the management station. If the configured monitoring types are trunk and/or modem, ciscoHealthMonValue is compared with this value and if ciscoHealthMonValue exceeds this value, a notification is sent to the configured management station. Also, a notification will be sent to the management station if the current monitoring value is less than the configured threshold and the previous monitored value is greater than the configured threshold value.
                   ciscoHealthMonThresholdExceedCount 1.3.6.1.4.1.9.10.28.1.1.1.8 integer32 read-only
Number of times monitoring value exceeded the configured threshold value.
           ciscoHealthMonCountTable 1.3.6.1.4.1.9.10.28.1.2 no-access
The table of mib entries maintained by the health monitor.
               ciscoHealthMonCountEntry 1.3.6.1.4.1.9.10.28.1.2.1 no-access
An entry in the count table represents the polled data of ceratin mib variables for a router shelf. System controller will do the polling of the mib variables only if system controller can talk to that particular router shelf.
                   ciscoHealthMonCountIndex 1.3.6.1.4.1.9.10.28.1.2.1.1 integer32 no-access
Unique index for indexing the ciscoHealthMonCountTable. This unique index represents the shelf-id of the monitored shelf.
                   ciscoHealthMonT1E1LinesUp 1.3.6.1.4.1.9.10.28.1.2.1.2 gauge32 read-only
The number of active T1 and E1 lines on a shelf. A line is considered as an active line if it is operationally up.
                   ciscoHealthMonT1E1LinesDown 1.3.6.1.4.1.9.10.28.1.2.1.3 gauge32 read-only
The number of inactive T1 and E1 lines on a shelf. This is the special case where a line is counted as down if it is operationally down and administratively up.
                   ciscoHealthMonActiveDS0 1.3.6.1.4.1.9.10.28.1.2.1.4 gauge32 read-only
The number of DS0's that are currently in use.
                   ciscoHealthMonTotalDS0 1.3.6.1.4.1.9.10.28.1.2.1.5 gauge32 read-only
The total number of DS0's on a shelf. This is based on the number of T1 and E1 lines present on the router shelf. Total DS0 = (# of T1 lines - 1 * 24) + 23 + (# of E1 lines*30).
                   ciscoHealthMonTotalModems 1.3.6.1.4.1.9.10.28.1.2.1.6 gauge32 read-only
The total number of modems installed on a shelf. This is the polled value for cmSystemInstalledModem from the router shelf.
                   ciscoHealthMonModemsInUse 1.3.6.1.4.1.9.10.28.1.2.1.7 gauge32 read-only
The number of modems on a shelf that are in the following states: connected, offHook, loopback, or downloadFirmware. This the polled value for cmSystemModemsInUse from the router shelf.
                   ciscoHealthMonUnavailableModems 1.3.6.1.4.1.9.10.28.1.2.1.8 gauge32 read-only
The number of modems on a shelf that cannot accept the calls. They are in the following states: unknown, onHook, busiedOut, disabled, bad, or downloadFirmwareFailed. This is the polled value for cmSystemModemsUnavailable from the router shelf.
                   ciscoHealthMonIOMemUsed 1.3.6.1.4.1.9.10.28.1.2.1.9 gauge32 read-only
The number of bytes of IO memory that are currently in use by the applications on the shelf. This is the polled value for ciscoMemoryPoolUsed of io-mem type on the router shelf.
                   ciscoHealthMonIOMemFree 1.3.6.1.4.1.9.10.28.1.2.1.10 gauge32 read-only
The number of bytes of IO memory that are currently available to use on the shelf.This is the polled value for ciscoMemoryPoolFree of io-mem type on the router shelf.
                   ciscoHealthMonCPUavgBusy5 1.3.6.1.4.1.9.10.28.1.2.1.11 integer32 read-only
5 minute exponentially-decayed moving average of the CPU busy percentage. This is the polled value for avgBusy5 from the router shelf.
                   ciscoHealthMonUtilEgressInOctet 1.3.6.1.4.1.9.10.28.1.2.1.12 counter32 read-only
This is the percentage utilization of total number of octets received on all the active egress interface, including framing characters. A port is considered as an egress port if it's ifSpeed > 1544000 % Utilization of ifInOctets = (diff_total_ifInoctets*100)/ (time in seconds * total_speed) .
                   ciscoHealthMonUtilEgressOutOctet 1.3.6.1.4.1.9.10.28.1.2.1.13 counter32 read-only
This is the percentage utilization of the total number of octets transmitted out on all the active egress interface, including framing characters. A port is considered as an egress port if it's ifSpeed > 1544000 % Utilization of ifOutOctets = (diff_total_ifOutoctets*100)/ (time in seconds * total_speed) .
                   ciscoHealthMonShelfLastUpdate 1.3.6.1.4.1.9.10.28.1.2.1.14 displaystring read-only
This is the last time at which the system-controller has polled the mib entries from a shelf. However, if system-controller can not talk to that shelf, this entry will have the same time as the last update and a string Lost Contact. All the mib entries corresponding to this shelf will remain as it is until system-controller can talk to this shelf again.
           ciscoHealthMonNumShelves 1.3.6.1.4.1.9.10.28.1.3 integer32 read-only
The total number of shelves monitored by the health monitor.
           ciscoHealthMonNumT1E1LinesUp 1.3.6.1.4.1.9.10.28.1.4 gauge32 read-only
This is the total number of active T1/E1 lines across all the monitored shelves.
           ciscoHealthMonNumT1E1LinesDown 1.3.6.1.4.1.9.10.28.1.5 gauge32 read-only
This is the total number of inactive T1/E1 lines across all the monitored shelves.
           ciscoHealthMonNumActiveDS0 1.3.6.1.4.1.9.10.28.1.6 gauge32 read-only
The total number of DS0's in use across all the monitored shelves.
           ciscoHealthMonNumTotalDS0 1.3.6.1.4.1.9.10.28.1.7 gauge32 read-only
The total number of DS0's from all the monitored shelves.
           ciscoHealthMonNumTotalModems 1.3.6.1.4.1.9.10.28.1.8 gauge32 read-only
This is the total number of ciscoHealthMonTotalModems from all the monitored shelves.
           ciscoHealthMonNumModemsInUse 1.3.6.1.4.1.9.10.28.1.9 gauge32 read-only
This is the total number of ciscoHealthMonModemsInUse from all the monitored shelves .
           ciscoHealthMonNumUnavailableModems 1.3.6.1.4.1.9.10.28.1.10 gauge32 read-only
This is the total number of ciscoHealthMonUnavailableModems from all the monitored shelves.
       ciscoHealthMonMIBNotificationEnables 1.3.6.1.4.1.9.10.28.2
           ciscoHealthMonEnableNotification 1.3.6.1.4.1.9.10.28.2.1 truthvalue read-write
This variable indicates whether the system produces the ciscoHealthNotification. A false value will prevent notifications from being generated by this system.
       ciscoHealthMonMIBNotificationPrefix 1.3.6.1.4.1.9.10.28.3
           ciscoHealthMonMIBNotifications 1.3.6.1.4.1.9.10.28.3.0
               ciscoHealthMonNotification 1.3.6.1.4.1.9.10.28.3.0.1
A ciscoHealthMonNotification is sent if the measured utilization has crossed the threshold value. It will be generated when the value rises above the threshold. ciscoHealthMonShelfId and ciscoHealthMonAddress are optional entries. This entry is valid only if the notification generated for the monitoring types set on the router shelf. This entry will not have anything if notification is generated for the monitoring types set on the system controller.
       cisco5800HealthMonMIBConformance 1.3.6.1.4.1.9.10.28.4
           cisco5800HealthMonMIBCompliances 1.3.6.1.4.1.9.10.28.4.1
               cisco5800HealthMonMIBCompliance 1.3.6.1.4.1.9.10.28.4.1.1
The compliance statement for entities which implement the Cisco Health Monitor MIB
           cisco5800HealthMonMIBGroups 1.3.6.1.4.1.9.10.28.4.2
               cisco5800HealthMonMIBGroup 1.3.6.1.4.1.9.10.28.4.2.1
A collection of objects providing health monitoring capability to a cisco chassis.