Hello, everyone!
I want to show the main commands for work with GPON service boards. With these commands, you can see much important information about boards and main commands for configuration boards and PON ports. I show examples for the bigger part of these parts.
1. Command for display boards on OLT
TEST(config)#display board 0
{ <cr>||<K> }:
Command:
display board 0
-------------------------------------------------------------------------
SlotID BoardName Status SubType0 SubType1 Online/Offline
-------------------------------------------------------------------------
0
1
2
3
4
5 H901GPHF Auto_find
6
7
8 H902MPLA Active_normal
9 H902MPLA Standby_normal
10
11
12
13
14 H901GPHF Normal
15
16
17
18 H901PILA Normal
19 H901PILA Normal
-------------------------------------------------------------------------
2. Commands for display version of service and control board:
TEST(config)#display version 0/8
{ <cr>||<K> }:
Command:
display version 0/8
Main Board: H902MPLA
---------------------------------------
PCB Version: H902MPLA VER B
Base BIOS Version: 043
Extended BIOS Version: 066
Software Version: MA5800V100R017C00
Logic Version: (U44)116
MAB Version: 0001
TEST(config)#display version 0/14
{ <cr>||<K> }:
Command:
display version 0/14
Send message for inquiring board version successfully, board executing...
Main Board: H901GPHF
---------------------------------------
Pcb Version: H901GPHF VER B
Mab Version: 0000
Logic Version: (U104)002
Main CPU :
CPU Version: (U101)ARMA9
APP Version: 203(2017-8-7)
BIOS Version: (U102)140
3. Command for display information about PON port
TEST(config-if-gpon-0/13)#display port info 11
{ <cr>||<K> }:
Command:
display port info 11
-----------------------------------------------------------
F/S/P 0/13/11
Min distance(km) 0
Max distance(km) 20
Left guaranteed bandwidth(kbps) 1188224
Number of T-CONTs 15
Autofind Enable
FEC check Enable
Admin State On
ONT encryption key switching interval(m) Disable
PON-ID switch Disable
PON-ID identifier 11
Jumbo frame switch Disable
Surplus bandwidth assignment Disable
Best-effort bandwidth assignment -
-----------------------------------------------------------
4. Command for display interface
TEST(config-if-gpon-0/13)#display ip interface brief
{ <cr>|ifType<E><null,meth,vlanif>||<K> }:
Command:
display ip interface brief
*down: administratively down
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 2
Interface IP Address/Mask Physical Protocol VPN
MEth0 x.x.x.x/x down down --
NULL0 unassigned up up(s) --
Vlanif400 x.x.x.x/x up up --
Vlanif401 x.x.x.x/x up up --
Vlanif402 x.x.x.x/x up up --
Vlanif403 x.x.x.x/x *down down --
5. Command for display configuration of board
TEST(config-if-gpon-0/5)#display this
{ <cr>|include-default<K>||<K> }:
Command:
display this
[gpon]
<gpon-0/5>
interface gpon 0/5
port 0 ont-auto-find enable
...
#
return
6. Commands for add GPON boards:
TEST(config)#board confirm 0/5
0 frame 5 slot board confirms successfully
Or:
TEST(config)#board add 0/5 H901GPHF
0 frame 5 slot board added successfully
TEST(config)#
1 [08-06-2020 20:20:59+01:00]:
A board auto disappear,FrameID:0,SlotID:5,Board_name:H901GPHF
For more information, please click:
Main commands for work with GPON service boards (2)
Thank you!
