AT-FILE-MIB

File: AT-FILE-MIB.mib (4196 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
DisplayString TruthValue ifIndex
modules DisplayStringUnsized

Defined Types

FileEntry  
SEQUENCE    
  fileIndex INTEGER
  fileName DisplayString
  fileDevice INTEGER
  fileCreationTime DisplayString
  fileStatus INTEGER
  fileSize INTEGER

Defined Values

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.
MODULE-IDENTITY    

fileTable 1.3.6.1.4.1.207.8.4.4.4.56.1
A list of all the files in the router's non-volatile storage.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FileEntry

fileEntry 1.3.6.1.4.1.207.8.4.4.4.56.1.1
An entry in the list of files containing information about a single file in the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  FileEntry  

fileIndex 1.3.6.1.4.1.207.8.4.4.4.56.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

fileName 1.3.6.1.4.1.207.8.4.4.4.56.1.1.2
The name of the file, in the form . The name is up to eight characters long, the type is up to three characters long.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fileDevice 1.3.6.1.4.1.207.8.4.4.4.56.1.1.3
The device on which the file resides.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER flash(1), nvs(2)  

fileCreationTime 1.3.6.1.4.1.207.8.4.4.4.56.1.1.4
The creation date and time for the file, in the format .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fileStatus 1.3.6.1.4.1.207.8.4.4.4.56.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ok(1), deleting(2)  

fileSize 1.3.6.1.4.1.207.8.4.4.4.56.1.1.6
The size, in bytes, of the file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

fileNumbers 1.3.6.1.4.1.207.8.4.4.4.56.2
The total number of files in FLASH and NVS.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER