Upload one or more files above to start browsing.
MIB Viewer
Browse, search, and explore SNMP MIB modules and their OIDs. Look up any object by name or number, see its syntax, access level, and description, trace its place in the tree, and generate ready-to-run SNMP commands — all without leaving the browser.
What's a MIB?
A MIB (Management Information Base) is a structured document that defines the data a device exposes over SNMP — things like interface counters, system uptime, or CPU load. Each module declares a set of named objects, organized into a tree.
What's SNMP?
SNMP (Simple Network Management Protocol) is how network devices — routers, switches, servers — report status and statistics to monitoring tools. It's the protocol; MIBs are the vocabulary it uses to describe what's being asked for.
What's an OID?
An OID (Object Identifier) is the numeric address of one piece of data in a MIB — a dotted sequence like 1.3.6.1.2.1.1.1, read from the root of a global tree down to one specific object. Names are easier to read; OIDs are what's actually sent over the wire.
Try it: sysDescr (1.3.6.1.2.1.1.1) →Search for a MIB or OID above, or pick one from the list on the left.
Have your own MIB file? Drop it on the upload zone in the sidebar (or click to browse) to parse and explore it right away — it stays private to this browser session and isn't added to the shared library.
TOASTER-MIB
| RFC-1212 | OBJECT-TYPE |
| RFC-1213 MISSING | DisplayString |
| RFC1155-SMI | enterprises |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.12 | Nodeepilogue | |||
| 1.3.6.1.4.1.12.2 | Nodetoaster | |||
| 1.3.6.1.4.1.12.2.1 | ScalartoasterManufacturer | read-only | mandatory | The name of the toaster's manufacturer. For instance, Sunbeam. |
| 1.3.6.1.4.1.12.2.2 | ScalartoasterModelNumber | read-only | mandatory | The name of the toaster's model. For instance, Radiant Automatic. |
| 1.3.6.1.4.1.12.2.3 | ScalartoasterControl | read-write | mandatory | This variable controls the current state of the toaster. To begin toasting, set it to down(2). To abort toasting (perhaps in the event of an emergency), set it… |
| 1.3.6.1.4.1.12.2.4 | ScalartoasterDoneness | read-write | mandatory | This variable controls how well done ensuing toast should be on a scale of 1 to 10. Toast made at 10 is generally considered unfit for human consumption; toast… |
| 1.3.6.1.4.1.12.2.5 | ScalartoasterToastType | read-write | mandatory | This variable informs the toaster of the type of material being toasted. The toaster uses this information combined with toasterToastDoneness to compute how lo… |