Hello, everyone!
Today, I will continue to explain a new topic – GPON OLT basic operations. Now, in this article, I will write about basic system configuration and basic hardware operations.
The next command is a command for display version of the host software:
TEST(config)#display language.
We can see the software version of the control board or service board with the next command:
TEST(config)#display version 0/9.
With this command we can see a version for service or control board, there is detailed information such as PCB version, base version, extended BIOS version, software version, logic version and MAB version.
The command for display time:
TEST(config)#displaytime.
The command for setting the local system time is the next command:
TEST(config)#time XXXXXXXX.
We can configure network time with the next command:
TEST(config)#ntp-service unicast-server X.X.X.X source-interface meth 0.
The next command is a command for changing the name of OLT:
TEST(config)#sysname Huawei1234.
NTP is a layer 5 protocol or application layer of the TCP/IP model. NTP is an abbreviation of Network Time Protocol. This protocol is used to synchronize the device clock with the server clock. In this way, great accuracy is achieved.
The next command is a command to set the description of a subrack:
TEST(config)#frame set Hanzhou-OLT-1.
If we want to delete the existing subrack description, we can use the next command:
TEST(config)#undo frame desc.
The command for displaying all boards in the OLT:
TEST(config)#display board 0.
With this command, we can see all service boards, all control boards and power boards. In this table, there are slot, board name, status, subboard and online status. The status of the board can be inicial, normal or failed. Online status can be online or offline status. We can see detailed information for every board with the next command:
TEST(config)#display board 0/1.
The next commands are commands for adding service boards:
TEST(config)#board add0/1,
TEST(config)#board confirm0/1,or
TEST(config)#board confirm0.
The #board add command is used when manual board addition is required, the #board confirms command is used for automatic addition. Errors that occur during installation are alarm IDs: 0x02310000 and 0x02300082.
The command for deleting board:
TEST(config)#board delete0/1.
The command for resetting the board:
TEST(config)#boardreset 0/1.
The next commands are commands for prohibiting/unprohibiting a board:
TEST(config)#boardprohibit.
TEST(config)#undoboardprohibit.
This is the end of this article. I will explain this topic in the next article >> GPON OLT Basic Operations (7).
Thank you!
