MIB Object Intelligence

Deconstruct and explore standard SNMP Object Identifiers (OIDs). Map numerical OID paths to human-readable system variables for monitoring.

What is an OID?

SNMP (Simple Network Management Protocol) uses Object Identifiers (OIDs) to uniquely identify managed objects in a Management Information Base (MIB) hierarchy. An OID is a string of numbers separated by dots, following a tree structure.


Standard Paths: Most standard networking objects reside under the `iso.org.dod.internet.mgmt.mib-2` path, which starts with `.1.3.6.1.2.1`. For example, system information is at `.1.3.6.1.2.1.1` and interface data at `.1.3.6.1.2.1.2`.

Enterprise OIDs: Manufacturers like Cisco, Juniper, or HP have their own "Enterprise" branches starting with `.1.3.6.1.4.1` followed by their unique enterprise number.