AISYSCFGSOFTWARE-MIB: View SNMP OID List / Download MIB

VENDOR: WESTELL INC.


 Home MIB: AISYSCFGSOFTWARE-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
 aii 1.3.6.1.4.1.539
         aiSysCfg 1.3.6.1.4.1.539.32
               aiSysCfgSoftware 1.3.6.1.4.1.539.32.1
MIB module to describe software images. Any software/firmware image/load/package should be describable by entries in aiSCSoftwareTable. The set of (name, type, version, date) should uniquely identify any image loaded on an AI box.
                   aiSCSoftwareActive 1.3.6.1.4.1.539.32.1.1 integer32 read-only
Index into aiSCSoftwareTable indicating the main software image currently executing on this machine.
                   aiSCSoftwareUpdateName 1.3.6.1.4.1.539.32.1.2 displaystring read-write
To initiate a system software update, set this object to the name of the image file, and monitor aiSCSoftwareUpdateStatus until it changes to ok(1) or error(3). If the update succeeds, the new software will be used after the system is rebooted. Maximum length is 255 characters; additional restrictions are system-dependent.
                   aiSCSoftwareUpdateStatus 1.3.6.1.4.1.539.32.1.3 integer read-write
See aislcscSoftwareUpdateName for a description of how to use this object. ready(1) -- ready to update software (read-write) inProgress(2) -- update is in progress (read-only) ok(3) -- update completed successfully (read-only) error(4) -- update failed (read-only) Enumeration: 'ready': 1, 'inProgress': 2, 'ok': 3, 'error': 4.
                   aiSCSoftwareTable 1.3.6.1.4.1.539.32.1.4 no-access
A table of information on all firmware and software on this machine.
                       aiSCSoftwareEntry 1.3.6.1.4.1.539.32.1.4.1 no-access
Information on a given software package.
                           aiSCSoftwareIndex 1.3.6.1.4.1.539.32.1.4.1.1 integer32 read-only
Self referential index into this table.
                           aiSCSoftwareName 1.3.6.1.4.1.539.32.1.4.1.2 displaystring read-only
The name of this software package. If the system supports multiple stored packages, this should be an identifier with which the system can manipulate and identify this package. If the concept of multiple sofware images does not make sense on this machine, this value MAY be a zero length string.
                           aiSCSoftwareDescr 1.3.6.1.4.1.539.32.1.4.1.3 displaystring read-only
A description of this software package. If aiSCSoftwareType is other(4), then this MUST contain a description of this piece of code. Otherwise, this field MAY contain information describing the software.
                           aiSCSoftwareType 1.3.6.1.4.1.539.32.1.4.1.4 integer read-only
The type of this software package. Management stations should be capable of using this together with aiSCSoftwareName to determine how to interpret aiSCSoftwareVersion. Enumeration: 'other': 4, 'bootloader': 1, 'firmware': 2, 'module': 3.
                           aiSCSoftwareVersion 1.3.6.1.4.1.539.32.1.4.1.5 displaystring read-only
The version of this software package. Currently, only one syntax is used: firmware- The version of the firmware currently executing on the system. This is in the format xxx.yyy[.zzz] where xxx, yyy, and zzz are 1 to 3 digit numbers and the third field, zzz, is optional.
                           aiSCSoftwareCreationTime 1.3.6.1.4.1.539.32.1.4.1.6 dateandtime read-only
This is the package build time.