HUAWEI-WLAN-UPDATE-MIB
AI MIB Summary
The HUAWEI-WLAN-UPDATE-MIB module enables the monitoring and control of firmware upgrade operations and software image transfer states for Huawei Wireless Access Points (APs) via SNMP. It tracks critical update lifecycle metrics, including current firmware versions, upgrade progress status, and operation completion or failure codes to ensure reliable over-the-air (OTA) or TFTP-based AP software maintenance.
The MIB module defines the AP update operation.
Main OID:
hwWlanUpdate.1.3.6.1.4.1.2011.6.139.7
67
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
67 total| Object Name |
|---|
hwWlanUpdateThe MIB module defines the AP update operation. MODULE-IDENTITY .1.3.6.1.4.1.2011.6.139.7 |
hwWlanUpdateNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.1 |
hwApUpdateBeginNotifyThis notification occurs when ap begin to update. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.6.139.7.1.1 |
hwApUpdateResultNotifyThis notification occurs when ap has updated successfully or failed. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.6.139.7.1.2 |
hwApUpdateUbootNotMatchNotifyThis notification occurs when ap uboot not match version. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.6.139.7.1.3 |
hwWlanUpdateNotifyObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.2 |
hwApUpdateResultAp 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 failsro Enumeration .1.3.6.1.4.1.2011.6.139.7.2.1 |
hwApUpdateTimeDescription.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.2.2 |
hwApUpdateByFileNameDescription.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.2.3 |
hwApUpdateNextOperDescription.ro Enumeration .1.3.6.1.4.1.2011.6.139.7.2.4 |
hwApUpdateResultStatusDescription.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.2.5 |
hwApUpdateObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.3 |
hwApUpdateConfig OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.3.1 |
hwApUpdateFTPIPAddressFTP Server IP for Ap Update.rw IpAddress .1.3.6.1.4.1.2011.6.139.7.3.1.1 |
hwApUpdateFTPUsernameFTP Client Username for Ap Update.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.1.2 |
hwApUpdateFTPPasswordFTP Client Password for Ap Update.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.1.3 |
hwApUpdateModeThe mode of Ap Update.
ftp(1): Ap Image Update by ftp.
ac(2): Ap Image Update by ac-ap protocol.rw Enumeration .1.3.6.1.4.1.2011.6.139.7.3.1.4 |
hwApUpdateSFTPIPAddressDescription.rw IpAddress .1.3.6.1.4.1.2011.6.139.7.3.1.5 |
hwApUpdateSFTPUsernameDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.1.6 |
hwApUpdateSFTPPasswordDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.1.7 |
hwApUpdateFTPMaxConnectNumDescription.rw Integer32 .1.3.6.1.4.1.2011.6.139.7.3.1.8 |
hwApUpdateSFTPMaxConnectNumDescription.rw Integer32 .1.3.6.1.4.1.2011.6.139.7.3.1.9 |
hwApUpdateFTPIPv6AddressDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.1.10 |
hwApUpdateSFTPIPv6AddressDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.1.11 |
hwApUpdateTableAp Update Table.
The index of this table is hwApType. SEQUENCE OF HwApUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.2 |
hwApUpdateEntryAp UpdateEntry. HwApUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.2.1 |
hwApUpdateFilenameThe ap image filename of ap update.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.2.1.1 |
hwApUpdateResultMaskThe 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.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.2.1.2 |
hwApUpdateAdminOperAp update administration operation.
start(1): start ap update.
reset(2): reset all the ap with specifed type after update finishedrw Enumeration .1.3.6.1.4.1.2011.6.139.7.3.2.1.3 |
hwApUpdatePercentThe 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.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.2.1.4 |
hwApUpdateRowStatusRow 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.6.139.7.3.2.1.5 |
hwApUpdateResultInfoThe 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.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.2.1.6 |
hwApUpdateApIdSetMaskDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.2.1.7 |
hwApUpdateProgressTableDescription. SEQUENCE OF HwApUpdateProgressEntry .1.3.6.1.4.1.2011.6.139.7.3.3 |
hwApUpdateProgressEntryDescription. HwApUpdateProgressEntry .1.3.6.1.4.1.2011.6.139.7.3.3.1 |
hwApUpdateProgressStatusDescription.ro Enumeration .1.3.6.1.4.1.2011.6.139.7.3.3.1.1 |
hwApUpdateProgressDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.3.1.2 |
hwApFlashProgressDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.3.1.3 |
hwMacApUpdateProgressTableDescription. SEQUENCE OF HwMacApUpdateProgressEntry .1.3.6.1.4.1.2011.6.139.7.3.4 |
hwMacApUpdateProgressEntryDescription. HwMacApUpdateProgressEntry .1.3.6.1.4.1.2011.6.139.7.3.4.1 |
hwMacApUpdateProgressStatusDescription.ro Enumeration .1.3.6.1.4.1.2011.6.139.7.3.4.1.1 |
hwMacApUpdateProgressDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.4.1.2 |
hwMacApFlashProgressDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.4.1.3 |
hwSingleApUpdateTableDescription. SEQUENCE OF HwSingleApUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.5 |
hwSingleApUpdateEntryDescription. HwSingleApUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.5.1 |
hwSingleApUpdateAdminOperDescription.rw Enumeration .1.3.6.1.4.1.2011.6.139.7.3.5.1.1 |
hwSingleApUpdatePercentDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.5.1.2 |
hwSingleApUpdateResultDescription.ro Enumeration .1.3.6.1.4.1.2011.6.139.7.3.5.1.3 |
hwSingleApUpdateFilenameDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.5.1.4 |
hwMacSingleApUpdateTableDescription. SEQUENCE OF HwMacSingleApUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.6 |
hwMacSingleApUpdateEntryDescription. HwMacSingleApUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.6.1 |
hwMacSingleApUpdateAdminOperDescription.rw Enumeration .1.3.6.1.4.1.2011.6.139.7.3.6.1.1 |
hwMacSingleApUpdatePercentDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.6.1.2 |
hwMacSingleApUpdateResultDescription.ro Enumeration .1.3.6.1.4.1.2011.6.139.7.3.6.1.3 |
hwMacSingleApUpdateFilenameDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.6.1.4 |
hwApTypeRegionUpdateTableDescription. SEQUENCE OF HwApTypeRegionUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.7 |
hwApTypeRegionUpdateEntryDescription. HwApTypeRegionUpdateEntry .1.3.6.1.4.1.2011.6.139.7.3.7.1 |
hwApTypeRegionUpdateFilenameDescription.rw OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.7.1.1 |
hwApTypeRegionUpdateResultMaskDescription.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.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.7.1.2 |
hwApTypeRegionUpdateAdminOperDescription.rw Enumeration .1.3.6.1.4.1.2011.6.139.7.3.7.1.3 |
hwApTypeRegionUpdatePercentDescription.ro Integer32 .1.3.6.1.4.1.2011.6.139.7.3.7.1.4 |
hwApTypeRegionUpdateRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.6.139.7.3.7.1.5 |
hwApTypeRegionUpdateResultInfoDescription.ro OCTET STRING .1.3.6.1.4.1.2011.6.139.7.3.7.1.6 |
hwWlanUpdateObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.4 |
hwWlanUpdateConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.5 |
hwWlanUpdateCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.5.1 |
hwWlanUpdateObjectGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2011.6.139.7.5.2 |