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

VENDOR: UTSTARCOM INCORPORATED


 Home MIB: USR-FTP-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
 usrFtpConfigFileName 1.3.6.1.4.1.429.4.34.1
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the FTP client process uses the default name `@file://FtpProcess.cfg.
 usrFtpCFMStatusFlag 1.3.6.1.4.1.429.4.34.2
Setting the value of this object to `save causes the values of the FTP Group to be written out to the current config file, which is stored in the usrFtpConfigFileName object. While the new ConfigFile is being written, the FTP 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.
 usrFtpClientRequestTable 1.3.6.1.4.1.429.4.34.3
The FTP Client Request Table
     usrFtpClientRequestEntry 1.3.6.1.4.1.429.4.34.3.1
Tok_String
         usrFtpClientRequestFileName 1.3.6.1.4.1.429.4.34.3.1.1
The name of the file which will either be requested from or sent to the FTP server.
         usrFtpClientRequestServer 1.3.6.1.4.1.429.4.34.3.1.2
The name or IP address of the FTP server.
         usrFtpClientRequestAction 1.3.6.1.4.1.429.4.34.3.1.3
The type of request that will be sent to the FTP server.
         usrFtpClientRequestStatus 1.3.6.1.4.1.429.4.34.3.1.7
The status of this row. Setting this object to enable(2) will cause a request (defined by usrFtpClientRequestAction) to be sent to the FTP 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 usrFtpClientRequestErrorString will indicate the type of error.
         usrFtpClientRequestErrorString 1.3.6.1.4.1.429.4.34.3.1.8
This object will indicate what type of error occurred when the object usrFtpClientRequestStatus is set to error(5).
         usrFtpClientRequestPath 1.3.6.1.4.1.429.4.34.3.1.9
The path name of the source file being requested from or sent to the FTP server.
         usrFtpClientRequestLoginName 1.3.6.1.4.1.429.4.34.3.1.10
The Users Login Name on the FTP Server.
         usrFtpClientRequestPassword 1.3.6.1.4.1.429.4.34.3.1.11
The Users password on the FTP Server.