Enterprise OIDs and Private MIBs
The enterprises branch of the OID tree - 1.3.6.1.4.1 - is where every vendor's own, private MIB content lives. Anything hardware-specific that isn't covered by a standard, cross-vendor MIB (a proprietary hardware sensor, a vendor-specific feature, an internal diagnostic counter) gets defined somewhere under this branch, in what's generally called a private or enterprise MIB.
How the numbering actually works
Any organization can request its own unique number directly under enterprises, formally through IANA's Private Enterprise Number registry. Once assigned, that number is that organization's own private namespace to define however they choose - nobody else will ever be assigned the same number, and the organization doesn't need anyone's further approval to define new objects underneath it. Some well-known examples:
1.3.6.1.4.1.9- Cisco1.3.6.1.4.1.2636- Juniper1.3.6.1.4.1.6527- Nokia (formerly Alcatel-Lucent)1.3.6.1.4.1.30065- Arista1.3.6.1.4.1.11- Hewlett-Packard
Everything that vendor defines - every proprietary object, every custom notification - lives somewhere underneath their assigned number. A Cisco-specific OID will always start with 1.3.6.1.4.1.9; there's no ambiguity about which vendor a given enterprise OID belongs to once you recognize the number.
Standard MIBs vs. enterprise MIBs, revisited
This is the flip side of the standard-vs-vendor distinction covered on the MIB fundamentals page: standard MIBs (under mib-2 and similar well-known branches) are meant to work identically across every vendor's implementation, while enterprise MIBs are specific to one vendor's own hardware and aren't expected to be portable to anyone else's equipment at all.
Why enterprise OIDs are so often the ones that don't resolve
Standard MIBs are widely distributed and commonly bundled with monitoring tools by default. Enterprise MIBs are not - there are thousands of registered enterprise numbers, most defining MIBs that are far less commonly needed, and no single tool ships with all of them preloaded. This is exactly why an unresolved OID so often turns out to be sitting under some vendor's enterprises branch: the object genuinely exists and is well-defined, but the specific MIB that defines it simply isn't loaded wherever you're looking it up. Finding and loading the correct vendor MIB - typically available from that vendor's own support site - is usually the actual fix.
Finding a vendor's enterprise number
IANA maintains the full, public list of assigned Private Enterprise Numbers. If you have an unresolved OID starting with 1.3.6.1.4.1. followed by a number you don't recognize, that number is a direct, reliable way to identify which vendor defined it, even before you've found the specific MIB file itself.