USAGE-MIB: View SNMP OID List / Download MIB

VENDOR: CACHEFLOW INC.


 Home MIB: USAGE-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
 deviceUsageMIB 1.3.6.1.4.1.3417.2.4
The USAGE-MIB is used to monitor resource usage of the device.
     deviceUsageMIBObjects 1.3.6.1.4.1.3417.2.4.1
         deviceUsageTable 1.3.6.1.4.1.3417.2.4.1.1 no-access
This table lists the various attacks that are detected.
             deviceUsageEntry 1.3.6.1.4.1.3417.2.4.1.1.1 no-access
A deviceUsage entry describes the present usage of a resource.
                 deviceUsageIndex 1.3.6.1.4.1.3417.2.4.1.1.1.1 integer no-access
An arbitrary value which uniquely identifies a resource.
                 deviceUsageTrapEnabled 1.3.6.1.4.1.3417.2.4.1.1.1.2 truthvalue read-write
This variable controls generation of deviceUsageTrap for this resource. When this variable is true(1), generation of deviceUsageTrap is enabled. When this variable is false(2), generation of deviceUsageTrap is disabled. The default start-up value is true(1).
                 deviceUsageName 1.3.6.1.4.1.3417.2.4.1.1.1.3 displaystring read-only
The textual name of the resource i.e. Disk.
                 deviceUsagePercent 1.3.6.1.4.1.3417.2.4.1.1.1.4 percent read-only
Percent of resource in use. When the resource is Disk, it is the amount of disk used by the cache subsytem
                 deviceUsageHigh 1.3.6.1.4.1.3417.2.4.1.1.1.5 percent read-write
Percent usage which a notification will be sent when the value is reached. For example if deviceUsageHigh is set to 79 then notification will be send when the value changes from less than 79 to 79. The default is defined by the device for a particular resource. When the resource is Disk, it is the amount of disk used by the cache subsytem
                 deviceUsageStatus 1.3.6.1.4.1.3417.2.4.1.1.1.6 usagestatus read-only
Comparison of deviceUsagePercent with deviceUsageHigh.
                 deviceUsageTime 1.3.6.1.4.1.3417.2.4.1.1.1.7 timestamp read-only
value of 'sysUpTime.0' at last resource reading.
     deviceUsageMIBNotifications 1.3.6.1.4.1.3417.2.4.2
         deviceUsageMIBNotificationsPrefix 1.3.6.1.4.1.3417.2.4.2.0
             deviceUsageTrap 1.3.6.1.4.1.3417.2.4.2.0.1
At notification is sent when the deviceUsagePercent exceeds a threshold.