Hacker News new | ask | show | jobs
by IshKebab 702 days ago
What are SNMP and MIBs?
2 comments

SNMP stands for Simple Network Management Protocol, and is a way to directly address not just individual hardware elements, but to access specific functions or methods within that device via a "simple" addressing scheme. A MIB file describes the various endpoints available on a device, much like a wsdl file would describe a SOAP endpoint.

So you might have an SNMP address like 2.1.4.3.0.1* which the MIB file would translate to "the current temp for CPU1"

Simple Network Management Protocol. Management Information Base.

https://en.m.wikipedia.org/wiki/Management_information_base