FTPSERVER-MIB: View SNMP OID List / Download MIB

VENDOR: MICROSOFT


 Home MIB: FTPSERVER-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
 ftpServer 1.3.6.1.4.1.311.1.7.2
     ftpStatistics 1.3.6.1.4.1.311.1.7.2.1
         totalBytesSentHighWord 1.3.6.1.4.1.311.1.7.2.1.1 counter read-only
This is the high 32-bits of the total number of of BYTEs sent by the FTP Server
         totalBytesSentLowWord 1.3.6.1.4.1.311.1.7.2.1.2 counter read-only
This is the low 32-bits of the total number of of BYTEs sent by the FTP Server
         totalBytesReceivedHighWord 1.3.6.1.4.1.311.1.7.2.1.3 counter read-only
This is the high 32-bits of the total number of of BYTEs received by the FTP Server
         totalBytesReceivedLowWord 1.3.6.1.4.1.311.1.7.2.1.4 counter read-only
This is the low 32-bits of the total number of of BYTEs received by the FTP Server
         totalFilesSent 1.3.6.1.4.1.311.1.7.2.1.5 counter read-only
This is the total number of files sent by this FTP Server
         totalFilesReceived 1.3.6.1.4.1.311.1.7.2.1.6 counter read-only
This is the total number of files received by this FTP Server
         currentAnonymousUsers 1.3.6.1.4.1.311.1.7.2.1.7 integer read-only
This is the number of anonymous users currently connected to the FTP Server
         currentNonAnonymousUsers 1.3.6.1.4.1.311.1.7.2.1.8 integer read-only
This is the number of nonanonymous users currently connected to the FTP Server
         totalAnonymousUsers 1.3.6.1.4.1.311.1.7.2.1.9 counter read-only
This is the total number of anonymous users that have ever connected to the FTP Server
         totalNonAnonymousUsers 1.3.6.1.4.1.311.1.7.2.1.10 counter read-only
This is the total number of nonanonymous users that have ever connected to the FTP Server
         maxAnonymousUsers 1.3.6.1.4.1.311.1.7.2.1.11 counter read-only
This is the maximum number of anonymous users simultaneously connected to the FTP Server
         maxNonAnonymousUsers 1.3.6.1.4.1.311.1.7.2.1.12 counter read-only
This is the maximum number of nonanonymous users simultaneously connected to the FTP Server
         currentConnections 1.3.6.1.4.1.311.1.7.2.1.13 integer read-only
This is the current number of connections to the FTP Server
         maxConnections 1.3.6.1.4.1.311.1.7.2.1.14 counter read-only
This is the maximum number of simultaneous connections to the FTP Server
         connectionAttempts 1.3.6.1.4.1.311.1.7.2.1.15 counter read-only
This is the number of connection attempts that have been made to the FTP Server
         logonAttempts 1.3.6.1.4.1.311.1.7.2.1.16 counter read-only
This is the number of logon attempts that have been made to the FTP Server