AT-LOADER-MIB

File: AT-LOADER-MIB.mib (6084 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress DisplayString TruthValue
ifIndex modules DisplayStringUnsized

Defined Types

LoadEntry  
SEQUENCE    
  loadIndex INTEGER
  loadServer IpAddress
  loadDestination INTEGER
  loadFilename DisplayString
  loadDelay INTEGER

Defined Values

loader 1.3.6.1.4.1.207.8.4.4.4.48
To handle upload, object loadStatus is upgraded, as well as the description for objects loadServer and loadFilename.
MODULE-IDENTITY    

loadTable 1.3.6.1.4.1.207.8.4.4.4.48.1
The table of load parameters, dynamic and static.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoadEntry

loadEntry 1.3.6.1.4.1.207.8.4.4.4.48.1.1
A single entry of load parameters. This contains the parameters required to perform a load from the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoadEntry  

loadIndex 1.3.6.1.4.1.207.8.4.4.4.48.1.1.1
There are two sets of load information, dynamic and static. The dynamic information is used once, then cleared. The static information is used whenever the dynamic information is not available. The dynamic information is also used to indicate the current load parameters when a load is in progress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

loadServer 1.3.6.1.4.1.207.8.4.4.4.48.1.1.2
The IP address from which load will load or upload.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

loadDestination 1.3.6.1.4.1.207.8.4.4.4.48.1.1.3
The destination of the file loaded, either flash or nvs memory, or undefined.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER undefined(1), nvs(2), flash(3)  

loadFilename 1.3.6.1.4.1.207.8.4.4.4.48.1.1.4
The file name of the file being loaded or uploaded.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

loadDelay 1.3.6.1.4.1.207.8.4.4.4.48.1.1.5
A delay in seconds between the initiation of the load and the start of the load. This allows for time to set up TFTP servers in cases where the terminal and TFTP server are using the same piece of equipment but will not work simultaneously.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

loadStatus 1.3.6.1.4.1.207.8.4.4.4.48.2
Status and action object for the load module. The values 1 to 5 are read-only values and reflect the state of the load module. Values 4 and 5 (complete and reset) are 'read-once', that is, if their values are read, either by SNMP or by manager console command, then they will be changed back to idle(1). The action values (6,7,8) cause a start and stop of the load/upload process respectively. Starting the load/upload can only occur if this field has the values 1, 4, or 5. Stopping the load can only occur is this field has the values 2 or 3. Reading the value of the loadStatus after one of actionstart or actionstop has been set will give one of the values 1 to 5. Note: A single exception to the above rules is that if the value of loadStatus is idle(1), then a write of 1 to this variable will succeed without generating an error. This exception is to allow certain SNMP test suites to test this variable without throwing up errors.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), wait(2), loading(3), complete(4), reset(5), actionload(6), actionstop(7), actionupload(8)