Dell-CPU-COUNTERS-MIB: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: Dell-CPU-COUNTERS-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
 rlCpuCounters 1.3.6.1.4.1.89.124
CPU Counter MIBs
         rlCpuCountersTable 1.3.6.1.4.1.89.124.1 no-access
Table of rx&tx counter, the key is cpuCounters
             rlCpuCountersEntry 1.3.6.1.4.1.89.124.1.1 no-access
Table of rx&tx counters, the key is cpuCounters
                 rlCpuCountersTarget 1.3.6.1.4.1.89.124.1.1.1 integer no-access
Packet type can be Multicast (MC), Broadcast (BC) or Unicast(UC) Enumeration: 'cpuCounters': 0.
                 rlCpuCountersTxBC 1.3.6.1.4.1.89.124.1.1.2 counter32 read-only
Number of received broadcast packets.
                 rlCpuCountersTxMC 1.3.6.1.4.1.89.124.1.1.3 counter32 read-only
Number of transmitted multicast packets.
                 rlCpuCountersTxUC 1.3.6.1.4.1.89.124.1.1.4 counter32 read-only
Number of transmitted unicast packets.
                 rlCpuCountersTxOctets 1.3.6.1.4.1.89.124.1.1.5 counter32 read-only
Number of transmitted octets.
                 rlCpuCountersRxBC 1.3.6.1.4.1.89.124.1.1.6 counter32 read-only
Number of received broadcast packets.
                 rlCpuCountersRxMC 1.3.6.1.4.1.89.124.1.1.7 counter32 read-only
Number of received mutlicast packets.
                 rlCpuCountersRxUC 1.3.6.1.4.1.89.124.1.1.8 counter32 read-only
Number of received unicast packets.
                 rlCpuCountersRxOctets 1.3.6.1.4.1.89.124.1.1.9 counter32 read-only
Number of received octets
         rlCpuCountersReset 1.3.6.1.4.1.89.124.2 truthvalue read-write
Setting true to this MIB object will reset the CPU counters.
         rlCpuCountersEnabled 1.3.6.1.4.1.89.124.3 truthvalue read-write
True - feature is enabled, false - feature is disabled