ARRIS-C3-TFTPD-MIB

File: ARRIS-C3-TFTPD-MIB.mib (5075 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ARRIS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
TruthValue DisplayString cmtsC3

Defined Values

cmtsC3TFTPDMIB 1.3.6.1.4.1.4115.1.4.3.9
This MIB manages the TFTP server on the Arris CMTS C3
MODULE-IDENTITY    

dcxTFTPDObjects 1.3.6.1.4.1.4115.1.4.3.9.1
OBJECT IDENTIFIER    

dcxTFTPDServerState 1.3.6.1.4.1.4115.1.4.3.9.1.1
Specifies whether the TFTP server is running and accepting requests (active), or not running (inactive).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER inactive(0), active(1)  

dcxTFTPDCurrentDirectory 1.3.6.1.4.1.4115.1.4.3.9.1.2
This is the directory that files are being retrieved from on the CMTS.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dcxTFTPDIpVerification 1.3.6.1.4.1.4115.1.4.3.9.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

dcxTFTPDClearCache 1.3.6.1.4.1.4115.1.4.3.9.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dcxTFTPDReadRequests 1.3.6.1.4.1.4115.1.4.3.9.1.5
Number of TFTP read requests that have been made in total.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDReadRequestsDropped 1.3.6.1.4.1.4115.1.4.3.9.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDReadRequestsFailed 1.3.6.1.4.1.4115.1.4.3.9.1.7
Number of TFTP read requests that failed. This is ususally due to either an error during the file transfer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDReadBytes 1.3.6.1.4.1.4115.1.4.3.9.1.8
Number of bytes successfully transferred by the TFTP server on read requests. This includes only completely transferred files.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDWriteRequests 1.3.6.1.4.1.4115.1.4.3.9.1.9
Number of TFTP write requests that have been made in total.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDWriteRequestsDropped 1.3.6.1.4.1.4115.1.4.3.9.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDWriteRequestsFailed 1.3.6.1.4.1.4115.1.4.3.9.1.11
Number of TFTP write requests that failed. This is ususally due to either an error during the file transfer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxTFTPDWriteBytes 1.3.6.1.4.1.4115.1.4.3.9.1.12
Number of bytes successfully transferred by the TFTP server on write requests. This includes only completely transferred files.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32