HUAWEI-AUTODIAGNOSE-MIB
Functions Overview
HUAWEI-AUTODIAGNOSE-MIB is used to describe auto-diagnose state and result information, including diagnosis task status, diagnosis results, and suggestions.
The root object:
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiUtility(6).hwWlan(139).hwAutoDiagnoseMIB(10)
Relationships Between Tables
Figure 15-1 shows the relationships between hwAutoDiagnoseTable, hwAutoDiagnoseIssueResultTable, hwAutoDiagnoseSubIssueResultTable and hwAutoDiagnoseSubIssueDetailResultTable.
hwAutoDiagnoseTaskID of hwAutoDiagnoseTable are the indexes of hwAutoDiagnoseIssueResultTable.
hwAutoDiagnoseTaskID of hwAutoDiagnoseTable and hwAutoDiagnoseIssueType of hwAutoDiagnoseIssueResultTable are the indexes of hwAutoDiagnoseSubIssueResultTable.
hwAutoDiagnoseTaskID of hwAutoDiagnoseTable, hwAutoDiagnoseIssueType of hwAutoDiagnoseIssueResultTable, and hwAutoDiagnoseSubIssueIndex of hwAutoDiagnoseSubIssueResultTable are the indexes of hwAutoDiagnoseSubIssueDetailResultTable.
Description of MIB Tables
hwAutoDiagnoseTable
This table is used to create, delete, or query auto-diagnosis tasks on devices.
The index of this table is hwAutoDiagnoseTaskID.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.139.10.1.1.1 |
hwAutoDiagnoseIssueType |
Integer32 |
read-write |
This object indicates the diagnosis object. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.2 |
hwAutoDiagnoseIssueID |
Integer32 |
read-write |
This object indicates the diagnosis scenario. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.9 |
hwAutoDiagnoseStartTime |
OCTET STRING (SIZE (8 | 11)) |
read-write |
This object indicates the start time of scheduled diagnosis. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.10 |
hwAutoDiagnoseTaskTimerangeStartTime |
OCTET STRING (SIZE (8 | 11)) |
read-write |
This object indicates the start time of time range. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.11 |
hwAutoDiagnoseTaskTimerangeEndTime |
OCTET STRING (SIZE (8 | 11)) |
read-write |
This object indicates the end time of time range. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.12 |
hwAutoDiagnoseTaskStatus |
Integer32 |
read-only |
This object indicates the diagnosis status, including diagnosing, diagnosis completed, and waiting to be diagnosed. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.13 |
hwAutoDiagnoseTaskType |
Integer32 |
read-write |
This object indicates whether it is the scheduled diagnosis or manual diagnosis. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.14 |
hwAutoDiagnoseTaskID |
Integer32 |
read-write |
This object indicates the diagnosis task ID. It is the index of the table. 0 indicates real-time diagnosis. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.1.1.15 |
hwAutoDiagnoseRowStatus |
RowStatus{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. createAndGo(4) and destroy(6) are mainly used. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
You can create entries in this table after importing the value of hwAutoDiagnoseTaskID. If hwAutoDiagnoseTaskID is set to 0, real-time tasks are created. Other values indicate scheduled tasks (1-5).
You can create entries in this table only when the row status is CreateAndGo.
The set operation on entries must totally comply with the SNMP creation standard.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
You can delete entries in this table after importing the value of hwAutoDiagnoseTaskID. No ongoing task can be deleted (you can use the hwAutoDiagnoseStatus object to query task status).
Access Restriction
The entries in this table can be read without restriction.
hwAutoDiagnoseIssueResultTable
This table is used to query diagnosis results in auto-diagnosis scenarios.
The indexes of this table are hwAutoDiagnoseTaskID and hwAutoDiagnoseIssueIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.139.10.2.1.1 |
hwAutoDiagnoseIssueIndex |
Integer32 |
not-accessible |
This object indicates the diagnosis scenario, for example, STAs cannot go online. It is the index of the table. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.2.1.2 |
hwAutoDiagnoseIssueIdNum |
Integer32 |
read-only |
This object indicates scenario ID. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.2.1.3 |
hwAutoDiagnoseIssueResult |
Integer32 |
read-only |
This object indicates the diagnosis result. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.2.1.4 |
hwAutoDiagnoseIssueStatus |
Integer32 |
read-only |
This object indicates the diagnosis status, including diagnosing, diagnosis completed, and waiting to be diagnosed. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.2.1.5 |
hwAutoDiagnoseIssueSuggestion |
OCTET STRING |
read-only |
This object indicates the diagnosis suggestions. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
You can query results only after importing the values of hwAutoDiagnoseTaskID and hwAutoDiagnoseIssueIndex.
hwAutoDiagnoseSubIssueResultTable
This table is used to query diagnosis results in auto-diagnosis sub-scenarios.
The indexes of this table are hwAutoDiagnoseTaskID, hwAutoDiagnoseIssueType, and hwAutoDiagnoseSubIssueIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.139.10.3.1.1 |
hwAutoDiagnoseSubIssueIndex |
Integer32 |
not-accessible |
This object indicates the diagnosis sub-scenario ID. It is the index of the table. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.3.1.2 |
hwAutoDiagnoseSubIssueId |
Integer32 |
read-only |
This object indicates the diagnosis subitem in each fault scenario. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.3.1.3 |
hwAutoDiagnoseSubIssueStatus |
Integer32 |
read-only |
This object indicates the diagnosis status, including diagnosing, diagnosis completed, and waiting to be diagnosed. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.3.1.4 |
hwAutoDiagnoseSubIssueResult |
Integer32 |
read-only |
This object indicates the diagnosis result, including fault exists, no fault, and fault possible. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.3.1.5 |
hwAutoDiagnoseSubIssueFaultReason |
OCTET STRING |
read-only |
This object indicates the fault reason description. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.3.1.6 |
hwAutoDiagnoseSubIssueFaultDealSuggestion |
OCTET STRING |
read-only |
This object indicates the fault troubleshooting suggestions. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
You can query results only after importing the values of hwAutoDiagnoseTaskID, hwAutoDiagnoseIssueType, and hwAutoDiagnoseSubIssueIndex.
hwAutoDiagnoseSubIssueDetailResultTable
This table is used to query detailed information about the diagnosis results in auto-diagnose subscenarios.
The indexes of this table are hwAutoDiagnoseTaskID, hwAutoDiagnoseIssueType, hwAutoDiagnoseSubIssueIndex, and hwAutoDiagnoseSubIssueDetailIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.139.10.4.1.1 |
hwAutoDiagnoseSubIssueDetailIndex |
Integer32 |
not-accessible |
This object indicates the index of the table for subscenario detailed information. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.4.1.2 |
hwAutoDiagnoseSubIssueDetailResult |
Integer32 |
read-only |
This object indicates the diagnosis result, including fault exists, no fault, and fault possible. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.4.1.3 |
hwAutoDiagnoseSubIssueDetailFaultReason |
OCTET STRING |
read-only |
This object indicates the fault reason description. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.10.4.1.4 |
hwAutoDiagnoseSubIssueDetailFaultDealSuggestion |
OCTET STRING |
read-only |
This object indicates the fault troubleshooting suggestions. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
You can query results only after importing the values of hwAutoDiagnoseTaskID, hwAutoDiagnoseIssueType, hwAutoDiagnoseSubIssueIndex, and hwAutoDiagnoseSubIssueDetailIndex.
Unsupported Objects
The device does not support the functions mapping the objects listed in following table. Do not use these objects to maintain the device.
Object OID |
Object Name |
Table Containing the Object |
---|---|---|
1.3.6.1.4.1.2011.6.139.10.1.1.3 | hwAutoDiagnoseObjetcMac | hwAutoDiagnoseTable |
1.3.6.1.4.1.2011.6.139.10.1.1.4 | hwAutoDiagnoseObjetcIP | hwAutoDiagnoseTable |
1.3.6.1.4.1.2011.6.139.10.1.1.5 | hwAutoDiagnoseObjetcIPv6 | hwAutoDiagnoseTable |
1.3.6.1.4.1.2011.6.139.10.1.1.6 | hwAutoDiagnoseObjectName | hwAutoDiagnoseTable |
1.3.6.1.4.1.2011.6.139.10.1.1.7 | hwAutoDiagnoseObjetcGatewayIP | hwAutoDiagnoseTable |
1.3.6.1.4.1.2011.6.139.10.1.1.8 | hwAutoDiagnoseObjetcGatewayIPv6 | hwAutoDiagnoseTable |