AT-FILE-MIB
AI MIB Summary
The AT-FILE-MIB module enables monitoring of file system statistics, including file counts, disk usage, and inode utilization, on Allied Telesis network devices. It facilitates the tracking of storage capacity and file system health to support capacity planning and anomaly detection in production environments.
This MIB file contains definitions of managed objects for the FILE module.
Main OID:
file.1.3.6.1.4.1.207.8.4.4.4.56
10
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
10 total| Object Name |
|---|
fileThis MIB file contains definitions of managed objects for the FILE module. MODULE-IDENTITY .1.3.6.1.4.1.207.8.4.4.4.56 |
fileTableA list of all the files in the router's non-volatile storage. SEQUENCE OF FileEntry .1.3.6.1.4.1.207.8.4.4.4.56.1 |
fileEntryAn entry in the list of files containing information about a single file in the router. FileEntry .1.3.6.1.4.1.207.8.4.4.4.56.1.1 |
fileIndexA 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.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.56.1.1.1 |
fileNameThe name of the file, in the form <name.typ>. The name is up to eight characters long, the type is up to three characters long.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.56.1.1.2 |
fileDeviceThe device on which the file resides.ro Enumeration .1.3.6.1.4.1.207.8.4.4.4.56.1.1.3 |
fileCreationTimeThe creation date and time for the file, in the format <dd-mmm-yy, hh:mm:ss>.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.56.1.1.4 |
fileStatusThe 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.rw Enumeration .1.3.6.1.4.1.207.8.4.4.4.56.1.1.5 |
fileSizeThe size, in bytes, of the file.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.56.1.1.6 |
fileNumbersThe total number of files in FLASH and NVS.ro INTEGER .1.3.6.1.4.1.207.8.4.4.4.56.2 |