HUAWEI-WLAN-UPDATE-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-WLAN-UPDATE-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
 hwWlanUpdate 1.3.6.1.4.1.2011.6.139.7
The MIB module defines the AP update operation.
     hwWlanUpdateNotifications 1.3.6.1.4.1.2011.6.139.7.1
         hwApUpdateBeginNotify 1.3.6.1.4.1.2011.6.139.7.1.1
This notification occurs when ap begin to update.
         hwApUpdateResultNotify 1.3.6.1.4.1.2011.6.139.7.1.2
This notification occurs when ap has updated successfully or failed.
         hwApUpdateUbootNotMatchNotify 1.3.6.1.4.1.2011.6.139.7.1.3
This notification occurs when ap uboot not match version.
     hwWlanUpdateNotifyObjects 1.3.6.1.4.1.2011.6.139.7.2
         hwApUpdateResult 1.3.6.1.4.1.2011.6.139.7.2.1 integer read-only
Ap update result. 1 means success 2 means failure, unknown error 3 means failure, insufficient AP memory 4 means failure, fail to download the file 5 means failure, mismatch between the version in the EFS tail and the version in the file name 6 means failure, invalid file name 7 means failure, mismatch between the AP type in the EFS tail and the AP 8 means failure, file content error 9 means failure, writing flash memory failure 10 means failure, upgrade timeout 11 means failure, the communication between AP and AC fails Enumeration: 'failureDownloadFileFailure': 4, 'failureMismatchVersionEfsAndFileName': 5, 'failureMismatchApTypeInEfs': 7, 'success': 1, 'failureTimeoutForUpgrade': 10, 'failureInvalidFileName': 6, 'failureInsufficientMemory': 3, 'failureFileContentError': 8, 'failureUnknownError': 2, 'failureCommunicationFaultApAndAc': 11, 'failureWriteFlashFailure': 9.
         hwApUpdateTime 1.3.6.1.4.1.2011.6.139.7.2.2 octet string read-only
Description.
         hwApUpdateByFileName 1.3.6.1.4.1.2011.6.139.7.2.3 octet string read-only
Description.
         hwApUpdateNextOper 1.3.6.1.4.1.2011.6.139.7.2.4 integer read-only
Description. Enumeration: 'reset': 2, 'notReset': 1.
         hwApUpdateResultStatus 1.3.6.1.4.1.2011.6.139.7.2.5 octet string read-only
Description.
     hwApUpdateObjects 1.3.6.1.4.1.2011.6.139.7.3
         hwApUpdateConfig 1.3.6.1.4.1.2011.6.139.7.3.1
             hwApUpdateFTPIPAddress 1.3.6.1.4.1.2011.6.139.7.3.1.1 ipaddress read-write
FTP Server IP for Ap Update.
             hwApUpdateFTPUsername 1.3.6.1.4.1.2011.6.139.7.3.1.2 octet string read-write
FTP Client Username for Ap Update.
             hwApUpdateFTPPassword 1.3.6.1.4.1.2011.6.139.7.3.1.3 octet string read-write
FTP Client Password for Ap Update.
             hwApUpdateMode 1.3.6.1.4.1.2011.6.139.7.3.1.4 integer read-write
The mode of Ap Update. ftp(1): Ap Image Update by ftp. ac(2): Ap Image Update by ac-ap protocol. Enumeration: 'ftp': 1, 'ac': 2, 'sftp': 3.
             hwApUpdateSFTPIPAddress 1.3.6.1.4.1.2011.6.139.7.3.1.5 ipaddress read-write
Description.
             hwApUpdateSFTPUsername 1.3.6.1.4.1.2011.6.139.7.3.1.6 octet string read-write
Description.
             hwApUpdateSFTPPassword 1.3.6.1.4.1.2011.6.139.7.3.1.7 octet string read-write
Description.
             hwApUpdateFTPMaxConnectNum 1.3.6.1.4.1.2011.6.139.7.3.1.8 integer32 read-write
Description.
             hwApUpdateSFTPMaxConnectNum 1.3.6.1.4.1.2011.6.139.7.3.1.9 integer32 read-write
Description.
             hwApUpdateFTPIPv6Address 1.3.6.1.4.1.2011.6.139.7.3.1.10 octet string read-write
Description.
             hwApUpdateSFTPIPv6Address 1.3.6.1.4.1.2011.6.139.7.3.1.11 octet string read-write
Description.
         hwApUpdateTable 1.3.6.1.4.1.2011.6.139.7.3.2 no-access
Ap Update Table. The index of this table is hwApType.
             hwApUpdateEntry 1.3.6.1.4.1.2011.6.139.7.3.2.1 no-access
Ap UpdateEntry.
                 hwApUpdateFilename 1.3.6.1.4.1.2011.6.139.7.3.2.1.1 octet string read-only
The ap image filename of ap update.
                 hwApUpdateResultMask 1.3.6.1.4.1.2011.6.139.7.3.2.1.2 octet string read-only
The result of ap update. Every bit is used to describe the ap updated successfully or unsuccessfully. 0 means success, and 1 means unsuccess. The value of this node is hexadecimal integer block. Each Byte describes 8 aps are updated successfully or unsuccessfully. For example, the first Byte describes ap 0~7 is updated successfully or unsuccessfully, and the second Byte describes ap 8~15 is updated successfully or unsuccessfully. Such as, if only ap 0,4,5,6,7,9 is updated unsuccessfully, the binary number is 11110001 and 00000010, the hexadecimal number is 0xF1 and 0x2, so the first Byte of this node is 0xF1, and the second Byte is 0x2.
                 hwApUpdateAdminOper 1.3.6.1.4.1.2011.6.139.7.3.2.1.3 integer read-only
Ap update administration operation. start(1): start ap update. reset(2): reset all the ap with specifed type after update finished Enumeration: 'reset': 2, 'start': 1, 'cancel': 3.
                 hwApUpdatePercent 1.3.6.1.4.1.2011.6.139.7.3.2.1.4 integer32 read-only
The percentage is only used for a online update operation. If the update begins, the percentage becomes 1. when some AP's update is finished, the percentage stands for the percentage which is the number of APs upgraded to the total number of APs. If the update is finished, the percentage will be 100.
                 hwApUpdateRowStatus 1.3.6.1.4.1.2011.6.139.7.3.2.1.5 rowstatus read-only
Row status: mainly to support to add or delete the relationship of ap's type and the update filename. createAndGo(4): add a relationship. destroy(6): delete the relationship.
                 hwApUpdateResultInfo 1.3.6.1.4.1.2011.6.139.7.3.2.1.6 octet string read-only
The result of ap update. Every bit is used to describe the ap updated successfully or unsuccessfully. 0 means success, and 1 means unsuccess. The value of this node is hexadecimal integer block. Each Byte describes 8 aps are updated successfully or unsuccessfully. For example, the first Byte describes ap 0~7 is updated successfully or unsuccessfully, and the second Byte describes ap 8~15 is updated successfully or unsuccessfully. Such as, if only ap 0,4,5,6,7,9 is updated unsuccessfully, the binary number is 11110001 and 00000010, the hexadecimal number is 0xF1 and 0x2, so the first Byte of this node is 0xF1, and the second Byte is 0x2.
                 hwApUpdateApIdSetMask 1.3.6.1.4.1.2011.6.139.7.3.2.1.7 octet string read-write
Description.
         hwApUpdateProgressTable 1.3.6.1.4.1.2011.6.139.7.3.3 no-access
Description.
             hwApUpdateProgressEntry 1.3.6.1.4.1.2011.6.139.7.3.3.1 no-access
Description.
                 hwApUpdateProgressStatus 1.3.6.1.4.1.2011.6.139.7.3.3.1.1 integer read-only
Description. Enumeration: 'noNeedToUpdate': 12, 'fileLoading': 22, 'updateTimeout': 10, 'getFtpInfoFailed': 25, 'writingMemoryError': 9, 'updateCancel': 13, 'invalidFileName': 6, 'getSftpInfoFailed': 26, 'waitForNextBatch': 19, 'noNeedUpdateNeedReset': 20, 'identifierErr': 23, 'blockFull': 27, 'normalToStandby': 32, 'noResult': 18, 'efsAndVersionMismatched': 5, 'readFileFailed': 31, 'receiveFileFailed': 15, 'apAcLinkDown': 11, 'efsAndApTypeMismatched': 7, 'updating': 0, 'notInConfig': 24, 'succeedNeedReset': 34, 'updateOverMaxTime': 17, 'modeChanged': 33, 'sendFirstFileFailed': 14, 'neitherNeedUpdateNorReset': 21, 'noUpdateResult': -1, 'updateSuccessful': 1, 'insufficientApMemory': 3, 'failToDownloadFile': 4, 'updateFailed': 2, 'fileContentError': 8, 'retransferFileFailed': 16.
                 hwApUpdateProgress 1.3.6.1.4.1.2011.6.139.7.3.3.1.2 integer32 read-only
Description.
                 hwApFlashProgress 1.3.6.1.4.1.2011.6.139.7.3.3.1.3 integer32 read-only
Description.
         hwMacApUpdateProgressTable 1.3.6.1.4.1.2011.6.139.7.3.4 no-access
Description.
             hwMacApUpdateProgressEntry 1.3.6.1.4.1.2011.6.139.7.3.4.1 no-access
Description.
                 hwMacApUpdateProgressStatus 1.3.6.1.4.1.2011.6.139.7.3.4.1.1 integer read-only
Description. Enumeration: 'noNeedToUpdate': 12, 'fileLoading': 22, 'updateTimeout': 10, 'getFtpInfoFailed': 25, 'writingMemoryError': 9, 'updateCancel': 13, 'invalidFileName': 6, 'getSftpInfoFailed': 26, 'waitForNextBatch': 19, 'noNeedUpdateNeedReset': 20, 'identifierErr': 23, 'blockFull': 27, 'normalToStandby': 32, 'noResult': 18, 'efsAndVersionMismatched': 5, 'readFileFailed': 31, 'receiveFileFailed': 15, 'apAcLinkDown': 11, 'efsAndApTypeMismatched': 7, 'updating': 0, 'notInConfig': 24, 'succeedNeedReset': 34, 'updateOverMaxTime': 17, 'modeChanged': 33, 'sendFirstFileFailed': 14, 'neitherNeedUpdateNorReset': 21, 'noUpdateResult': -1, 'updateSuccessful': 1, 'insufficientApMemory': 3, 'failToDownloadFile': 4, 'updateFailed': 2, 'fileContentError': 8, 'retransferFileFailed': 16.
                 hwMacApUpdateProgress 1.3.6.1.4.1.2011.6.139.7.3.4.1.2 integer32 read-only
Description.
                 hwMacApFlashProgress 1.3.6.1.4.1.2011.6.139.7.3.4.1.3 integer32 read-only
Description.
         hwSingleApUpdateTable 1.3.6.1.4.1.2011.6.139.7.3.5 no-access
Description.
             hwSingleApUpdateEntry 1.3.6.1.4.1.2011.6.139.7.3.5.1 no-access
Description.
                 hwSingleApUpdateAdminOper 1.3.6.1.4.1.2011.6.139.7.3.5.1.1 integer read-write
Description. Enumeration: 'reset': 2, 'start': 1, 'cancel': 3.
                 hwSingleApUpdatePercent 1.3.6.1.4.1.2011.6.139.7.3.5.1.2 integer32 read-only
Description.
                 hwSingleApUpdateResult 1.3.6.1.4.1.2011.6.139.7.3.5.1.3 integer read-only
Description. Enumeration: 'failed': 1, 'success': 0.
                 hwSingleApUpdateFilename 1.3.6.1.4.1.2011.6.139.7.3.5.1.4 octet string read-only
Description.
         hwMacSingleApUpdateTable 1.3.6.1.4.1.2011.6.139.7.3.6 no-access
Description.
             hwMacSingleApUpdateEntry 1.3.6.1.4.1.2011.6.139.7.3.6.1 no-access
Description.
                 hwMacSingleApUpdateAdminOper 1.3.6.1.4.1.2011.6.139.7.3.6.1.1 integer read-write
Description. Enumeration: 'reset': 2, 'start': 1, 'cancel': 3.
                 hwMacSingleApUpdatePercent 1.3.6.1.4.1.2011.6.139.7.3.6.1.2 integer32 read-only
Description.
                 hwMacSingleApUpdateResult 1.3.6.1.4.1.2011.6.139.7.3.6.1.3 integer read-only
Description. Enumeration: 'failed': 1, 'success': 0.
                 hwMacSingleApUpdateFilename 1.3.6.1.4.1.2011.6.139.7.3.6.1.4 octet string read-only
Description.
         hwApTypeRegionUpdateTable 1.3.6.1.4.1.2011.6.139.7.3.7 no-access
Description.
             hwApTypeRegionUpdateEntry 1.3.6.1.4.1.2011.6.139.7.3.7.1 no-access
Description.
                 hwApTypeRegionUpdateFilename 1.3.6.1.4.1.2011.6.139.7.3.7.1.1 octet string read-write
Description.
                 hwApTypeRegionUpdateResultMask 1.3.6.1.4.1.2011.6.139.7.3.7.1.2 octet string read-only
Description.The result of ap update. Every bit is used to describe the ap updated successfully or unsuccessfully. 0 means success, and 1 means unsuccess. The value of this node is hexadecimal integer block. Each Byte describes 8 aps are updated successfully or unsuccessfully. For example, the first Byte describes ap 0~7 is updated successfully or unsuccessfully, and the second Byte describes ap 8~15 is updated successfully or unsuccessfully. Such as, if only ap 0,4,5,6,7,9 is updated unsuccessfully, the binary number is 11110001 and 00000010, the hexadecimal number is 0xF1 and 0x2, so the first Byte of this node is 0xF1, and the second Byte is 0x2.
                 hwApTypeRegionUpdateAdminOper 1.3.6.1.4.1.2011.6.139.7.3.7.1.3 integer read-write
Description. Enumeration: 'reset': 2, 'start': 1, 'cancel': 3.
                 hwApTypeRegionUpdatePercent 1.3.6.1.4.1.2011.6.139.7.3.7.1.4 integer32 read-only
Description.
                 hwApTypeRegionUpdateRowStatus 1.3.6.1.4.1.2011.6.139.7.3.7.1.5 rowstatus read-only
Description.
                 hwApTypeRegionUpdateResultInfo 1.3.6.1.4.1.2011.6.139.7.3.7.1.6 octet string read-only
Description.
     hwWlanUpdateObjects 1.3.6.1.4.1.2011.6.139.7.4
     hwWlanUpdateConformance 1.3.6.1.4.1.2011.6.139.7.5
         hwWlanUpdateCompliances 1.3.6.1.4.1.2011.6.139.7.5.1
             hwWlanUpdateCompliance 1.3.6.1.4.1.2011.6.139.7.5.1.1
Description.
         hwWlanUpdateObjectGroups 1.3.6.1.4.1.2011.6.139.7.5.2
             hwWlanUpdateNotificationsGroup 1.3.6.1.4.1.2011.6.139.7.5.2.1
Description.
             hwWlanUpdateNotifyObjectsGroup 1.3.6.1.4.1.2011.6.139.7.5.2.2
Description.
             hwApUpdateObjectsGroup 1.3.6.1.4.1.2011.6.139.7.5.2.3
Description.