All MIBs › DMTF-DMI-MIB › dmiMappingLevel
dmiMappingLevel
Module: DMTF-DMI-MIB
OID (symbolic): DMTF-DMI-MIB::dmiMappingLevel
OID (numeric): 1.3.6.1.4.1.412.1.1.3.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The mapping level identifies the capabilities supported by the DMI-to-SNMP mapping agent. This object is defined as a bit-mask where each bit corresponds to a specific mapping capability. If the bit is '1', the capability is supported by the mapping agent. If the bit is '0', the capability is not supported. The mapping capabilities defined are: 0x01 Event Mapping Supported 0x02 Request/Response Mapping Supported 0x04 Row Addition/Deletion Supported 0x08 Remote Proxy Supported 0x10 Dynamic OID Generation Supported All other (unused) bits must be '0'. For example, a mapping agent that supports Event and Request/Response mapping, including Dynamic OID Generation, but does not support row addition/deletion nor remote proxy returns the value 0x13.
What is dmiMappingLevel?
A bitmask reporting which DMI-to-SNMP mapping capabilities this mapping agent supports, such as event mapping (0x01), request/response mapping (0x02), row addition/deletion (0x04), remote proxy (0x08), and dynamic OID generation (0x10); for example, a value of 0x13 means the agent supports event mapping, request/response mapping, and dynamic OID generation, but not row add/delete or remote proxy.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.412.1.1.3.1 snmpwalk -v2c -c public <target> DMTF-DMI-MIB::dmiMappingLevel
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.412.1.1.3.1.1 snmpget -v2c -c public <target> DMTF-DMI-MIB::dmiMappingLevel.1
Start monitoring Desktop/server system with DMI instrumentation (vendor-neutral, DMTF standard) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DMTF-DMI-MIB::dmiMappingLevel OID value, configure state conditions and alerts, and monitor any Desktop/server system with DMI instrumentation (vendor-neutral, DMTF standard) from a single console.
OID Breakdown
Upper-level ancestors (7 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.412 | dmtf | BASEBRDD-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 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.3 | dmiMappingAgent | DMTF-DMI-MIB |
| 1.3.6.1.4.1.412.1.1.3.1 | dmiMappingLevel | DMTF-DMI-MIB |