EX02-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: EX02-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 |
ex01Module | 1.3.6.1.3.1194 |
Test MIB module to show valid SMI constructs which are not valid in ASN.1. |
||
oG | 1.3.6.1.3.1194.1 |
Group for objects. |
||
ex01Test | 1.3.6.1.3.1195 | |||
aTable | 1.3.6.1.3.1195.1 | no-access |
An example table. |
|
1.3.6.1.3.1195.1.1 | no-access |
An entry in the example table. |
||
aIndex | 1.3.6.1.3.1195.1.1.1 | integer | no-access |
Index for table. Enumeration: 'blue': 3, 'green': 2, 'red': 1. |
aOct1 | 1.3.6.1.3.1195.1.1.2 | octet string | read-only |
An example object with OCTET STRING syntax. |
aOct2 | 1.3.6.1.3.1195.1.1.3 | octet string | read-only |
An example object with OCTET STRING syntax. |
aInt1 | 1.3.6.1.3.1195.1.1.4 | integer32 | read-only |
An example object with Integer32 syntax. |