SYSTEM-RESOURCE-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: SYSTEM-RESOURCE-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
 sysResourceInstalled 1.3.6.1.4.1.52.4.1.1.12.1
     sysResourceCpuTable 1.3.6.1.4.1.52.4.1.1.12.1.1 no-access
This table defines the CPus present within the system.
         sysResourceCpuEntry 1.3.6.1.4.1.52.4.1.1.12.1.1.1 no-access
Defines a particular CPU entry.
             sysResSlotID 1.3.6.1.4.1.52.4.1.1.12.1.1.1.1 integer read-only
The slot for which this CPU information pertains.
             sysResCpuIndex 1.3.6.1.4.1.52.4.1.1.12.1.1.1.2 integer read-only
An identifier for the CPU on a per slot basis.
             sysResCpuType 1.3.6.1.4.1.52.4.1.1.12.1.1.1.3 object identifier read-only
The processor (CPU) type.
             sysResCpuSpeed 1.3.6.1.4.1.52.4.1.1.12.1.1.1.4 integer read-only
The speed of the processor in mega-hertz.
             sysResCpuID 1.3.6.1.4.1.52.4.1.1.12.1.1.1.5 integer read-only
A system wide unique identifier for each CPU.
             sysResInstalledLocalMemory 1.3.6.1.4.1.52.4.1.1.12.1.1.1.6 integer read-only
Total installed local memory 'DRAM' used for code and data. This is reported in mega-bytes.
             sysResUsedLocalMemory 1.3.6.1.4.1.52.4.1.1.12.1.1.1.7 integer read-only
The current amount of local memory 'DRAM' that is currently being used for code and data. This is reported in bytes.
     sysResourceTable 1.3.6.1.4.1.52.4.1.1.12.1.2 no-access
This table describes total installed system resources.
         sysResourceEntry 1.3.6.1.4.1.52.4.1.1.12.1.2.1 no-access
Describes a particular installed set of system resources.
             sysResInstalledNvram 1.3.6.1.4.1.52.4.1.1.12.1.2.1.1 integer read-only
The total installed non-volatile memory 'NVRAM'. This is reported in K-bytes.
             sysResInstalledFlash 1.3.6.1.4.1.52.4.1.1.12.1.2.1.2 integer read-only
The total installed flash memory. This is reported in K-bytes.
             sysResInstalledSharedMemory 1.3.6.1.4.1.52.4.1.1.12.1.2.1.3 integer read-only
The total amount of shared memory that is installed. This is reported in K-bytes.
             sysResUsedNvram 1.3.6.1.4.1.52.4.1.1.12.1.2.1.4 integer read-only
The current amount of non-volatile memory 'NVRAM' that is currently being used for data. This is reported in bytes.
             sysResUsedFlash 1.3.6.1.4.1.52.4.1.1.12.1.2.1.5 integer read-only
The current amount of flash memory that is currently being used for code and data. This is reported in bytes.
             sysResUsedSharedMemory 1.3.6.1.4.1.52.4.1.1.12.1.2.1.6 integer read-only
The current amount of shared memory that is currently being used for data. This is reported in bytes.
 sysResourceSwitch 1.3.6.1.4.1.52.4.1.1.12.2
     sysResManagementCpuResource 1.3.6.1.4.1.52.4.1.1.12.2.1 integer read-write
The desired amount of CPU bandwith reserved for management purposes. For example, in the default state (1), the device will devote all CPU bandwith to switching if necessary therefore possibly dropping management frames. If limited (2) is selected, management of the device may appear slow while under maximum switching capabilities although management will still be possible which may result in dropped frames. If full (3) is selected, management of the device is always possible and acts as if there is no switching load on the device, which may result in dropped frames. Enumeration: 'limited': 2, 'none': 1, 'full': 3.
     switchLoad 1.3.6.1.4.1.52.4.1.1.12.2.2 integer read-only
The returned value represents the current switch load based upon a percentage of maximum switching capacity where maximum switching capacity is 100%.
     peakSwitchload 1.3.6.1.4.1.52.4.1.1.12.2.3 integer read-only
The peak load which has occured on this switch. The value returned represents The peak percentage of switch load based upon a percentage of maximum switch load which is 100%.
     peakSwitchLoadTime 1.3.6.1.4.1.52.4.1.1.12.2.4 timeticks read-only
The time at which the peak switch load occured. The value returned will represent system up time at which the peak occured.
     peakSwitchClear 1.3.6.1.4.1.52.4.1.1.12.2.5 integer read-write
This object is used to clear the values found in peakSwitchload and peakSwitchLoadTime. When set with a value of clear(1) the values will be cleared. When read, a value of noClear(2) will be returned. A set of noClear(2) will have no effect. Enumeration: 'clear': 1, 'noClear': 2.