ARRIS-C3-TFTPD-MIB: View SNMP OID List / Download MIB

VENDOR: ARRIS INTERACTIVE LLC


 Home MIB: ARRIS-C3-TFTPD-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
 cmtsC3TFTPDMIB 1.3.6.1.4.1.4115.1.4.3.9
This MIB manages the TFTP server on the Arris CMTS C3
     dcxTFTPDObjects 1.3.6.1.4.1.4115.1.4.3.9.1
         dcxTFTPDServerState 1.3.6.1.4.1.4115.1.4.3.9.1.1 integer read-write
Specifies whether the TFTP server is running and accepting requests (active), or not running (inactive). Enumeration: 'active': 1, 'inactive': 0.
         dcxTFTPDCurrentDirectory 1.3.6.1.4.1.4115.1.4.3.9.1.2 displaystring read-write
This is the directory that files are being retrieved from on the CMTS.
         dcxTFTPDIpVerification 1.3.6.1.4.1.4115.1.4.3.9.1.3 integer read-write
Specifies whether IP Address verification is enabled or not. When IP Address verification is enabled, TFTP requests will only be accepted from IP Addresses from cable modems that the CMTS recognizes. Enumeration: 'disabled': 0, 'enabled': 1.
         dcxTFTPDClearCache 1.3.6.1.4.1.4115.1.4.3.9.1.4 truthvalue read-write
When set to true, the TFTP server cache will be cleared. This should be done if you overwrite a file in the TFTP directory, in order to ensure that the new file will be used. Reading this value always returns false.
         dcxTFTPDReadRequests 1.3.6.1.4.1.4115.1.4.3.9.1.5 counter32 read-only
Number of TFTP read requests that have been made in total.
         dcxTFTPDReadRequestsDropped 1.3.6.1.4.1.4115.1.4.3.9.1.6 counter32 read-only
Number of TFTP read requests that were dropped by the CMTS. Requests could be dropped for a few reasons, for example, being invalid, or IP verification failing.
         dcxTFTPDReadRequestsFailed 1.3.6.1.4.1.4115.1.4.3.9.1.7 counter32 read-only
Number of TFTP read requests that failed. This is ususally due to either an error during the file transfer.
         dcxTFTPDReadBytes 1.3.6.1.4.1.4115.1.4.3.9.1.8 counter32 read-only
Number of bytes successfully transferred by the TFTP server on read requests. This includes only completely transferred files.
         dcxTFTPDWriteRequests 1.3.6.1.4.1.4115.1.4.3.9.1.9 counter32 read-only
Number of TFTP write requests that have been made in total.
         dcxTFTPDWriteRequestsDropped 1.3.6.1.4.1.4115.1.4.3.9.1.10 counter32 read-only
Number of TFTP write requests that were dropped by the CMTS. Requests could be dropped for a few reasons, for example, being invalid, or IP verification failing.
         dcxTFTPDWriteRequestsFailed 1.3.6.1.4.1.4115.1.4.3.9.1.11 counter32 read-only
Number of TFTP write requests that failed. This is ususally due to either an error during the file transfer.
         dcxTFTPDWriteBytes 1.3.6.1.4.1.4115.1.4.3.9.1.12 counter32 read-only
Number of bytes successfully transferred by the TFTP server on write requests. This includes only completely transferred files.