All MIBs › ACC-RLOAD
Category: Device Management, Vendor: ACC/Ericsson
Description:
Manages remote load and firmware distribution on ACC/Ericsson routers, providing TFTP-based software upgrade and configuration file management.
Imported Objects
From ACC-MIB
| DisplayString | |
| IfIndex | |
| RowStatus | |
| SmdsAddress | |
| accBRG | OBJECT-IDENTITY |
From ACC-SYSTEM
| accTrapLogSeqNum | OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Counter | |
| Gauge | |
| IpAddress | |
| OBJECT-TYPE | |
| TimeTicks |
What Is ACC-RLOAD?
ACC-RLOAD is a vendor-specific MIB for ACC (Ericsson) routers covering remote firmware and configuration-file distribution, typically via TFTP. It exposes objects for triggering and tracking software upgrades and configuration downloads/uploads. No module description or sample objects were provided in the source, so specific object identifiers cannot be confirmed, but functionally this MIB supports monitoring of software version and upgrade job status, whether a remote load operation succeeded, failed, or is in progress. It likely depends on standard SNMP SMI conventions and possibly a TFTP-related textual convention shared with other ACC MIBs. It is typically used by network operations staff performing remote, unattended firmware upgrades or config backups across a fleet of ACC routers. Engineers can download the ACC-RLOAD file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ACC-RLOAD. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- firmware upgrade status
- configuration file transfer status
- remote load job progress
- software version
Supported Devices
- ACC/Ericsson router
Monitoring Examples
No sample objects were available for this module, so a concrete table or object name cannot be cited. Typically an administrator would set a remote-load request object and then poll a status object to confirm the firmware or configuration transfer completed successfully rather than timing out or erroring. This remains a general description since the underlying object identifiers were not supplied.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| accRload | 1.3.6.1.4.1.5.1.1.27 | |||
| accRlSourceTable | 1.3.6.1.4.1.5.1.1.27.1 | not-accessible | 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). | |
| accRlSourceEntry | 1.3.6.1.4.1.5.1.1.27.1.1 | not-accessible | Specific host/filename information | |
| IP accRlHostAddr | 1.3.6.1.4.1.5.1.1.27.1.1.1 | IpAddress | read-write | IP address of host which contains the application file to be remote-loaded. |
| STR accRlFilename | 1.3.6.1.4.1.5.1.1.27.1.1.2 | DisplayString | read-write | ASCII filename of application file to be remote-loaded to unit. |
| INT accRlPriority | 1.3.6.1.4.1.5.1.1.27.1.1.3 | INTEGER | read-write | 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. |
| INT accNetload | 1.3.6.1.4.1.5.1.1.27.2 | INTEGER | read-write | 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. |
| INT accDownload | 1.3.6.1.4.1.5.1.1.27.3 | INTEGER | read-write | 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. |
| INT accPromload | 1.3.6.1.4.1.5.1.1.27.4 | INTEGER | read-write | 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. |
| accCfgLoad | 1.3.6.1.4.1.5.1.1.27.5 | |||
| IP accCfgHost | 1.3.6.1.4.1.5.1.1.27.5.1 | IpAddress | read-write | The IP address of the TFTP server to attempt a download from. This object is used in conjunction with accCfgFile & accCfgDisp to download configurations. |
| STR accCfgFile | 1.3.6.1.4.1.5.1.1.27.5.2 | DisplayString | read-write | 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. |
| INT accCfgDisp | 1.3.6.1.4.1.5.1.1.27.5.3 | INTEGER | read-write | 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. |
| accTftpStat | 1.3.6.1.4.1.5.1.1.27.6 | |||
| INT accTftpStatus | 1.3.6.1.4.1.5.1.1.27.6.1 | INTEGER | read-only | The state of the remote loader (client of TFTP). |
| STR accTftpLocalFile | 1.3.6.1.4.1.5.1.1.27.6.2 | DisplayString | read-only | The local filename used in the last upload/download. |
| STR accTftpRemoteFile | 1.3.6.1.4.1.5.1.1.27.6.3 | DisplayString | read-only | The remote filename used in the last download. |
| INT accTftpOctetsTransferred | 1.3.6.1.4.1.5.1.1.27.6.4 | INTEGER | read-only | The number of octets transferred in the last/current upload/download. |
| STR accTftpLastMsg | 1.3.6.1.4.1.5.1.1.27.6.5 | DisplayString | read-only | The contents of the last trap message generated by the remote loader. |
| accTftpCmd | 1.3.6.1.4.1.5.1.1.27.7 | |||
| INT accTftpCmdReq | 1.3.6.1.4.1.5.1.1.27.7.1 | INTEGER | read-only | TFTP command request. |
| IP accTftpCmdHost | 1.3.6.1.4.1.5.1.1.27.7.2 | IpAddress | read-only | TFTP command host. |
| STR accTftpCmdRemote | 1.3.6.1.4.1.5.1.1.27.7.3 | DisplayString | read-only | TFTP remote file name. |
| STR accTftpCmdLocal | 1.3.6.1.4.1.5.1.1.27.7.4 | DisplayString | read-only | TFTP local file name. |
| INT accTftpCmdForce | 1.3.6.1.4.1.5.1.1.27.7.5 | INTEGER | read-write | set to overwrite to write new file over old file of the same name. Set to safe to prevent overwrite. |
| accTftpTraps | 1.3.6.1.4.1.5.1.1.27.8 | |||
| NTF accRlodFailTrap | 1.3.6.1.4.1.5.1.1.27.8.0.1 | This is generated when a TFTP requested failed SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 46 | ||
| NTF accRlodNofileTrap | 1.3.6.1.4.1.5.1.1.27.8.0.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 | ||
| NTF accRlodBusyTrap | 1.3.6.1.4.1.5.1.1.27.8.0.3 | busy state SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 46 | ||
| NTF accRlodStartTrap | 1.3.6.1.4.1.5.1.1.27.8.0.4 | startup message SEVERITY-DEFAULT: Indeterminate EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 0 | ||
| NTF accRlodOpenFailTrap | 1.3.6.1.4.1.5.1.1.27.8.0.5 | file open failure SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 56 | ||
| NTF accRlodWrFailTrap | 1.3.6.1.4.1.5.1.1.27.8.0.6 | file write fail SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodRdTrap | 1.3.6.1.4.1.5.1.1.27.8.0.7 | file read fail SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodDoneTrap | 1.3.6.1.4.1.5.1.1.27.8.0.8 | all done SEVERITY-DEFAULT: Indeterminate EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 0 | ||
| NTF accRlodBadSumTrap | 1.3.6.1.4.1.5.1.1.27.8.0.9 | bad chksum SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 253 | ||
| NTF accRlodCkStartTrap | 1.3.6.1.4.1.5.1.1.27.8.0.10 | startup message SEVERITY-DEFAULT: Indeterminate EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 0 | ||
| NTF accRlodInvFilsTrap | 1.3.6.1.4.1.5.1.1.27.8.0.11 | file sys invalid SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodBadTypeTrap | 1.3.6.1.4.1.5.1.1.27.8.0.12 | Bad file type message SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodBadImagTrap | 1.3.6.1.4.1.5.1.1.27.8.0.13 | Bad file imag message SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodExceedTrap | 1.3.6.1.4.1.5.1.1.27.8.0.14 | store exceeded SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 251 | ||
| NTF accRlodNoHostTrap | 1.3.6.1.4.1.5.1.1.27.8.0.15 | no download host entries SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accRlodValSumTrap | 1.3.6.1.4.1.5.1.1.27.8.0.16 | bad cksum validation hdr SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodFileSysTrap | 1.3.6.1.4.1.5.1.1.27.8.0.17 | file system needs update SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 57 | ||
| NTF accRlodSafeFileTrap | 1.3.6.1.4.1.5.1.1.27.8.0.18 | safe opt and file cannot overwite SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodActiveFileTrap | 1.3.6.1.4.1.5.1.1.27.8.0.19 | active file cannot overwrite SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodNoVolTrap | 1.3.6.1.4.1.5.1.1.27.8.0.20 | file value cannot found SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodBadFileTrap | 1.3.6.1.4.1.5.1.1.27.8.0.21 | bad file ext. name cannot found SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodLongFileNameTrap | 1.3.6.1.4.1.5.1.1.27.8.0.22 | file name too long SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodNoFlashTrap | 1.3.6.1.4.1.5.1.1.27.8.0.23 | not a flash file system SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodFilSySBusyTrap | 1.3.6.1.4.1.5.1.1.27.8.0.24 | file system busy, try again SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodInCompleteTrap | 1.3.6.1.4.1.5.1.1.27.8.0.25 | file transfer incomplete SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 110 | ||
| NTF accRlodAccDeniedTrap | 1.3.6.1.4.1.5.1.1.27.8.0.26 | Access denied for upload SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 110 | ||
| NTF accRlodSameFileTrap | 1.3.6.1.4.1.5.1.1.27.8.0.27 | Source and dest files are same SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodAbortTrap | 1.3.6.1.4.1.5.1.1.27.8.0.29 | DownLoad Aborted By user. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 17 | ||
| NTF accRlodTimedOutTrap | 1.3.6.1.4.1.5.1.1.27.8.0.30 | Tftp timed out, retry in seconds SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accTftpTrapMsg } PCAUSE-DEFAULT: 166 | ||
| STR accTftpTrapMsg | 1.3.6.1.4.1.5.1.1.27.8.1 | DisplayString | read-write | Enterprise Trap Message for Tftp |
RFC description
Vendor-private MIB for ACC router load management; monitors router CPU, memory, and processing load statistics.
Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.