AVIAT-SWMANAGEMENT-MIB: View SNMP OID List / Download MIB

VENDOR: AVIAT NETWORKS


 Home MIB: AVIAT-SWMANAGEMENT-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
 aviatSwManagementModule 1.3.6.1.4.1.2509.9.11
This MIB defines the interface for software loading, soft reset and software details retrieval.
       aviatSwManagementConf 1.3.6.1.4.1.2509.9.11.1
           aviatSwManagementGroups 1.3.6.1.4.1.2509.9.11.1.1
               aviatSwResetGroup 1.3.6.1.4.1.2509.9.11.1.1.1
These are the software reset objects.
               aviatSwLoadGroup 1.3.6.1.4.1.2509.9.11.1.1.2
These are the objects for software loading.
               aviatSwDetailsGroup 1.3.6.1.4.1.2509.9.11.1.1.3
These are the software details objects.
           aviatSwManagementCompliance 1.3.6.1.4.1.2509.9.11.1.2
               aviatSwManagementComplV1 1.3.6.1.4.1.2509.9.11.1.2.1
The implementation requirements for this MIB.
       aviatSwManagementMIBObjects 1.3.6.1.4.1.2509.9.11.2
           aviatSwResetObjects 1.3.6.1.4.1.2509.9.11.2.1
               aviatSmSoftReset 1.3.6.1.4.1.2509.9.11.2.1.1 integer read-write
This is the control to perform a software reset on the product. When set to resetSoft(1) a soft reset will be performed. When set to resetHard(2) a full system reset will be performed, with all reinitialisation carried out. Setting to resetNone(0) has no effect. Enumeration: 'resetSoft': 1, 'resetNone': 0, 'resetHard': 2.
           aviatSwLoadObjects 1.3.6.1.4.1.2509.9.11.2.2
               aviatSmLoadControl 1.3.6.1.4.1.2509.9.11.2.2.1 integer read-write
The software loading process may be controlled using this object. Setting the value load(1) will begin transfer of the specified file from the external URI to the unit. If the file is a manifest, this will initiate transfer of all referenced files. When this procedure has completed, aviatSmLoadStatus will indicate loadOk(6) for success, or loadError(10) for failure. An unresolvable incompatibility error is indicated by compatibilityError(13) and should be followed by an abort(0). A successful software (loadOk) load may be activated by setting the value to activate(2). If the delayed/timed activation objects are disabled this will have an immediate effect, otherwise the activation will take place as scheduled. A successful activation will result in an aviatSmLoadStatus value of activateOk(7). An error will be indicated by the value activateError(11). If the value is idle(7) and no software load process has been initiated since the last successful activation, the inactive software can be re-activated by setting the value to rollback(4). Success is indicated in aviatSmLoadStatus by rollbackOk(8) and failure by rollbackError(12). Setting the value to loadAndActivate(3) will begin software transfer. A successful transfer will be followed by software activation which is controlled by the delayed/timed activation objects. Success will be indicated in aviatSmLoadStatus by activateOk(7). A pending scheduled activation is indicated by waitingToActivate(13). Enumeration: 'load': 1, 'activate': 2, 'rollback': 4, 'loadAndActivate': 3, 'abort': 0, 'forceLoad': 5.
               aviatSmLoadStatus 1.3.6.1.4.1.2509.9.11.2.2.2 integer read-only
The software loading process may be monitored using this object. See the aviatSmLoadControl object description for more details. Enumeration: 'load': 1, 'rollbackOk': 8, 'activate': 3, 'rollback': 4, 'loadError': 10, 'waitingToActivate': 13, 'activateOk': 7, 'sameVersion': 14, 'compatibilityError': 9, 'idle': 5, 'abort': 0, 'commit': 2, 'activateError': 11, 'rollbackError': 12, 'loadOk': 6.
               aviatSmLoadRollbackDuration 1.3.6.1.4.1.2509.9.11.2.2.3 integer32 read-write
This specifies the duration, in seconds, from which the 'sw load rollback timer' will count down when it is started.
               aviatSmLoadRollbackTimer 1.3.6.1.4.1.2509.9.11.2.2.4 integer32 read-write
This is the control and counter of the 'sw load rollback timer'. When set to -1, the timer is stopped and disabled. When set to 0, the timer assumes an 'instant timeout'. Otherwise, this object will indicate the time left on the timer. The timer is automatically started whenever the software starts up following a software load activation. When this timer reaches zero, the 'sw load manager' of the system will roll back the software to its previous version.
               aviatSmLoadActivateWaitDuration 1.3.6.1.4.1.2509.9.11.2.2.5 integer32 read-write
This specifies the duration, in seconds, from which the 'sw load activate wait timer' will count down when it is started.
               aviatSmLoadActivateWaitTimer 1.3.6.1.4.1.2509.9.11.2.2.6 integer32 read-write
This is the control and counter of the 'sw load activate wait timer'. When set to -1, the timer is stopped and disabled. When set to 0, the timer assumes an 'instant timeout'. Otherwise, this object will indicate the time left on the timer. This timer is loaded with the lesser of aviatSmLoadActivateWaitDuration (if non-zero), or the time in seconds until aviatSmLoadActivateTime occurs (if set) when the activate(2) state is entered. When this timer reaches zero, the 'sw load manager' of the system will activate the loaded software.
               aviatSmLoadActivateTime 1.3.6.1.4.1.2509.9.11.2.2.7 dateandtime read-write
This determines the date and time at which to activate the loaded software. The 'sw load manager' of the system shall activate the loaded software when the current system time reaches or is past this setting.
               aviatSmLoadUri 1.3.6.1.4.1.2509.9.11.2.2.8 displaystring read-write
The URI of the manifest for software loading.
               aviatSmLoadProgress 1.3.6.1.4.1.2509.9.11.2.2.9 integer32 read-only
The percentage progress of the current sofware load. It is only meaningful during load and commit, and will return zero otherwise.
           aviatSwDetailsObjects 1.3.6.1.4.1.2509.9.11.2.3
               aviatSmDetailsVersion 1.3.6.1.4.1.2509.9.11.2.3.1 displaystring read-only
The software version of currently running software.
               aviatSmDetailsInactiveVersion 1.3.6.1.4.1.2509.9.11.2.3.2 displaystring read-only
The software version of the inactive software.