ACC-RLOAD

File: ACC-RLOAD.mib (19578 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-SYSTEM
ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter TRAP-TYPE
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress

Defined Types

AccRlSourceEntry  
SEQUENCE    
  accRlHostAddr IpAddress
  accRlFilename DisplayString
  accRlPriority INTEGER

Defined Values

accRload 1.3.6.1.4.1.5.1.1.27
OBJECT IDENTIFIER    

accRlSourceTable 1.3.6.1.4.1.5.1.1.27.1
Table of host/filenames for remote loading of system application code. To delete an entry, set the value of accRlPriority to NULL for the desired instance. Existing entries may be modified (overwritten).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccRlSourceEntry

accRlSourceEntry 1.3.6.1.4.1.5.1.1.27.1.1
Specific host/filename information
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccRlSourceEntry  

accRlHostAddr 1.3.6.1.4.1.5.1.1.27.1.1.1
IP address of host which contains the application file to be remote-loaded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accRlFilename 1.3.6.1.4.1.5.1.1.27.1.1.2
ASCII filename of application file to be remote-loaded to unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accRlPriority 1.3.6.1.4.1.5.1.1.27.1.1.3
Priority of this entry. Attempts will be made to download from host/filename with lowest numerical value of priority first, then next lowest, etc. Range is limited to number of entries in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accNetload 1.3.6.1.4.1.5.1.1.27.2
Setting this object to initiate causes the unit to attempt to load application code into local (execution) memory from a file in the accRlSourceTable. This code will then be immediately executed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER initiate(1), other(2)  

accDownload 1.3.6.1.4.1.5.1.1.27.3
Setting this object to initiate causes the unit to load local EPROM with application code brought over the network from a file in the accRlSourceTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER initiate(1), other(2)  

accPromload 1.3.6.1.4.1.5.1.1.27.4
Setting this object to initiate causes the unit to load local EPROM with diagnostics and the remote loader application brought over the network from a file called PROMLOAD from a host in the accRlSourceTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER initiate(1), other(2)  

accCfgLoad 1.3.6.1.4.1.5.1.1.27.5
OBJECT IDENTIFIER    

accCfgHost 1.3.6.1.4.1.5.1.1.27.5.1
The IP address of the TFTP server to attempt a download from. This object is used in conjunction with accCfgFile & accCfgDisp to download configurations.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accCfgFile 1.3.6.1.4.1.5.1.1.27.5.2
The filename (include pathname) of the file on the TFTP server to download. This object is used in conjunction with accCfgHost & accCfgDisp to download configurations.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accCfgDisp 1.3.6.1.4.1.5.1.1.27.5.3
The action to take following the successful TFTP download of a file. reset specifies that the downloaded file is a binary configuration file. The configuration is overwritten with the downloaded file, and the unit resets, using the downloaded configuration on restart. reload specifies that the downloaded file is a binary configuration file. The configuration is overwritten with the downloaded file, and the unit reloads, using the downloaded configuration on restart. execute specifies that the downloaded file is a configuration script containing client commands. On download the script is parsed and the commands executed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), reload(2), execute(3)  

accTftpStat 1.3.6.1.4.1.5.1.1.27.6
OBJECT IDENTIFIER    

accTftpStatus 1.3.6.1.4.1.5.1.1.27.6.1
The state of the remote loader (client of TFTP).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER uploading(1), downloading(2), idle(3)  

accTftpLocalFile 1.3.6.1.4.1.5.1.1.27.6.2
The local filename used in the last upload/download.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTftpRemoteFile 1.3.6.1.4.1.5.1.1.27.6.3
The remote filename used in the last download.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTftpOctetsTransferred 1.3.6.1.4.1.5.1.1.27.6.4
The number of octets transferred in the last/current upload/download.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accTftpLastMsg 1.3.6.1.4.1.5.1.1.27.6.5
The contents of the last trap message generated by the remote loader.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTftpCmd 1.3.6.1.4.1.5.1.1.27.7
OBJECT IDENTIFIER    

accTftpCmdReq 1.3.6.1.4.1.5.1.1.27.7.1
TFTP command request.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER get(1)  

accTftpCmdHost 1.3.6.1.4.1.5.1.1.27.7.2
TFTP command host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accTftpCmdRemote 1.3.6.1.4.1.5.1.1.27.7.3
TFTP remote file name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTftpCmdLocal 1.3.6.1.4.1.5.1.1.27.7.4
TFTP local file name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTftpCmdForce 1.3.6.1.4.1.5.1.1.27.7.5
set to overwrite to write new file over old file of the same name. Set to safe to prevent overwrite.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER overwrite(1), safe(2)  

accTftpTraps 1.3.6.1.4.1.5.1.1.27.8
OBJECT IDENTIFIER    

accTftpTrapMsg 1.3.6.1.4.1.5.1.1.27.8.1
Enterprise Trap Message for Tftp
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accRlodFailTrap 1
This is generated when a TFTP requested failed SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 46
TRAP-TYPE    

accRlodNofileTrap 2
Trap is generated when a TFTP upload is requested for non-existent file in the remote Filesystem. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRlodBusyTrap 3
busy state SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 46
TRAP-TYPE    

accRlodStartTrap 4
startup message SEVERITY-DEFAULT: Indeterminate EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 0
TRAP-TYPE    

accRlodOpenFailTrap 5
file open failure SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 56
TRAP-TYPE    

accRlodWrFailTrap 6
file write fail SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodRdTrap 7
file read fail SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodDoneTrap 8
all done SEVERITY-DEFAULT: Indeterminate EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 0
TRAP-TYPE    

accRlodBadSumTrap 9
bad chksum SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 253
TRAP-TYPE    

accRlodCkStartTrap 10
startup message SEVERITY-DEFAULT: Indeterminate EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 0
TRAP-TYPE    

accRlodInvFilsTrap 11
file sys invalid SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodBadTypeTrap 12
Bad file type message SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodBadImagTrap 13
Bad file imag message SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodExceedTrap 14
store exceeded SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 251
TRAP-TYPE    

accRlodNoHostTrap 15
no download host entries SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRlodValSumTrap 16
bad cksum validation hdr SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodFileSysTrap 17
file system needs update SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 57
TRAP-TYPE    

accRlodSafeFileTrap 18
safe opt and file cannot overwite SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodActiveFileTrap 19
active file cannot overwrite SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodNoVolTrap 20
file value cannot found SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodBadFileTrap 21
bad file ext. name cannot found SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodLongFileNameTrap 22
file name too long SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodNoFlashTrap 23
not a flash file system SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodFilSySBusyTrap 24
file system busy, try again SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodInCompleteTrap 25
file transfer incomplete SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 110
TRAP-TYPE    

accRlodAccDeniedTrap 26
Access denied for upload SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 110
TRAP-TYPE    

accRlodSameFileTrap 27
Source and dest files are same SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodAbortTrap 29
DownLoad Aborted By user. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17
TRAP-TYPE    

accRlodTimedOutTrap 30
Tftp timed out, retry in
TRAP-TYPE