HUAWEI-SYS-MAN-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-SYS-MAN-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
 huaweiSystemManMIB 1.3.6.1.4.1.2011.5.25.19
The HUAWEI-SYS-MAN-MIB contains objects to manage the system. The module defines the information about system, such as system time, the current configuration file and system image file, system reload actions, and notifications. By querying the system time, configuration files and system image files, NMS can reboot the device in the specified time and the specified configuration and system image.
       huaweiSystemManMIBObjects 1.3.6.1.4.1.2011.5.25.19.1
           hwSysClock 1.3.6.1.4.1.2011.5.25.19.1.1
               hwSysLocalClock 1.3.6.1.4.1.2011.5.25.19.1.1.1 dateandtime read-only
This object indicates the local time of the device.
           hwSysCurrent 1.3.6.1.4.1.2011.5.25.19.1.2
               hwSysCurTable 1.3.6.1.4.1.2011.5.25.19.1.2.1 no-access
The current status of system. A configuration file and an image file are used to describe the current status.
                   hwSysCurEntry 1.3.6.1.4.1.2011.5.25.19.1.2.1.1 no-access
An entry of hwSysCurTable. It is indexed by hwSysCurEntPhysicalIndex.
                       hwSysCurEntPhysicalIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.1 integer32 no-access
The value of this object identifies the system index.
                       hwSysCurCFGFileIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.2 integer32 read-only
The value of this object identifies the index of the configuration file in the configuration file list. The value is referenced from hwSysCFGFileTable. The value ranges from 1 to 2147483647.
                       hwSysCurImageIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.3 integer32 read-only
The value of this object identifies the index of the image file in the image file list. The value is referenced from hwSysImageTable. The value ranges from 1 to 2147483647.
                       hwSysCurPafFileIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.4 integer32 read-only
The value of this object identifies the index of the PAF file in the PAF file list.
                       hwSysCurLicenseIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.5 integer32 read-only
The value of this object identifies the index of the license file in the license file list.
                       hwSysCurPatchFileIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.6 integer32 read-only
The value of this object identifies the index of the patch file in the patch file list.
                       hwSysCurVoiceFileIndex 1.3.6.1.4.1.2011.5.25.19.1.2.1.1.7 integer32 read-only
The value of this object identifies the index of the configuration file in the configuration file list. The value is referenced from hwSysCFGFileTable. The value ranges from 1 to 2147483647.
           hwSysReload 1.3.6.1.4.1.2011.5.25.19.1.3
               hwSysReloadSchedule 1.3.6.1.4.1.2011.5.25.19.1.3.1 integer32 read-write
The value of this object identifies the record number used when the device restarts. The value ranges from 0 to 2147483647. After the system restarts, the value returns to 0. 0: initial value. 65536: main board schedule method.
               hwSysReloadAction 1.3.6.1.4.1.2011.5.25.19.1.3.2 integer read-write
The value of this object identifies restart types. 1: reloadUnavailable 2: reloadOnSchedule, indicating periodical restart 3: reloadAtOnce, indicating immediate restart without considering hwSysReloadScheduleTime 4: reloadCancel, indicating that all the planned restart activities are cancelled. If hwSysReloadSchedule is invalid or the rows that hwSysReloadScheduleEntry and hwSysReloadSchedule point to are not activated, all the restart activities are ignored and an inconsistent value is returned. When the restart of the system is complete or no restart activities exist, the value of this object is reloadUnavailable(1). Enumeration: 'reloadUnavailable': 1, 'reloadAtOnce': 3, 'reloadCancel': 4, 'reloadOnSchedule': 2.
               hwSysReloadScheduleTable 1.3.6.1.4.1.2011.5.25.19.1.3.3 no-access
A reload parameters table.
                   hwSysReloadScheduleEntry 1.3.6.1.4.1.2011.5.25.19.1.3.3.1 no-access
Entry of hwSysReloadScheduleTable.
                       hwSysReloadScheduleIndex 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.1 integer32 no-access
The value of this object identifies the index of the instance. The value ranges from 0 to 2147483647.
                       hwSysReloadEntity 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.2 physicalindex read-only
This object indicates the index of the restarting entity. The value is referred to from entPhysicalTable. 1. When get/get-next, 1 means active main board, 2 means slave main board, 65535 means other board. 2. When set, 2 means slave main board, other values mean active main board.
                       hwSysReloadCfgFile 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.3 integer32 read-only
The value of this object identifies the configuration file used after the restart. The value is limited by hwSysCFGFileTable. The value ranges from 0 to 2147483647. The default value is 0, which means the configuration file remains unchanged.
                       hwSysReloadImage 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.4 integer32 read-only
The value of this object identifies the image file used after the restart. The value is limited by hwSysImageTable. The value ranges from 1 to 2147483647.
                       hwSysReloadReason 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.5 displaystring read-only
This object indicates the cause of the restart. The value is a string of 0 to 255 characters. After the system restarts, the character string is deleted.
                       hwSysReloadScheduleTime 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.6 dateandtime read-only
This object indicates the time of the restart. The only valid value of this object is an 8-byte string which indicates the local time of the switch. The maximum scheduled time is 30 days from the current system clock time. If the value set is earlier than the value of hwSysLocalClock or beyond the maximum scheduled time limit, a bad value error occurred. The value of all-zero octet strings indicates system restart at once if the reload action is reloadOnSchedule(1).
                       hwSysReloadRowStatus 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.7 rowstatus read-only
If one of values of hwSysReloadEntity, hwSysReloadCfgFile and hwSysReloadImage is invalid, the value of hwSysReloadRowStatus cannot be set to 'active'. A valid entry means the specified element is available in the current system. Reload an entity indexed by hwSysReloadEntity with the startup configuration file and the image may be not allowed. Herein the entry is invalid.
                       hwSysReloadPafFile 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.8 integer32 read-only
The value of this object identifies the PAF file used after the restart.
                       hwSysReloadLicenseFile 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.9 integer32 read-only
The value of this object identifies the license file used after the restart.
                       hwSysReloadPatchFile 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.10 integer32 read-only
The value of this object identifies the patch file used after the restart.
                       hwSysReloadPatchState 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.11 integer read-only
The value of this object identifies the running status of the patch at the next startup. That is, whether the loaded patch is in the Run state at the next startup. run(1): indicates that the loaded patch is in the Run state at the next startup. unused(255): indicates that the loaded patch is in the original state at the next startup. Enumeration: 'unused': 255, 'run': 1.
                       hwSysReloadOperateDestType 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.12 integer read-only
This object indicates the object to be restarted. Enumeration: 'unused': 4, 'all': 1, 'chassis': 3, 'slave': 2.
                       hwSysReloadOperateDestIndex 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.13 displaystring read-only
This object indicates the index of the board needs to be restarted. The get/get-next result is 'unused'. but, you can't use 'unused' to set.
                       hwSysReloadVoiceFile 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.14 integer32 read-only
The value of this object identifies the license file used after the restart.
                       hwSysReloadAndroidFile 1.3.6.1.4.1.2011.5.25.19.1.3.3.1.15 integer32 read-only
The value of this object identifies the android file used after the restart. The value is limited by hwSysAndroidFileTable. The value ranges from 0 to 2147483647. The default value is 0, which means the android file remains unchanged.
               hwSysReboot 1.3.6.1.4.1.2011.5.25.19.1.3.4 integer read-write
The value of this object identifies the restart of the master and slave boards. Values are as follows unused(1): indicates that this value is not used. Generally, this value is read. rebootAllRoute(2): indicates that the integrated device is restarted. rebootSlave(3): indicates that the slave board is restarted. slaveSwitch(4): indicates that the switchover between the main and slave boards is performed. Enumeration: 'unused': 1, 'slaveSwitch': 4, 'rebootSlave': 3, 'rebootWholeRoute': 2.
               hwSysSlaveSwitchEnable 1.3.6.1.4.1.2011.5.25.19.1.3.5 enabledstatus read-write
The value of this object identifies whether the switchover between the main and the slave boards is enabled. enable(1): indicates that the switchover between the main and slave boards is enabled. disable(2): indicates that the switchover between the main and slave boards is not enabled.
               hwSysLatestRebootErrorInfo 1.3.6.1.4.1.2011.5.25.19.1.3.6 displaystring read-only
This object indicates the cause of the last restart.
               hwSysSlaveSwitchTable 1.3.6.1.4.1.2011.5.25.19.1.3.7 no-access
A slave switchover enable parameters table.
                   hwSysSlaveSwitchEntry 1.3.6.1.4.1.2011.5.25.19.1.3.7.1 no-access
Entry of hwSysSlaveSwitchTable.
                       hwSysSlaveSwitchIndex 1.3.6.1.4.1.2011.5.25.19.1.3.7.1.1 integer32 no-access
The value of the object identifies the index of the table.
                       hwSysSlaveSwitchChassisNum 1.3.6.1.4.1.2011.5.25.19.1.3.7.1.2 displaystring read-write
The value of the object identifies the chassis number.
                       hwSysSlaveSwitchOperType 1.3.6.1.4.1.2011.5.25.19.1.3.7.1.3 integer read-write
Operation type. The object has the following values: unused(1): means the default value. slaveswitch(2): perform force switchover. slaveswitchlock(3): enable the force switchover, this value should be used with the object of hwSysSlaveSwitchEnableStatus. Enumeration: 'unused': 1, 'slaveSwitch': 2, 'slaveSwitchLock': 3.
                       hwSysSlaveSwitchEnableStatus 1.3.6.1.4.1.2011.5.25.19.1.3.7.1.4 enabledstatus read-write
The enable status of switchover for AMB (Active Main Board) and SMB (Standby Main Board). enable(1): enable the force switchover. disable(2): disable the force switchover.
                       hwSysSlaveSwitchSrc 1.3.6.1.4.1.2011.5.25.19.1.3.7.1.5 displaystring read-write
The source slot for slave switchover.
                       hwSysSlaveSwitchDst 1.3.6.1.4.1.2011.5.25.19.1.3.7.1.6 displaystring read-write
The destination slot for slave switchover.
               hwSysDelayReboot 1.3.6.1.4.1.2011.5.25.19.1.3.8 integer32 read-write
Restart the device at a delayed time. The delayed time can be set up to 43200 minutes. The node is used to set the delayed time, cancel the setting, or check the status of the delayed restart. If a value within the range of 0 to 43200 is entered, the delayed time is set. If the value 65535 is entered, the setting is cancelled. During system reboot, a return value 65534 is displayed if the Get or Walk operation is performed. Other values are invalid.
           hwSysImage 1.3.6.1.4.1.2011.5.25.19.1.4
               hwSysImageNum 1.3.6.1.4.1.2011.5.25.19.1.4.1 integer32 read-only
The value of this object identifies the number of image files. The object calculates the number of image files given by hwSysImageTable. The value ranges from 0 to 2147483647.
               hwSysImageTable 1.3.6.1.4.1.2011.5.25.19.1.4.2 no-access
The system image management table.
                   hwSysImageEntry 1.3.6.1.4.1.2011.5.25.19.1.4.2.1 no-access
A system image entry. Each entry consists of information of a system image. hwSysImageIndex exclusively decides an image file.
                       hwSysImageIndex 1.3.6.1.4.1.2011.5.25.19.1.4.2.1.1 integer32 no-access
The value of this object identifies the index of the image file.
                       hwSysImageName 1.3.6.1.4.1.2011.5.25.19.1.4.2.1.2 displaystring read-only
This object indicates the name of the image file. A file name containing path and suffix is a string of 4 to 64 characters.
                       hwSysImageSize 1.3.6.1.4.1.2011.5.25.19.1.4.2.1.3 integer32 read-only
The value of this object identifies the size of the image file. The value ranges from 0 to 2147483647, in bytes. The size depends on the actual file and is limited by the physical storage device.
                       hwSysImageLocation 1.3.6.1.4.1.2011.5.25.19.1.4.2.1.4 displaystring read-only
This object indicates the location of the image file, namely the path.
                       hwSysImageVersion 1.3.6.1.4.1.2011.5.25.19.1.4.2.1.5 displaystring read-only
The value of this object identifies the version of the image file.
                       hwSysImageReason 1.3.6.1.4.1.2011.5.25.19.1.4.2.1.6 displaystring read-only
The value of this object identifies the error cause of the image file.
           hwSysCFGFile 1.3.6.1.4.1.2011.5.25.19.1.5
               hwSysCFGFileNum 1.3.6.1.4.1.2011.5.25.19.1.5.1 integer32 read-only
The value of this object identifies the number of configuration files. The object calculates the number of configuration files given by hwSysCFGFileTable. The value ranges from 0 to 2147483647.
               hwSysCFGFileTable 1.3.6.1.4.1.2011.5.25.19.1.5.2 no-access
A table of configuration files in this system.
                   hwSysCFGFileEntry 1.3.6.1.4.1.2011.5.25.19.1.5.2.1 no-access
A configuration file entry. Each entry consists of information of a configuration file. hwSysCFGFileIndex exclusively decides a configuration file.
                       hwSysCFGFileIndex 1.3.6.1.4.1.2011.5.25.19.1.5.2.1.1 integer32 no-access
The value of this object identifies the index of the configuration file.
                       hwSysCFGFileName 1.3.6.1.4.1.2011.5.25.19.1.5.2.1.2 displaystring read-only
This object indicates the name of the configuration file. Currently, Huawei products support two formats of configuration files, namely, .CFG and .ZIP. A file name containing path and suffix is a string of 5 to 64 characters.
                       hwSysCFGFileSize 1.3.6.1.4.1.2011.5.25.19.1.5.2.1.3 integer32 read-only
The value of this object identifies the size of the configuration file. The value ranges from 0 to 2147483647.
                       hwSysCFGFileLocation 1.3.6.1.4.1.2011.5.25.19.1.5.2.1.4 displaystring read-only
This object indicates the location of the configuration file, namely, the path.
                       hwSysCFGFileReason 1.3.6.1.4.1.2011.5.25.19.1.5.2.1.5 displaystring read-only
This object indicates the error cause of the configuration file.
           hwSysPafFile 1.3.6.1.4.1.2011.5.25.19.1.6
               hwSysPafFileNum 1.3.6.1.4.1.2011.5.25.19.1.6.1 integer32 read-only
The value of this object identifies the number of PAF files in the system.
               hwSysPafFileTable 1.3.6.1.4.1.2011.5.25.19.1.6.2 no-access
A table of paf files in this system.
                   hwSysPafFileEntry 1.3.6.1.4.1.2011.5.25.19.1.6.2.1 no-access
A paf file entry. Each entry consists of information of a paf file. hwSysPafFileIndex exclusively decides a configuration file.
                       hwSysPafFileIndex 1.3.6.1.4.1.2011.5.25.19.1.6.2.1.1 integer32 no-access
The value of this object identifies the index of this table.
                       hwSysPafFileName 1.3.6.1.4.1.2011.5.25.19.1.6.2.1.2 displaystring read-only
This object indicates the name of the PAF file.
                       hwSysPafFileSize 1.3.6.1.4.1.2011.5.25.19.1.6.2.1.3 integer32 read-only
The value of this object identifies the size of the PAF file.
                       hwSysPafFileLocation 1.3.6.1.4.1.2011.5.25.19.1.6.2.1.4 displaystring read-only
This object indicates the position of the PAF file.
                       hwSysPafFileVersion 1.3.6.1.4.1.2011.5.25.19.1.6.2.1.5 displaystring read-only
This object indicates the version of the PAF file.
           hwSysLicenseFile 1.3.6.1.4.1.2011.5.25.19.1.7
               hwSysLicenseFileNum 1.3.6.1.4.1.2011.5.25.19.1.7.1 integer32 read-only
The value of this object identifies the number of license files in the system.
               hwSysLicenseFileTable 1.3.6.1.4.1.2011.5.25.19.1.7.2 no-access
A table of license files in this system.
                   hwSysLicenseFileEntry 1.3.6.1.4.1.2011.5.25.19.1.7.2.1 no-access
A license file entry. Each entry consists of information of a license file. hwSysLicenseFileIndex exclusively decides a configuration file.
                       hwSysLicenseFileIndex 1.3.6.1.4.1.2011.5.25.19.1.7.2.1.1 integer32 no-access
The value of this object identifies the index of this table.
                       hwSysLicenseFileName 1.3.6.1.4.1.2011.5.25.19.1.7.2.1.2 displaystring read-only
This object indicates the name of the license file.
                       hwSysLicenseFileSize 1.3.6.1.4.1.2011.5.25.19.1.7.2.1.3 integer32 read-only
This object indicates the size of the license file.
                       hwSysLicenseFileLocation 1.3.6.1.4.1.2011.5.25.19.1.7.2.1.4 displaystring read-only
This object indicates the position of the license file.
           hwPatch 1.3.6.1.4.1.2011.5.25.19.1.8
               hwPatchBase 1.3.6.1.4.1.2011.5.25.19.1.8.1
                   hwPatchFileNum 1.3.6.1.4.1.2011.5.25.19.1.8.1.1 integer32 read-only
The value of this object identifies the number of patches in the system.
                   hwPatchRecordReset 1.3.6.1.4.1.2011.5.25.19.1.8.1.2 integer read-write
Clear the patch records. unused(1): unused. resetPatchHistory(2): clears the hwPatchHistoryTable record. resetPatchError(3): clears the hwPatchErrorTable record. Enumeration: 'unused': 1, 'resetPatchError': 3, 'resetPatchHistory': 2.
                   hwPatchHistoryTableMax 1.3.6.1.4.1.2011.5.25.19.1.8.1.3 integer32 read-write
Set the size of hwPatchHistoryTable.
                   hwPatchTrapEnble 1.3.6.1.4.1.2011.5.25.19.1.8.1.4 enabledstatus read-write
The value of this object determines whether to generate the trap of HUAWEI-SYS-MAN-MIB. enable(1): Trap is enabled. disable(2): Trap is not enabled.
                   hwPatchErrorTableMax 1.3.6.1.4.1.2011.5.25.19.1.8.1.5 integer32 read-write
The value of this object identifies the maximum number of recorded errors supported by hwPatchErrorTable.
                   hwPatchId 1.3.6.1.4.1.2011.5.25.19.1.8.1.6 displaystring read-only
This object indicates the patch ID on the device.
                   hwPatchLatestId 1.3.6.1.4.1.2011.5.25.19.1.8.1.7 displaystring read-only
This object indicates the latest patch ID on the device.
                   hwPatchFailReason 1.3.6.1.4.1.2011.5.25.19.1.8.1.8 integer read-only
This object is an index that specifies patch fail reason. Enumeration: 'patchConflict': 4, 'getPatchErr': 2, 'patchConfigInconsistError': 9, 'synchronizePatchPackageError': 8, 'versionErr': 5, 'patchSpaceShortage': 3, 'patchOpenErr': 1.
               hwPatchFileTable 1.3.6.1.4.1.2011.5.25.19.1.8.2 no-access
Patch file query table.
                   hwPatchFileEntry 1.3.6.1.4.1.2011.5.25.19.1.8.2.1 no-access
Defines an entry in the hwPatchFileTable.
                       hwPatchFileIndex 1.3.6.1.4.1.2011.5.25.19.1.8.2.1.1 unsigned32 no-access
The value of this object identifies the index of this table.
                       hwPatchFileName 1.3.6.1.4.1.2011.5.25.19.1.8.2.1.2 displaystring read-only
This object indicates the name of a patch file.
                       hwPatchFileSize 1.3.6.1.4.1.2011.5.25.19.1.8.2.1.3 integer32 read-only
This object indicates the size of a patch file.
                       hwPatchFileLocation 1.3.6.1.4.1.2011.5.25.19.1.8.2.1.4 displaystring read-only
This object indicates the position of a patch file.
                       hwPatchFileVersion 1.3.6.1.4.1.2011.5.25.19.1.8.2.1.5 displaystring read-only
This object indicates the version of the patch file.
               hwLoadPatchTable 1.3.6.1.4.1.2011.5.25.19.1.8.4 no-access
The load table of the patch file. Load the patch file to the memory: hwSlotIndex:The slot ID of the destination device to be loaded by the patch file, hwPatchFileIndex:The index of the patch file, If hwSlotIndex is 128, it indicates all slots of the device.
                   hwLoadPatchEntry 1.3.6.1.4.1.2011.5.25.19.1.8.4.1 no-access
Defines an entry in the hwLoadPatchTable.
                       hwPatchLoadDestType 1.3.6.1.4.1.2011.5.25.19.1.8.4.1.1 integer read-only
This object indicates the type of the board to be loaded with the patch. Enumeration: 'slot': 3, 'unused': 5, 'all': 1, 'chassis': 4, 'slave': 2.
                       hwPatchLoadDestIndex 1.3.6.1.4.1.2011.5.25.19.1.8.4.1.2 displaystring read-only
This object indicates the index of the board to be loaded with the patch.
                       hwPatchLoadState 1.3.6.1.4.1.2011.5.25.19.1.8.4.1.3 integer read-only
Patch loading state: loading(1):Patch is loading. success(2):Patch loading succeeded. failure(3):Patch loading failed. none(4):Patch and board do not match. Enumeration: 'failure': 3, 'none': 4, 'loading': 1, 'success': 2.
                       hwLoadPatchRowState 1.3.6.1.4.1.2011.5.25.19.1.8.4.1.51 rowstatus read-only
This object identifies the status of a row.
               hwPatchInfo 1.3.6.1.4.1.2011.5.25.19.1.8.5
                   hwPatchTable 1.3.6.1.4.1.2011.5.25.19.1.8.5.1 no-access
Running status transfer and query of the patch. If hwSlotIndex is 128, it indicates all slots of the device. If hwPatchNum is 65535, it indicates all patches of the specified slot. If hwPatchNum is 0, it indicates the NP patch of the specified slot. If hwPatchNum is in range from 1 to 200, it indicates the C patch of the specified slot.
                       hwPatchEntry 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1 no-access
Defines an entry in the hwPatchTable.
                           hwPatchSlotIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.1 integer32 no-access
The value of this object identifies the index of the slot.
                           hwPatchIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.2 unsigned32 no-access
This object indicates the index of the patch.
                           hwPatchUsedFileName 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.3 displaystring read-only
This object indicates the name of the patch file.
                           hwPatchVersion 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.4 displaystring read-only
This object indicates the version of the patch file.
                           hwPatchDescription 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.5 displaystring read-only
This object indicates the description of the patch.
                           hwPatchProgramVersion 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.6 displaystring read-only
The value of the object identifies the version number of the host software.
                           hwPatchFuncNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.7 integer32 read-only
The value of this object identifies the number functions contained in the patch.
                           hwPatchTextLen 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.8 integer32 read-only
The value of this object identifies the length of the patch code.
                           hwPatchDataLen 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.9 integer32 read-only
The value of this object identifies the length of the patch data.
                           hwPatchType 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.10 integer read-only
The value of this object identifies the patch type. hotCommon(1): indicates the common hot patch. hotTemporary(2): indicates the temporary hot patch. coolCommon(3): indicates the common cool patch. coolTemporary(4): indicates the temporary cool patch. Enumeration: 'coolTemporary': 4, 'hotTemporary': 2, 'coolCommon': 3, 'hotCommon': 1.
                           hwPatchBuildTime 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.11 dateandtime read-only
This object indicates the time when a patch file is built.
                           hwPatchActiveTime 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.12 dateandtime read-only
This object indicates the time when a patch file is activated.
                           hwPatchAdminStatus 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.13 integer read-write
The value of this object identifies the operation status of a patch. Run (1): indicates that the patch status is Run. Active(2): indicates the patch status is Active. Deactive(3): indicates the patch status is Deactive. Delete(4): indicates that the patch is deleted. Enumeration: 'active': 2, 'delete': 4, 'run': 1, 'deactive': 3.
                           hwPatchOperateState 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.14 integer read-only
status of the patch. patchRunning(1): indicates that current status of the patch is Run. patchActive(2): indicates that current status of the patch is Active. patchDeactive(3): indicates that current status of the patch is Deactive. Enumeration: 'patchDeleting': 4, 'patchActive': 2, 'patchRunning': 1, 'patchDeactive': 3.
                           hwPatchOperateDestType 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.15 integer read-only
Patch operate object type,it combine with the hwPatchOperateDestIndex to note the operate object. Enumeration: 'slot': 3, 'unused': 5, 'all': 1, 'chassis': 4, 'slave': 2.
                           hwPatchOperateDestIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.16 displaystring read-only
Patch operate object index,it combine with chassis,the value of the hwPatchOperateDestType to note the operate object.hwPatchOperateDestIndex is value such as ccc1,clc2 etc.
                   hwPatchStateTable 1.3.6.1.4.1.2011.5.25.19.1.8.5.2 no-access
The statistics information of the C patch area on each slot.
                       hwPatchStateEntry 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1 no-access
Defines an entry in the hwPatchStateTable.
                           hwPatchNumMax 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.1 unsigned32 read-only
The value of this object identifies the maximum number of patches.
                           hwPatchIdleNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.2 integer32 read-only
The value of this object identifies the number of idle patches.
                           hwPatchTextMax 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.3 integer32 read-only
The value of this object identifies the size of the code in the patch area.
                           hwPatchDataMax 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.4 integer32 read-only
The value of this object identifies the size of the data in the patch area.
                           hwPatchStateTextUsed 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.5 integer32 read-only
The value of this object identifies the size of the used code in the patch area.
                           hwPatchStateDataUsed 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.6 integer32 read-only
The value of this object identifies the size of the used data in the patch area.
                           hwPatchStateTotalPatchNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.7 integer32 read-only
The value of this object identifies the total number of used patches.
                           hwPatchStateTempPatchNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.8 integer32 read-only
The value of this object identifies the total number of used temporary patches.
                           hwPatchStateCommonPatchNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.9 integer32 read-only
The value of this object identifies the total number of used common patches.
                           hwPatchStateRuningPatchNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.10 integer32 read-only
The value of this object identifies the number of patches in the Run state in the patch area.
                           hwPatchStateActivePatchNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.11 integer32 read-only
The value of this object identifies the number of patches in the Active state in the patch area.
                           hwPatchStateDeactivePatchNum 1.3.6.1.4.1.2011.5.25.19.1.8.5.2.1.12 integer32 read-only
The value of this object identifies the number of patches in the Deactive state in the patch area.
                   hwPatchHistoryTable 1.3.6.1.4.1.2011.5.25.19.1.8.5.3 no-access
Patch history table.
                       hwPatchHistoryEntry 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1 no-access
Defines an entry in the hwPatchHistoryTable.
                           hwPatchHistoryIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.1 unsigned32 no-access
This object indicates the index of the table.
                           hwPatchHistoryProgrameVersion 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.2 displaystring read-only
The value of the object identifies the version number of the image file.
                           hwPatchHistoryVersion 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.3 displaystring read-only
The value of this object identifies the version of the patch.
                           hwSlotId 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.4 integer32 read-only
The value of the object identifies the slot number of the patch.
                           hwPatchBeginIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.5 integer32 read-only
The value of this object identifies the start ID of the loaded patch.
                           hwPatchEndIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.6 integer32 read-only
The value of this object identifies the end ID of the loaded patch.
                           hwPatchHistoryAction 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.7 integer read-only
The value of this object identifies the patch status. Enumeration: 'active': 2, 'running': 1, 'delete': 4, 'deactive': 3.
                           hwPatchHistoryBeginTime 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.8 dateandtime read-only
This object indicates the start time of running the patch.
                           hwPatchHistoryEndTime 1.3.6.1.4.1.2011.5.25.19.1.8.5.3.1.9 dateandtime read-only
This object indicates the end time of running the patch.
                   hwPatchErrorTable 1.3.6.1.4.1.2011.5.25.19.1.8.5.4 no-access
The error record table of patch operation.
                       hwPatchErrorEntry 1.3.6.1.4.1.2011.5.25.19.1.8.5.4.1 no-access
Defines an entry in the hwPatchErrorTable.
                           hwPatchErrorIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.4.1.1 unsigned32 no-access
This object indicates the index of the patch error.
                           hwPatchErrorSlot 1.3.6.1.4.1.2011.5.25.19.1.8.5.4.1.2 unsigned32 read-only
This object indicates the number of the slot related to a patch error.
                           hwPatchErrorPatchFileName 1.3.6.1.4.1.2011.5.25.19.1.8.5.4.1.3 displaystring read-only
This object indicates the index of the patch file when the patch has an error.
                           hwPatchErrorPatchIndex 1.3.6.1.4.1.2011.5.25.19.1.8.5.4.1.4 unsigned32 read-only
This object indicates the index of the patch when the patch has an error.
                           hwPatchErrorCode 1.3.6.1.4.1.2011.5.25.19.1.8.5.4.1.5 hwpatcherrortype read-only
This object indicates the flag of the patch error.
           hwBootRom 1.3.6.1.4.1.2011.5.25.19.1.11
                 hwBootRomTable 1.3.6.1.4.1.2011.5.25.19.1.11.1 no-access
Boot ROM startup parameter query table.
                     hwBootRomEntry 1.3.6.1.4.1.2011.5.25.19.1.11.1.1 no-access
Defines an entry in the hwBootRomTable.
                         hwBootRomIndex 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.1 integer no-access
The value of this object identifies the index of the BootROM table. Enumeration: 'slave': 2, 'master': 1.
                         hwBootRomBootDevice 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.2 displaystring read-only
This object indicates the name of the BootROM startup device.
                         hwBootRomProcessorNo 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.3 integer32 read-only
The value of this object identifies the number of the BootROM processor.
                         hwBootRomHostName 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.4 displaystring read-only
The object indicates the name of the BootROM host.
                         hwBootRomFileName 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.5 displaystring read-only
The object indicates the name of the BootROM file.
                         hwBootRomIpOnEthernet 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.6 ipaddress read-only
The object indicates the IP address of the BootROM Ethernet interface.
                         hwBootRomIpOnBackPlane 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.7 ipaddress read-only
The object indicates the IP address of the BootROM backplane.
                         hwBootRomHostIp 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.8 ipaddress read-only
The object indicates the IP address of the BootROM host.
                         hwBootRomGatewayIp 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.9 ipaddress read-only
The object indicates the IP address of the BootROM gateway.
                         hwBootRomUserName 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.10 displaystring read-only
The object indicates the name of the BootROM user.
                         hwBootRomPassword 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.11 displaystring read-only
The object indicates the BootROM password.
                         hwBootRomTargetName 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.12 displaystring read-only
The object indicates the name of the BootROM target.
                         hwBootRomStartupScript 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.13 displaystring read-only
The object indicates the BootROM startup script.
                         hwBootRomXModemBaudRate 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.14 integer32 read-only
The value of the object identifies the baud rate for transmitting the XModem data.
                         hwBootRomVersion 1.3.6.1.4.1.2011.5.25.19.1.11.1.1.15 integer32 read-only
Boot ROM version.
           hwSysUpgrade 1.3.6.1.4.1.2011.5.25.19.1.12
                 hwSysUpgradeTable 1.3.6.1.4.1.2011.5.25.19.1.12.1 no-access
ISSU upgrade table.
                     hwSysUpgradeEntry 1.3.6.1.4.1.2011.5.25.19.1.12.1.1 no-access
Defines an entry in the hwSysUpgradeTable.
                         hwIssuIndex 1.3.6.1.4.1.2011.5.25.19.1.12.1.1.1 integer32 no-access
Set system issu table index.
                         hwIssuMode 1.3.6.1.4.1.2011.5.25.19.1.12.1.1.2 integer read-write
Set system issu upgrade mode. Enumeration: 'issuPrecheck': 2, 'issuUpgrade': 1.
                         hwIssuImageFile 1.3.6.1.4.1.2011.5.25.19.1.12.1.1.3 displaystring read-write
The name of the image file.
                         hwIssuPafFile 1.3.6.1.4.1.2011.5.25.19.1.12.1.1.4 displaystring read-write
The name of the paf file.
                         hwIssuLicenseFile 1.3.6.1.4.1.2011.5.25.19.1.12.1.1.5 displaystring read-write
The name of the license file.
                         hwIssuPatchFile 1.3.6.1.4.1.2011.5.25.19.1.12.1.1.6 displaystring read-write
The name of the patch file.
                 hwIssuState 1.3.6.1.4.1.2011.5.25.19.1.12.2 integer read-only
System issu upgrade state. Enumeration: 'issuRollBackByUserCancel': 4, 'issuRollBackByExceptional': 5, 'issuUpgrading': 2, 'noIssuUpgrading': 1, 'issuExceptional': 3.
                 hwIssuConditionCheck 1.3.6.1.4.1.2011.5.25.19.1.12.3 integer read-only
System issu upgrade condition check. The default check result is normal. Enumeration: 'configurationChange': 4, 'otherAbnormal': 5, 'notRealtimeBackup': 2, 'slotAbnormal': 3, 'normal': 1.
           hwSysSourceIndex 1.3.6.1.4.1.2011.5.25.19.1.13
                 hwSysSourceIndexTable 1.3.6.1.4.1.2011.5.25.19.1.13.1 no-access
System file Index query table.
                     hwSysSourceIndexEntry 1.3.6.1.4.1.2011.5.25.19.1.13.1.1 no-access
Defines an entry in the hwBootRomTable.
                         hwSysFileType 1.3.6.1.4.1.2011.5.25.19.1.13.1.1.1 integer no-access
The value of this object is an index that indicates the type of a file. Enumeration: 'image': 1, 'config': 2, 'license': 4, 'paf': 3, 'patch': 5.
                         hwSysFileName 1.3.6.1.4.1.2011.5.25.19.1.13.1.1.2 octet string no-access
This object is an index that indicates the name of a file on the main control board.
                         hwSysFileIndex 1.3.6.1.4.1.2011.5.25.19.1.13.1.1.3 integer32 read-only
The value of this object identifies the index of a file in the specified table. If the value is 0, it indicates that this file does not exist in the specified table.
           hwSysRebootInfo 1.3.6.1.4.1.2011.5.25.19.1.14
                 hwSysRebootTimes 1.3.6.1.4.1.2011.5.25.19.1.14.1 integer32 read-only
The value of the device reboot times.
                 hwSysRebootRecordTable 1.3.6.1.4.1.2011.5.25.19.1.14.2 no-access
A reboot information record table.
                     hwSysRebootRecordEntry 1.3.6.1.4.1.2011.5.25.19.1.14.2.1 no-access
Entry of hwSysReloadScheduleTable.
                         hwSysRebootRecordIndex 1.3.6.1.4.1.2011.5.25.19.1.14.2.1.1 integer32 no-access
The index of hwSysRebootRecordTable.
                         hwSysRebootReason 1.3.6.1.4.1.2011.5.25.19.1.14.2.1.2 integer read-only
The reason of system's reboot. Enumeration: 'unknown': 3, 'powerOff': 2, 'software': 5, 'manual': 1, 'schedule': 4.
                         hwSysRebootTime 1.3.6.1.4.1.2011.5.25.19.1.14.2.1.3 dateandtime read-only
The time at which the reboot action occurred. we will only take octet strings with length 8 for this object which indicates the local time of the switch. The maximum scheduled time is 30 days from the current system clock time. field octets contents range 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 (use 60 for leap-second) 7 8 deci-seconds 0..9
           hwSysDeviceCheck 1.3.6.1.4.1.2011.5.25.19.1.15
                 hwSysDeviceCheckStart 1.3.6.1.4.1.2011.5.25.19.1.15.1 integer read-write
Set system check start. Enumeration: 'checkStart': 1.
                 hwSysDeviceCheckState 1.3.6.1.4.1.2011.5.25.19.1.15.2 integer read-only
Get system check state. Enumeration: 'checking': 2, 'done': 1.
           hwSysSwitchoverState 1.3.6.1.4.1.2011.5.25.19.1.19
                 hwSysSwitchoverStateTable 1.3.6.1.4.1.2011.5.25.19.1.19.1 no-access
Get switchover state of single-chassis
                     hwSysSwitchoverStateEntry 1.3.6.1.4.1.2011.5.25.19.1.19.1.1 no-access
Entry of hwSysSwitchoverStateTable.
                         hwSysSwitchoverStateIndex 1.3.6.1.4.1.2011.5.25.19.1.19.1.1.1 integer32 no-access
This object indicates the index of the table.
                         hwSysSwitchoverSlotId 1.3.6.1.4.1.2011.5.25.19.1.19.1.1.2 integer32 read-only
The value of this object identifies the slot number of the board.
                         hwSysSwitchoverBoardType 1.3.6.1.4.1.2011.5.25.19.1.19.1.1.3 integer read-only
The value of this object identifies the type of the board. Enumeration: 'issuOldMaster': 5, 'slave': 2, 'systemMaster': 3, 'master': 1, 'issuNewMaster': 6, 'systemSlave': 4.
                         hwSysSwitchoverInfo 1.3.6.1.4.1.2011.5.25.19.1.19.1.1.4 octet string read-only
The value of this object descries the real-time information of HA status.
                 hwSysSwitchoverStateMultiTable 1.3.6.1.4.1.2011.5.25.19.1.19.2 no-access
Get switchover state of multi-chassis
                     hwSysSwitchoverStateMultiEntry 1.3.6.1.4.1.2011.5.25.19.1.19.2.1 no-access
Entry of hwSysSwitchoverStateMultiTable.
                         hwSysMultiSwtStateIndex 1.3.6.1.4.1.2011.5.25.19.1.19.2.1.1 integer32 no-access
This object indicates the index of the table.
                         hwSysMultiSwtChassisId 1.3.6.1.4.1.2011.5.25.19.1.19.2.1.2 octet string read-only
The value of this object identifies the chassis id.
                         hwSysMultiSwtSlotId 1.3.6.1.4.1.2011.5.25.19.1.19.2.1.3 integer32 read-only
The value of this object identifies the slot number of the board.
                         hwSysMultiSwtBoardType 1.3.6.1.4.1.2011.5.25.19.1.19.2.1.4 integer read-only
The value of this object identifies the type of the board. Enumeration: 'issuOldMaster': 5, 'slave': 2, 'systemMaster': 3, 'master': 1, 'issuNewMaster': 6, 'systemSlave': 4.
                         hwSysMultiSwtInfo 1.3.6.1.4.1.2011.5.25.19.1.19.2.1.5 octet string read-only
The value of this object descries the real-time information of HA status.
           hwSysVoiceFile 1.3.6.1.4.1.2011.5.25.19.1.20
                 hwSysVoiceFileNum 1.3.6.1.4.1.2011.5.25.19.1.20.1 integer32 read-only
The value of this object identifies the number of configuration files. The object calculates the number of configuration files given by hwSysCFGFileTable. The value ranges from 0 to 2147483647.
                 hwSysVoiceFileTable 1.3.6.1.4.1.2011.5.25.19.1.20.2 no-access
A table of configuration files in this system.
                     hwSysVoiceFileEntry 1.3.6.1.4.1.2011.5.25.19.1.20.2.1 no-access
A configuration file entry. Each entry consists of information of a configuration file. hwSysCFGFileIndex exclusively decides a configuration file.
                         hwSysVoiceFileIndex 1.3.6.1.4.1.2011.5.25.19.1.20.2.1.1 integer32 no-access
The value of this object identifies the index of the configuration file.
                         hwSysVoiceFileName 1.3.6.1.4.1.2011.5.25.19.1.20.2.1.2 displaystring read-only
This object indicates the name of the configuration file. Currently, Huawei products support two formats of configuration files, namely, .CFG and .ZIP. A file name containing path and suffix is a string of 4 to 64 characters.
                         hwSysVoiceFileSize 1.3.6.1.4.1.2011.5.25.19.1.20.2.1.3 integer32 read-only
The value of this object identifies the size of the configuration file. The value ranges from 0 to 2147483647.
                         hwSysVoiceFileLocation 1.3.6.1.4.1.2011.5.25.19.1.20.2.1.4 displaystring read-only
This object indicates the location of the configuration file, namely, the path.
           hwSysWlanApUpgrade 1.3.6.1.4.1.2011.5.25.19.1.24
                 hwSysWlanApUpgradeCmd 1.3.6.1.4.1.2011.5.25.19.1.24.1
                     hwSysWlanApUpgradeMode 1.3.6.1.4.1.2011.5.25.19.1.24.1.1 integer read-write
The value of this object identifies the ap upgrade mode. The value ranges from 1 to 3. Enumeration: 'ftp': 1, 'tftp': 3, 'sftp': 2.
                     hwSysWlanApUpgradeFileName 1.3.6.1.4.1.2011.5.25.19.1.24.1.2 displaystring read-write
The value of this object identifies the filename of the ap upgrade file. The value ranges from 1 to 127.
                     hwSysWlanApUpgradeServerIp 1.3.6.1.4.1.2011.5.25.19.1.24.1.3 ipaddress read-write
The value of this object identifies server ip address in ipv4 format.
                     hwSysWlanApUpgradeServerUserName 1.3.6.1.4.1.2011.5.25.19.1.24.1.4 displaystring read-write
The value of this object identifies the username of server. The value ranges from 0 to 31.
                     hwSysWlanApUpgradeServerPassword 1.3.6.1.4.1.2011.5.25.19.1.24.1.5 displaystring read-write
The value of this object identifies the password of server. The value ranges from 0 to 63.
                 hwSysWlanApUpgradeStatus 1.3.6.1.4.1.2011.5.25.19.1.24.2
                     hwSysWlanApUpgradeProgressStatus 1.3.6.1.4.1.2011.5.25.19.1.24.2.1 integer read-write
The value of this object identifies the status of the upgrade or the last result of the upgrade. The value ranges from 0 to 10. Enumeration: 'writingMemoryError': 9, 'efsAndVersionMismatched': 5, 'efsAndApTypeMismatched': 7, 'noUpdateResult': 10, 'updateSuccessful': 1, 'fileContentError': 8, 'updateFailed': 2, 'invalidFileName': 6, 'updating': 0, 'failToDownloadFile': 4.
                     hwSysWlanApUpgradeLoadProgress 1.3.6.1.4.1.2011.5.25.19.1.24.2.2 integer32 read-write
The value of this object identifies the progress of file downloading. The value ranges from 0 to 100.
                     hwSysWlanApUpgradeStorageProgress 1.3.6.1.4.1.2011.5.25.19.1.24.2.3 integer32 read-write
The value of this object identifies the progress of file storaging. The value ranges from 0 to 100.
                 hwSysWlanApUpgradeNotifications 1.3.6.1.4.1.2011.5.25.19.1.24.3
                     hwSysWlanApUpgradeBeginNotify 1.3.6.1.4.1.2011.5.25.19.1.24.3.1
This notification occurs when ap begin to update.
                     hwSysWlanApUpgradeResultNotify 1.3.6.1.4.1.2011.5.25.19.1.24.3.2
This notification occurs when ap has updated successfully or failed.
                     hwSysWlanApUpgradeUbootNotMatchNotify 1.3.6.1.4.1.2011.5.25.19.1.24.3.3
This notification occurs when ap uboot not match version.
                     hwSysWlanApUpgradeAssistantPackageNotMatchNotify 1.3.6.1.4.1.2011.5.25.19.1.24.3.4
This notification occurs when ap upgrade-assistant-package not match version.
           hwSysAndroidFile 1.3.6.1.4.1.2011.5.25.19.1.25
                 hwSysAndroidFileNum 1.3.6.1.4.1.2011.5.25.19.1.25.1 integer32 read-only
The value of this object identifies the number of Android files. The object calculates the number of android files given by hwSysAndroidFileTable. The value ranges from 0 to 2147483647.
                 hwSysAndroidFileTable 1.3.6.1.4.1.2011.5.25.19.1.25.2 no-access
A table of android files in this system.
                     hwSysAndroidFileEntry 1.3.6.1.4.1.2011.5.25.19.1.25.2.1 no-access
A android file entry. Each entry consists of information of a android file. hwSysAndroidFileIndex exclusively decides a android file.
                         hwSysAndroidFileIndex 1.3.6.1.4.1.2011.5.25.19.1.25.2.1.1 integer32 no-access
The value of this object identifies the index of the android file.
                         hwSysAndroidFileName 1.3.6.1.4.1.2011.5.25.19.1.25.2.1.2 displaystring read-only
This object indicates the name of the android file. Currently, Huawei products support one format of android files, namely, .BIN. A file name containing path and suffix is a string of 4 to 64 characters.
                         hwSysAndroidFileSize 1.3.6.1.4.1.2011.5.25.19.1.25.2.1.3 integer32 read-only
The value of this object identifies the size of the android file. The value ranges from 0 to 2147483647.
                         hwSysAndroidFileLocation 1.3.6.1.4.1.2011.5.25.19.1.25.2.1.4 displaystring read-only
This object indicates the location of the android file, namely, the path.
                         hwSysAndroidFileReason 1.3.6.1.4.1.2011.5.25.19.1.25.2.1.5 displaystring read-only
This object indicates the error cause of the android file.
       huaweiSystemManMIBNotifications 1.3.6.1.4.1.2011.5.25.19.2
           hwSysClockChangedNotification 1.3.6.1.4.1.2011.5.25.19.2.1
This object indicates the notification sent when the system clock changes. When the system clock changes, this trap is triggered. For example, the system clock is changed through command lines.
           hwSysReloadNotification 1.3.6.1.4.1.2011.5.25.19.2.2
This object indicates the restart notification.
           hwSysMasterHDError 1.3.6.1.4.1.2011.5.25.19.2.3
When the hard disk on master board cannot be read and written because of a certain error, the hard disk on master board is unregistered and the notification is sent.
           hwSysSlaveHDError 1.3.6.1.4.1.2011.5.25.19.2.4
When the hard disk on slave board cannot be read and written because of a certain error, the hard disk on slave board is unregistered and the notification is sent.
           hwPatchTrap 1.3.6.1.4.1.2011.5.25.19.2.5
               hwPatchErrorTrap 1.3.6.1.4.1.2011.5.25.19.2.5.1
The trap is generated when the patch operation error occurs.
               hwPatchActiveOverTimeTrap 1.3.6.1.4.1.2011.5.25.19.2.5.2
The patch is not run within 24 hours after it is activated.
               hwPatchMalfunctionComebackTrap 1.3.6.1.4.1.2011.5.25.19.2.5.3
The patch operation is restored.
               hwPatchUpdateTrap 1.3.6.1.4.1.2011.5.25.19.2.5.4
The patch state change notification.
           hwSysMasterCfcardError 1.3.6.1.4.1.2011.5.25.19.2.6
When the cfcard on master board can't be read and written because of some error, the Cfcard on master board will be unregistered and the notification is sent.
           hwSysSlaveCfcardError 1.3.6.1.4.1.2011.5.25.19.2.7
When the cfcard on slave board can't be read and written because of some error, the Cfcard on slave board will be unregistered and the notification is sent.
           hwSysSlaveSwitchSuccessNotification 1.3.6.1.4.1.2011.5.25.19.2.8
This object indicates that the hwSysSlaveSwitchChassisNum chassis is successfully switched.
           hwSysSlaveSwitchFailNotification 1.3.6.1.4.1.2011.5.25.19.2.9
This object indicates that the hwSysSlaveSwitchChassisNum chassis fails to be switched.
           hwSysIssuNotification 1.3.6.1.4.1.2011.5.25.19.2.10
When the ISSU upgrade over, it will send success or failed message.
           hwPatchInstallFail 1.3.6.1.4.1.2011.5.25.19.2.11
The patch package install fail notification.
           hwPatchInstallFailClear 1.3.6.1.4.1.2011.5.25.19.2.12
The patch package install fail clear notification.
           hwSumUpgradeSuccess 1.3.6.1.4.1.2011.5.25.19.2.13
The patch package upgrade success notification
           hwSysCfgFileErrorNotification 1.3.6.1.4.1.2011.5.25.19.2.14
This object notifies that some error occurs when the configuration file is specified as the next startup configuration file.
           hwSysImageErrorNotification 1.3.6.1.4.1.2011.5.25.19.2.15
The image file upgrade fail notification. The first hwSysImageName indicates the current image file, and the second hwSysImageName indicates the next startup image file.
           hwSysPafChangeNotification 1.3.6.1.4.1.2011.5.25.19.2.16
This object indicates the notification sent when the system PAF file changes.The hwSysPafFileName indicates system PAF file, and the hwSysReloadEntity indicates the board type(1 means main board,2 means slave main board).
           hwSysLicenseChangeNotification 1.3.6.1.4.1.2011.5.25.19.2.17
This object indicates the notification sent when the system license file changes.The hwSysLicenseFileName indicates the system license file, and the hwSysReloadEntity indicates the board type(1 means main board,2 means slave main board).
           hwSystemBoardExclude 1.3.6.1.4.1.2011.5.25.19.2.18
The board(s) excluded during software upgrading
           hwSystemBoardExcludeClear 1.3.6.1.4.1.2011.5.25.19.2.19
The board(s) excluded retrieved during software upgrading
           hwSysEvmTraps 1.3.6.1.4.1.2011.5.25.19.2.20
                 hwSysEvmTrapsObject 1.3.6.1.4.1.2011.5.25.19.2.20.1
                     hwSysEvmRoleName 1.3.6.1.4.1.2011.5.25.19.2.20.1.1 octet string no-access
The value of this object identifies the number of Android files. The object calculates the number of android files given by hwSysAndroidFileTable. The value ranges from 0 to 2147483647.
                     hwSysEvmDownloadFileName 1.3.6.1.4.1.2011.5.25.19.2.20.1.2 octet string no-access
The value of this object identifies the number of Android files. The object calculates the number of android files given by hwSysAndroidFileTable. The value ranges from 0 to 2147483647.
                     hwSysEvmInstallFileName 1.3.6.1.4.1.2011.5.25.19.2.20.1.3 octet string no-access
The value of this object identifies the number of Android files. The object calculates the number of android files given by hwSysAndroidFileTable. The value ranges from 0 to 2147483647.
                 hwSysEvmNotifications 1.3.6.1.4.1.2011.5.25.19.2.20.2
                     hwEvmVmAbnormalRunNotification 1.3.6.1.4.1.2011.5.25.19.2.20.2.1
The board(s) excluded retrieved during software upgrading
                     hwEvmVmNotRunningNotification 1.3.6.1.4.1.2011.5.25.19.2.20.2.2
The board(s) excluded retrieved during software upgrading
                     hwEvmVmAbnormalRestartNotification 1.3.6.1.4.1.2011.5.25.19.2.20.2.3
The board(s) excluded retrieved during software upgrading
                     hwEvmDownloadFailedNotification 1.3.6.1.4.1.2011.5.25.19.2.20.2.4
The board(s) excluded retrieved during software upgrading
                     hwEvmInstallFailedNotification 1.3.6.1.4.1.2011.5.25.19.2.20.2.5
The board(s) excluded retrieved during software upgrading
       huaweiSystemManMIBConformance 1.3.6.1.4.1.2011.5.25.19.3
           huaweiSystemManMIBCompliances 1.3.6.1.4.1.2011.5.25.19.3.1
               huaweiSystemManMIBCompliance 1.3.6.1.4.1.2011.5.25.19.3.1.1
The compliance statement for entities which implement the Huawei system management MIB.
           huaweiSystemManMIBGroups 1.3.6.1.4.1.2011.5.25.19.3.2
               huaweiSysClockGroup 1.3.6.1.4.1.2011.5.25.19.3.2.1
A collection of objects providing mandatory system reload.
               huaweiSysReloadGroup 1.3.6.1.4.1.2011.5.25.19.3.2.2
A collection of objects providing mandatory system clock information.
               huaweiSysImageGroup 1.3.6.1.4.1.2011.5.25.19.3.2.3
A collection of objects providing mandatory system image information.
               huaweiSysCFGFileGroup 1.3.6.1.4.1.2011.5.25.19.3.2.4
A collection of objects providing mandatory system configureation file information.
               hwSysCurGroup 1.3.6.1.4.1.2011.5.25.19.3.2.5
A collection of system current status.
               huaweiSystemManNotificationGroup 1.3.6.1.4.1.2011.5.25.19.3.2.6
A collection of notification.
               huaweiSystemHDNotificationGroup 1.3.6.1.4.1.2011.5.25.19.3.2.7
A collection of notification about system hard disk.
               hwPatchLoadGroup 1.3.6.1.4.1.2011.5.25.19.3.2.8
Description.
               hwPatchTrapsGrop 1.3.6.1.4.1.2011.5.25.19.3.2.9
Patch operation error.
               hwPatchInfoGroup 1.3.6.1.4.1.2011.5.25.19.3.2.10
Description.
               hwPatchFileGroup 1.3.6.1.4.1.2011.5.25.19.3.2.11
Description.
               hwSysPafFileGroup 1.3.6.1.4.1.2011.5.25.19.3.2.13
Description.
               hwSysPafLicenseGroup 1.3.6.1.4.1.2011.5.25.19.3.2.14
Description.
               hwSysRebootAndSwitchGrop 1.3.6.1.4.1.2011.5.25.19.3.2.15
Description.
               hwBootRomGroup 1.3.6.1.4.1.2011.5.25.19.3.2.16
Description.
               hwSystemCfcardNotificationGroup 1.3.6.1.4.1.2011.5.25.19.3.2.17
A collection of notification about system cfcard.
               hwSysUpgradeGroup 1.3.6.1.4.1.2011.5.25.19.3.2.18
A collection of system upgrade.
               hwSysRebootInfoGroup 1.3.6.1.4.1.2011.5.25.19.3.2.19
A collection of system upgrade.
               hwSysDeviceCheckGroup 1.3.6.1.4.1.2011.5.25.19.3.2.20
A collection of system device checks.
               huaweiSysVoiceFileGroup 1.3.6.1.4.1.2011.5.25.19.3.2.21
A collection of objects providing mandatory system configureation file information.
               hwSysWlanApUpgradeCmdGroup 1.3.6.1.4.1.2011.5.25.19.3.2.22
A collection of system wlan ap upgrade.
               hwSysWlanApUpgradeStatusGroup 1.3.6.1.4.1.2011.5.25.19.3.2.23
A collection of system wlan ap upgrade status.
               hwSysWlanApUpgradeNotificationsGroup 1.3.6.1.4.1.2011.5.25.19.3.2.24
A collection of system wlan ap upgrade notifications.
               huaweiSysAndroidFileGroup 1.3.6.1.4.1.2011.5.25.19.3.2.25
A collection of objects providing mandatory system android file information.
               huaweihwSysEvmTrapsObjectGroup 1.3.6.1.4.1.2011.5.25.19.3.2.26
A collection of objects providing EVM system trap objects.