USR-TFTP-MIB: View SNMP OID List / Download MIB

VENDOR: UTSTARCOM INCORPORATED


 Home MIB: USR-TFTP-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
 usrTftp 1.3.6.1.4.1.429.4.24
The commWorks enterprise defined MIB objects for TFTP
       usrTftpConfigFileName 1.3.6.1.4.1.429.4.24.1
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the TFTP process uses the default name `@file://TftpProcess.cfg.
       usrTftpCFMStatusFlag 1.3.6.1.4.1.429.4.24.2
Setting the value of this object to `save causes the values of the TFTP Group to be written out to the current config file, which is stored in the usrTftpConfigFileName object. While the new ConfigFile is being written, the TFTP process will set the value of this flag to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
       usrTftpAccessTable 1.3.6.1.4.1.429.4.24.3
The TFTP access table
           usrTftpAccessEntry 1.3.6.1.4.1.429.4.24.3.1
Tok_String
               usrTftpAccessIpAddr 1.3.6.1.4.1.429.4.24.3.1.1
The IP Address of the station allowed to perform TFTP file transfers.
               usrTftpAccessStatus 1.3.6.1.4.1.429.4.24.3.1.2
The status of the entry for this address.
       usrTftpClientRequestTable 1.3.6.1.4.1.429.4.24.4
The TFTP Client Request Table
           usrTftpClientRequestEntry 1.3.6.1.4.1.429.4.24.4.1
Tok_String
               usrTftpClientRequestFileName 1.3.6.1.4.1.429.4.24.4.1.1
The name of the file which will either be requested from or sent to the TFTP server.
               usrTftpClientRequestServer 1.3.6.1.4.1.429.4.24.4.1.2
The name or IP address of the TFTP server. I name it is a domain name of type DnsName (rfc1611)
               usrTftpClientRequestAction 1.3.6.1.4.1.429.4.24.4.1.3
The type of request that will be sent to the TFTP server.
               usrTftpClientRequestMode 1.3.6.1.4.1.429.4.24.4.1.4
The mode in which the file will be transferred.
               usrTftpClientRequestRexmtTimeout 1.3.6.1.4.1.429.4.24.4.1.5
The retransmission time-out.
               usrTftpClientRequestMaxTimeout 1.3.6.1.4.1.429.4.24.4.1.6
The maximum number of seconds to wait for a response from the TFTP server. If this value is reached, the TFTP request will be timed out.
               usrTftpClientRequestStatus 1.3.6.1.4.1.429.4.24.4.1.7
The status of this row. Setting this object to enable(2) will cause a request (defined by usrTftpClientRequestAction) to be sent to the TFTP server. Depending on the type of request, this object will then be set to either getting(3) or putting(4). When the request is completed, this object will be set to normal(1) which indicates success. If an error occurred, this object will be set to error(5) and the usrTftpClientRequestErrorString will indicate the type of error.
               usrTftpClientRequestErrorString 1.3.6.1.4.1.429.4.24.4.1.8
This object will indicate what type of error occurred when the object usrTftpClientRequestStatus is set to error(5).