All MIBs › TUBS-IBR-LINUX-MIB › linuxCPU
linuxCPU
Module: TUBS-IBR-LINUX-MIB
OID (symbolic): TUBS-IBR-LINUX-MIB::linuxCPU
OID (numeric): 1.3.6.1.4.1.1575.1.5.2.1
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: The identification of the linux CPUs. This string contains foreach CPU present in the system the CPU type, model and vendor (if known by the operating system).
What is linuxCPU?
This read-only string identifies each CPU present in the Linux system, reporting the type, model, and vendor for every CPU the operating system recognizes. Admins read it to see exactly what processor hardware a monitored Linux host is running on, useful for inventory or capacity planning. For example, this might report something like "Intel(R) Xeon(R) CPU E5-2670" for a server with that processor installed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1575.1.5.2.1 snmpwalk -v2c -c public <target> TUBS-IBR-LINUX-MIB::linuxCPU
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1575.1.5.2.1.1 snmpget -v2c -c public <target> TUBS-IBR-LINUX-MIB::linuxCPU.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> linuxCPU.1
Start monitoring vendor-neutral, standards-based MIB, Linux server or host running an SNMP agent (CPU load/load-average status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the TUBS-IBR-LINUX-MIB::linuxCPU OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, Linux server or host running an SNMP agent (CPU load/load-average status) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.1575 | tubs | TUBS-SMI |
| 1.3.6.1.4.1.1575.1 | ibr | TUBS-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1575.1.5 | linuxMIB | TUBS-IBR-LINUX-MIB |
| 1.3.6.1.4.1.1575.1.5.2 | linuxObjects | TUBS-IBR-LINUX-MIB |
| 1.3.6.1.4.1.1575.1.5.2.1 | linuxCPU | TUBS-IBR-LINUX-MIB |