MY-FILE-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: MY-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 myFileMIB 1.3.6.1.4.1.171.10.97.2.11
This module defines my file mibs.
       myFileMIBObjects 1.3.6.1.4.1.171.10.97.2.11.1
           myFileTransTable 1.3.6.1.4.1.171.10.97.2.11.1.1 no-access
list of file transfer parameters.
               myFileTransEntry 1.3.6.1.4.1.171.10.97.2.11.1.1.1 no-access
Entry of file transfer parameters.
                   myFileTransIndex 1.3.6.1.4.1.171.10.97.2.11.1.1.1.1 integer32 read-only
A value unique idenify the entry in the file transfer table. the index is assigned by agent random.
                   myFileTransMeans 1.3.6.1.4.1.171.10.97.2.11.1.1.1.2 integer read-write
The way to be used for any copy. Transport file by xmodem work in only in outband.other(3) mean transfer file by a way other than tftp(1) and xmodem(2) Enumeration: 'xmodem': 2, 'tftp': 1, 'other': 3.
                   myFileTransOperType 1.3.6.1.4.1.171.10.97.2.11.1.1.1.3 integer read-write
This object can be used for specifying the file transfer operation type, upload or download. using tftp service file transfer can implemente between the station and agent. in current agent,if synchronizing file,this object has no weight. Enumeration: 'download': 2, 'synchronize': 3, 'upload': 1.
                   myFileTransSrcFileName 1.3.6.1.4.1.171.10.97.2.11.1.1.1.4 displaystring read-write
This object tell the tftp client to know the file name required to be received in tftp transfer mode;and send the file name list which separate with '\t' to synchronizing server.
                   myFileTransDescFileName 1.3.6.1.4.1.171.10.97.2.11.1.1.1.5 displaystring read-write
File name the file will save as. The object has no weight to file synchronizing.
                   myFileTransServerAddr 1.3.6.1.4.1.171.10.97.2.11.1.1.1.6 ipaddress read-write
This object tell the address of transfer destination when required for file transmittion.
                   myFileTransResult 1.3.6.1.4.1.171.10.97.2.11.1.1.1.7 integer read-only
While the status of this entry is completed, this field of this entry is valid, and carry the operation result of file transfer. Enumeration: 'failure': 2, 'timeout': 4, 'success': 1, 'parametersIllegel': 3.
                   myFileTransComplete 1.3.6.1.4.1.171.10.97.2.11.1.1.1.8 truthvalue read-only
while the file transfer of use parameters stored by this entry is completed the value of this field will be true(1), and if not completed false(2).
                   myFileTransDataLength 1.3.6.1.4.1.171.10.97.2.11.1.1.1.9 gauge32 read-only
the file length transferred, after the transfer is complete, this value is come to valid -- the valude of field myFileTransComplete is true(1).
                   myFileTransEntryStatus 1.3.6.1.4.1.171.10.97.2.11.1.1.1.10 rowstatus read-only
entry status of this entry. and the means in this enviraments can reffer to the text-convention definition of the RowStatus.
           myFileSystemMaxRoom 1.3.6.1.4.1.171.10.97.2.11.1.2 integer32 read-only
the max room of file system in units of MB.
           myFileSystemAvailableRoom 1.3.6.1.4.1.171.10.97.2.11.1.3 integer32 read-only
the available room of file system in units of MB.
       myFileMIBConformance 1.3.6.1.4.1.171.10.97.2.11.2
           myFileMIBCompliances 1.3.6.1.4.1.171.10.97.2.11.2.1
               myFileMIBCompliance 1.3.6.1.4.1.171.10.97.2.11.2.1.1
The compliance statement for entities which implement the My File MIB
           myFileMIBGroups 1.3.6.1.4.1.171.10.97.2.11.2.2
               myFileMIBGroup 1.3.6.1.4.1.171.10.97.2.11.2.2.1
A collection of objects providing file ability to a My agent.
               myFileTransMeansMIBGroup 1.3.6.1.4.1.171.10.97.2.11.2.2.2
A collection of objects providing myFileTransMeans to a My agent.