DMTF-SERVICE-LAYER-MIB :: verify

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsDMTF-SERVICE-LAYER-MIBverify

verify

Module: DMTF-SERVICE-LAYER-MIB

OID (symbolic): DMTF-SERVICE-LAYER-MIB::verify

OID (numeric): 1.3.6.1.4.1.412.2.1.1.1.6

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description: A code that provides a level of verification that the component is still installed and working.

What is verify?

This code reports a level of verification of whether the component is still installed and working, ranging from the component not existing to it existing and functioning correctly. Admins poll it as a lightweight health check on individual hardware or software components managed through DMI. A verify value of thisComponentExistsAndIsNotFunctioningCorrectly(6) would flag that specific component for immediate investigation, distinct from a value of 7 meaning it's fine.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.412.2.1.1.1.6
snmpwalk -v2c -c public <target> DMTF-SERVICE-LAYER-MIB::verify

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.412.2.1.1.1.6.1
snmpget -v2c -c public <target> DMTF-SERVICE-LAYER-MIB::verify.1

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> verify.1

Start monitoring Desktop/server DMI service-layer agent (vendor-neutral, DMTF standard) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DMTF-SERVICE-LAYER-MIB::verify OID value, configure state conditions and alerts, and monitor any Desktop/server DMI service-layer agent (vendor-neutral, DMTF standard) from a single console.

OID Breakdown

Upper-level ancestors (11 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.412dmtfBASEBRDD-MIB
1.3.6.1.4.1.412.2dmtfStdMifsBASEBRDD-MIB
1.3.6.1.4.1.412.2.1dmtfServiceLayerMIFBASEBRDD-MIB
1.3.6.1.4.1.412.2.1.1dMTFComponentIDTableBASEBRDD-MIB
1.3.6.1.4.1.412.2.1.1.1dMTFComponentIDEntryBASEBRDD-MIB
Numeric OIDNameModule
1.3.6.1.4.1.412.2.1.1.1.6verifyDMTF-SERVICE-LAYER-MIB