NET-SNMP-PASS-MIB: View SNMP OID List / Download MIB

VENDOR: NET-SNMP


 Home MIB: NET-SNMP-PASS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 netSnmpPassExamples 1.3.6.1.4.1.8072.2.255
Example MIB objects for pass/pass-persist extension script
         netSnmpPassString 1.3.6.1.4.1.8072.2.255.1 snmpadminstring read-write
Example string scalar object.
         netSnmpPassTable 1.3.6.1.4.1.8072.2.255.2 no-access
Example table
             netSnmpPassEntry 1.3.6.1.4.1.8072.2.255.2.1 no-access
Conceptual row in the example table.
                 netSnmpPassIndex 1.3.6.1.4.1.8072.2.255.2.1.1 integer32 no-access
Arbitrary index into the netSnmpPassTable. Note that there will always be one row, with index 1
                 netSnmpPassInteger 1.3.6.1.4.1.8072.2.255.2.1.2 integer32 read-write
Example Integer (table) object.
                 netSnmpPassOID 1.3.6.1.4.1.8072.2.255.2.1.3 object identifier read-write
Example OID (table) object.
         netSnmpPassTimeTicks 1.3.6.1.4.1.8072.2.255.3 timeticks read-write
Example timetick object.
         netSnmpPassIpAddress 1.3.6.1.4.1.8072.2.255.4 ipaddress read-write
Example IP Address object.
         netSnmpPassCounter 1.3.6.1.4.1.8072.2.255.5 counter32 read-only
Example counter object. Note that this object will always return the value '42'.
         netSnmpPassGauge 1.3.6.1.4.1.8072.2.255.6 gauge32 read-write
Example Gauge object.
         netSnmpPassOIDValue 1.3.6.1.4.1.8072.2.255.99