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).
|
|||
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 |
|
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 |