AT-FILE-MIB: View SNMP OID List / Download MIB
VENDOR: ALLIED TELESIS
Home | MIB: AT-FILE-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 |
file | 1.3.6.1.4.1.207.8.4.4.4.56 |
This MIB file contains definitions of managed objects for the FILE module. |
||
fileTable | 1.3.6.1.4.1.207.8.4.4.4.56.1 | no-access |
A list of all the files in the router's non-volatile storage. |
|
1.3.6.1.4.1.207.8.4.4.4.56.1.1 | no-access |
An entry in the list of files containing information about a single file in the router. |
||
fileIndex | 1.3.6.1.4.1.207.8.4.4.4.56.1.1.1 | integer | read-only |
A unique file index. File indices are recalculated every time the router reboots to reflect the current files on the router. As files are added, new indices are allocated to the new files. |
fileName | 1.3.6.1.4.1.207.8.4.4.4.56.1.1.2 | displaystring | read-only |
The name of the file, in the form |
fileDevice | 1.3.6.1.4.1.207.8.4.4.4.56.1.1.3 | integer | read-only |
The device on which the file resides. Enumeration: 'flash': 1, 'nvs': 2. |
fileCreationTime | 1.3.6.1.4.1.207.8.4.4.4.56.1.1.4 | displaystring | read-only |
The creation date and time for the file, in the format |
fileStatus | 1.3.6.1.4.1.207.8.4.4.4.56.1.1.5 | integer | read-write |
The status of the file. When read, this object will always return a value of ok(1), since the object will not exist if the value is deleting(2). Write the value deleting(2) to this object to delete the file. Enumeration: 'deleting': 2, 'ok': 1. |
fileSize | 1.3.6.1.4.1.207.8.4.4.4.56.1.1.6 | integer | read-only |
The size, in bytes, of the file. |
fileNumbers | 1.3.6.1.4.1.207.8.4.4.4.56.2 | integer | read-only |
The total number of files in FLASH and NVS. |