All MIBs › DMTF-DMI-MIB › dmiClassString
dmiClassString
Module: DMTF-DMI-MIB
OID (symbolic): DMTF-DMI-MIB::dmiClassString
OID (numeric): 1.3.6.1.4.1.412.1.1.1.1.1.2
Node type: OBJECT-TYPE
Type: DmiString
Access: read-only
Description:
The 'class string' assigned to the group in the 'class' statement.
What is dmiClassString?
This OID holds an identifier pointing to a hardware component class in the device management interface. It categorizes what type of component you're looking at (CPU, memory, power supply, etc.). An operator using this would query it to understand which physical component a management group describes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.412.1.1.1.1.1.2 snmpwalk -v2c -c public <target> DMTF-DMI-MIB::dmiClassString
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.412.1.1.1.1.1.2.1 snmpget -v2c -c public <target> DMTF-DMI-MIB::dmiClassString.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.412 | dmtf | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1 | dmiMIB | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1.1 | dmiMIBObjects | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1.1.1 | dmiClasses | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1.1.1.1 | dmiClassTable | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1.1.1.1.1 | dmiClassEntry | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1.1.1.1.1.2 | dmiClassString | DMTF-DMI-MIB |