AT-LOADER-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-LOADER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       loadTable 1.3.6.1.4.1.207.8.4.4.4.48.1 no-access
The table of load parameters, dynamic and static.
           loadEntry 1.3.6.1.4.1.207.8.4.4.4.48.1.1 no-access
A single entry of load parameters. This contains the parameters required to perform a load from the router.
               loadIndex 1.3.6.1.4.1.207.8.4.4.4.48.1.1.1 integer read-write
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. Enumeration: 'dynamic': 2, 'static': 1.
               loadServer 1.3.6.1.4.1.207.8.4.4.4.48.1.1.2 ipaddress read-write
The IP address from which load will load or upload.
               loadDestination 1.3.6.1.4.1.207.8.4.4.4.48.1.1.3 integer read-write
The destination of the file loaded, either flash or nvs memory, or undefined. Enumeration: 'flash': 3, 'nvs': 2, 'undefined': 1.
               loadFilename 1.3.6.1.4.1.207.8.4.4.4.48.1.1.4 displaystring read-write
The file name of the file being loaded or uploaded.
               loadDelay 1.3.6.1.4.1.207.8.4.4.4.48.1.1.5 integer read-write
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.
       loadStatus 1.3.6.1.4.1.207.8.4.4.4.48.2 integer read-write
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. Enumeration: 'reset': 5, 'loading': 3, 'complete': 4, 'actionstop': 7, 'idle': 1, 'actionupload': 8, 'actionload': 6, 'wait': 2.