As Huawei OLT products, Huawei MA5600T series plays a big role in access network. To ensure that customers have basic understanding of Huawei MA5600T series board status, in this article we are going to introduce some configuration operations, mainly includes resetting and querying the control board, and adding, deleting, confirming and querying the service board.
Command: display board
Function:
This command is used to query the information about the boards in an entire subrack or the details of a specified board. To query the slot ID, name, status, daughter board information, port information, and online/offline state of the board after performing an operation on the board, run this command.
Format:
display board frameid [ frameid/slotid ]
Parameters:
Parameter |
Description |
frameid |
Indicates the subrack ID. This parameter is used to query the information about all boards in an entire subrack. |
frameid/slotid |
Indicates the subrack ID and slot ID. This parameter is used to query the information about a board in a slot. |
You can query the board status to check whether the current status of the board is normal. The board states are as follows.
Board Status |
Status and Description |
Need Handling or Not? |
Normal |
The board is in the normal state. |
No need to proceed. |
Auto_load |
The board is in the automatic loading state. When a service board is inserted in a service slot, the board reports its version information to the system. If the version of the board software is different from that stored in the flash memory of the control board, the system automatically loads the software from the flash memory to the board. |
No need to proceed. |
Auto_find |
The board in the auto-find state. |
The board can be used only after you run the board confirm command to confirm the board. |
Config |
The board enters the configuration state after it is confirmed. |
No need to proceed. |
Failed |
The board is in the failed state. |
The fault needs to be rectified. The causes for the board failure are as follows: · An offline board is added. In this case, insert a board of the same type into the corresponding slot. Several minutes later, check whether the board is in the normal state. · Loading the board program fails. In this case, run the display io-packetfile command to check whether the corresponding software package of the board is loaded to the flash memory of the control board. If the corresponding software package is not loaded, load the corresponding board software. |
Mismatch |
The board is in the type mismatch state. |
You need to run the board delete command to delete the type of the board in the slot. Then, the system will automatically recognize the board type. |
HTempShutdown |
The board is in the high-temperature shutdown state. |
No need to proceed. This is an energy-saving feature. |
ManualShutdown |
The board is in the manual shutdown state. |
|
ESavingShutdown |
The board in the auto-shutdown state. |
|
Prohibited |
The board is in the prohibited state. |
You can run the undo board prohibitcommand to un-prohibit the board. |
Unmanageable |
The board is in the unmanageable state. |
The fault needs to be rectified. |
Example:
To query the information about all boards in subrack 0 in the user mode, do as follows:
Thunder-test >display board { frameid[/slotid]<S><Length 1-15> }:0 Command: display board 0 ------------------------------------------------------------------------- SlotID BoardName Status SubType0 SubType1 Online/Offline ------------------------------------------------------------------------- 0 H805GPFD Normal 1 H802GPFD Normal 2 H802GPFD Normal 3 H805GPBD Normal 4 H807GPBD Normal 5 H802GPFD Normal 6 H805GPBD Normal 7 H806GPBD Normal 8 H805GPFD Normal 9 H801SCUN Active_normal 10 H801SCUN Standby_normal 11 12 13 14 15 16 17 H802GPBD Normal 18 H802GPFD Normal 19 H801GICG Normal 20 H801GICK Failed Offline 21 H801PRTG Normal 22 H801PRTG Normal
Command: board confirm
Function:
This command is used to confirm an auto-found board. When you insert a board into a vacant slot, the system prompts that the board is automatically found. Only after the board is confirmed, the board configuration data takes effect.
Tips:
If the slot (when you insert a new board) of chassis has another type configure data, please undo configure and delete that board.
Format:
board confirm frameid [/slotid ]
Parameters
Parameter |
Description |
frameid |
Indicates the ID of a subrack in which all boards are to be confirmed. |
frameid/slotid |
Indicates the subrack ID and slot ID of a board to be confirmed. Enter "/" between the subrack and slot IDs. |
Usage Guidelines:
No need to confirm the control boards. The status of control boards is normal after they are inserted into slots.
If no data is configured for the offline slot, you need to run the board confirm command to confirm the automatically found board.
Example:
To confirm the board on slot 0/3, do as follows:
Thunder-test(config)#board confirm { frameid[/slotid]<S><Length 1-15> }:0/3 Command: board confirm 0/3 0 frame 3 slot board confirms successfully
Tips: Use this way can replace "board add"
Command: board add
Function:
This command is used to add a board in offline state. After adding a board, you can configure and query the board data even when the board status is Failed. After you insert the board into a slot, the board status becomes Normal and configuration data takes effect.
NOTE:
All power interface boards do not support auto-find. Therefore, the power interface boards (except the PRTG board) must be added using this command. The PRTG board does not support software management. Its status is normal after you run this command to add it, irrespective of the physical board status.
Tips:
If the slot (when you insert a board) of chassis has another type configure data, please undo configure and delete that board.
Format:
board add frameid/slotid board-type
board add frameid/slotid H805GPFD { sub0 etha_sub0_type | sub1 etha_sub1_type } *
board add frameid/slotid H801ETHB [ sub0 sub0_type ]
board add frameid/slotid H801XGBD { sub0 aiu_sub0_type | sub1 aiu_sub1_type } *
board add frameid/slotid H805GPBD sub0 topa_sub0_type
board add frameid/slotid H803GPFD sub0 biua_sub0_type
Example:
To add a GPFD board in slot 0/3 offline, do as follows:
Thunder-test(config)#board add { frameid/slotid<S><Length 3-15> }:0/3 { ADI<K>|ADK<K>|ADL<K>|ADP<K>|ADQ<K>|H801ETHB<K>|H801GICF<K>|H801GICG<K>|H801GICK<K> |H801GPBC<K>| H801X2CS<K>|H802GPBD<K>|H802GPFD<K>|H802OPGD<K>|H803GPFD<K>|H805GPFD <K>|H805GPBD<K>|H806GPBH<K>| H806GPBD<K>|H807GPBD<K>|SHD<K>|VCM<K>|VDJ<K>|VDM<K>|VDN<K>|VDP<K>|VDQ<K>|VDR<K>|VDS<K>| VDT<K> }: H805GPFD Command: board add 0/3 H805GPFD 0 frame 3 slot board added successfully
To add an H801BIUA board whose daughter board type is H801CKMA to slot 0/0 offline, do as follows:
Thunder-test(config)#board add { frameid/slotid<S><Length 1-15> }:0/0 { ADI<K>|ADK<K>|ADL<K>|ADP<K>|ADQ<K>|H801ETHB<K>|H801GICF<K>|H801GICG<K>|H801GICK <K>|H801GPBC<K>| H801X2CS<K>|H802GPBD<K>|H802GPFD<K>|H802OPGD<K>|H803GPFD<K>|H805GPFD<K>|H805GPBD<K>|H806GPBH<K>| H806GPBD<K>|H807GPBD<K>|SHD<K>|VCM<K>|VDJ<K>|VDM<K>|VDN<K>|VDP<K>|VDQ<K>|VDR<K>|VDS<K>| VDT<K> }:H801BIUA { <cr>|sub0<K> }:sub0 { sub0_type<E><h801ckma,h802ckma> }:h801ckma Command: board add 0/0 H801BIUA sub0 h801ckma 0 frame 0 slot board added successfully
Command: board delete
Function:
This command is used to delete a board from the subrack. If a board fails and needs to be replaced, or is unplugged, the slot will be in the faulty state. Run this command to change the slot to the vacant state. You can add a board to the vacant slot after the board is successfully deleted.
Tips: Before you run this command, please backup the configure of OLT.
Format:
board delete frameid/slotid
Parameters
Parameter |
Description |
frameid/slotid |
Indicates the subrack ID and slot ID of a board to be confirmed. Enter "/" between the subrack and slot IDs. |
Usage Guidelines:
When you delete a board, pay attention to the following points:
Before deleting the service board, delete the related data of the service board. Otherwise, the service board cannot be successfully deleted
An auto-found service board cannot be deleted.
The normal control board cannot be deleted, but a faulty standby control board can be deleted.
Example:
To delete the faulty service board on slot 0/3, do as follows to change the board status to vacant:
Thunder-test(config)#board delete { frameid/slotid<S><Length 1-15> }:0/3 Command: board delete 0/3 Are you sure to delete this board? (y/n)[n]:y Board is deleted successfully
The above is the basic operation of Huawei MA5600T series board status configuration. Through this article, hope you can reset, query, add, delete Huawei MA5600T board skillfully. This article also applies to Huawei MA5800 series OLT. If you have any questions, please contact Thunder-link sales team and support team!