To operate a device with SNMP, a set of managed information supported by the device, which is usually called a managed object (MO), requires a definition. In SNMP, it is defined as a Management Information Base (MIB). If the device supports SNMP, specify which MIBs are supported in the Feature, and the Manager can collect information based on the MIBs. In this post, I will briefly look at MIB. MIB Overview MIB is a text file written in ASN.1 syntex. Since it is a standard syntex, it can interpret either standard MIB or private MIB. Taking RFC 1213 (MIB-2) as an example, objects are defined as shown below. sysUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time...