TFTIF-MIB

File: TFTIF-MIB.mib (14346 bytes)

Imported modules

RFC1213-MIB RFC1155-SMI MICOM-OSCAR-MIB
RFC-1212 RFC-1215 MICOM-SYS-MIB

Imported symbols

DisplayString IpAddress micom-oscar
OBJECT-TYPE TRAP-TYPE mcmSysAsciiTimeOfDay

Defined Types

MemAddress  
OCTET STRING Size(4)    

Defined Values

mcmTFTP 1.3.6.1.4.1.335.1.4.3
OBJECT IDENTIFIER    

mcmTFTPParamGroup 1.3.6.1.4.1.335.1.4.3.1
OBJECT IDENTIFIER    

mcmTFTPServerIpAddr 1.3.6.1.4.1.335.1.4.3.1.1
NAME = ; DESC = The IP Address of the TFTP Server.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mcmTFTPFileName 1.3.6.1.4.1.335.1.4.3.1.2
NAME = ; DESC = The Filename with path (ASCII) to be downloaded; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

mcmTFTPTimeOut 1.3.6.1.4.1.335.1.4.3.1.3
NAME = ; DESC = The TFTP timeout period in seconds.; HELP = Time is doubled for each retransmission.; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..900  

mcmTFTPRetransmissions 1.3.6.1.4.1.335.1.4.3.1.4
NAME = ; DESC = The number of times the TFTP request \ will be repeated for un-responsive \ TFTP servers.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

mcmTFTPDownload 1.3.6.1.4.1.335.1.4.3.1.5
NAME = ; DESC = This object when enabled results in \ the unit to attempt code download.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: deprecated Access: write-only
OBJECT-TYPE    
  INTEGER upldDefault(1), upldSpecific(2), dnldDefault(3), dnldSpecific(4), disabled(5)  

mcmTFTPStart 1.3.6.1.4.1.335.1.4.3.1.6
NAME = ; DESC = initiates TFTP upload or download process\ based on previously provisioned values \ (default) or values passed at request \ time(specific) ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER upldDefault(1), upldSpecific(2), dnldDefault(3), dnldSpecific(4), disabled(5)  

mcmTFTPPortNumber 1.3.6.1.4.1.335.1.4.3.1.7
NAME = ; DESC = This object is used to specify the \ port number sent to the TFTP\ connection. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

mcmTFTPConfigUploadBank 1.3.6.1.4.1.335.1.4.3.1.8
NAME = ; DESC = The configuration bank number which\ will be uploaded to the TFTP host. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bank3(1), bank4(2)  

nvmTFTPParamGroup 1.3.6.1.4.1.335.1.4.3.2
OBJECT IDENTIFIER    

nvmTFTPServerIpAddr 1.3.6.1.4.1.335.1.4.3.2.1
NAME = ; DESC = The IP Address of the TFTP Server.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nvmTFTPFileName 1.3.6.1.4.1.335.1.4.3.2.2
NAME = ; DESC = The Filename with path (ASCII) to be \ downloaded or to upload; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

nvmTFTPTimeOut 1.3.6.1.4.1.335.1.4.3.2.3
NAME = ; DESC = The TFTP timeout period in seconds.; HELP = Time is doubled for each retransmission; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nvmTFTPRetransmissions 1.3.6.1.4.1.335.1.4.3.2.4
NAME = ; DESC = The number of times the TFTP request \ will be repeated for un-responsive \ TFTP servers.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nvmTFTPPortNumber 1.3.6.1.4.1.335.1.4.3.2.5
NAME = ; DESC = This object is used to specify the \ port number sent to the TFTP\ connection. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

nvmTFTPConfigUploadBank 1.3.6.1.4.1.335.1.4.3.2.6
NAME = ; DESC = The configuration bank number which\ will be uploaded to the TFTP host. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER bank3(1), bank4(2)  

mcmTFTPStatusGroup 1.3.6.1.4.1.335.1.4.3.3
OBJECT IDENTIFIER    

mcmTFTPCurrentState 1.3.6.1.4.1.335.1.4.3.3.1
NAME = ; DESC = This object shows the current status \ of TFTP interface.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), retrieving-file(2)  

mcmTFTPErrorStatusGroup 1.3.6.1.4.1.335.1.4.3.4
OBJECT IDENTIFIER    

mcmTFTPLastErrorStatus 1.3.6.1.4.1.335.1.4.3.4.1
NAME = ; DESC = This object shows the error status of \ last TFTP operation.; HELP = Error status values: \ value meaning \ --------------------------------------------------\ idle No download has been done \ download-success A download completed without error\ out-of-memory Not enough free memory \ flash-error Could not write to flash memory \ download-failed Download failed for an unknown reason \ chksum-error The file to download has a checksum error \ retrieving-file The file to download is being retrieved \ protocol-error TFTP had an error talking to server \ server-error The TFTP server sent error message, Could be bad file name \ timeout Could be bad ip address or network errors \ connection-error Setup of connection failed \ bad-file The file to be download was rejected; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), download-success(2), out-of-memory(4), flash-error(5), download-failed(6), upload-failed(7), upload-success(8), chksum-error(11), transferring-file(13), protocol-error(14), server-error(15), timeout(16), connection-error(17), bad-file(18)  

mcmTFTPLastServerIpAddr 1.3.6.1.4.1.335.1.4.3.4.2
NAME = ; DESC = The IP Address of the last TFTP Server.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

mcmTFTPLastFileName 1.3.6.1.4.1.335.1.4.3.4.3
NAME = ; DESC = The Filename path (ASCII) of the previously downloaded file.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mcmTFTPTransferBank 1.3.6.1.4.1.335.1.4.3.4.4
NAME = ; DESC = Specifies which flash bank is currently\ being uploaded/dwonloaded via the tftp \ application process ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), toboot(2), toBank1(3), toBank2(4), toBank3(5), toBank4(6), fromBank3(7), fromBank4(8), fromDebug(9)  

mcmTFTPLastPortNumber 1.3.6.1.4.1.335.1.4.3.4.5
NAME = ; DESC = This object is used to specify the \ port number sent to the TFTP\ connection. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

mcmTFTPDownloadFail 1
NAME = ; DESC = A TFTP Code download has failed between the \ PP4400 and the Server.; HELP = Please check Network cables, Server being alive, and retry \ again. If problem persists, contact Sys Admin., or Field \ Personnel.;
TRAP-TYPE    

mcmTFTPUploadFail 2
NAME = ; DESC = TFTP file upload to server has failed.; HELP = See error status for type of transfer failure.;
TRAP-TYPE    

mcmTFTPDownloadSuccess 3
NAME = ; DESC = A TFTP Code download has succeeded between the \ PP4400 and the Server.; HELP = TFTP Code download was successful. \ Normal Status Indicator.;
TRAP-TYPE    

mcmTFTPUploadSuccess 4
NAME = ; DESC = A TFTP file upload has succeeded between the \ 4400 and the Server.; HELP = TFTP file upload was successful. \ Normal Status Indicator.;
TRAP-TYPE