l
Run the
gpon alarm-profile add
command to configure a GPON alarm profile, which
is used for monitoring the performance of an activated ONU line.
Step 2
Add an ONU.
Connect two ONUs to GPON port 0/1/0. Set the ONU IDs to
1
and
2
, SNs to
32303131D659FD40
and
6877687714852901
, passwords to
0100000001
and
0100000002
,
discovery mode for password authentication to
once-on
, and management mode to
OMCI
. Bind
the two ONUs to ONU line profile
ftto_line
and ONU service profile
ftto_ser
.
There are two methods of adding an ONU: add an ONU offline and confirm an automatically
discovered ONU.
l
Add ONUs offline.
If the password of an ONU is known, run the
ont add
command to add an ONU offline.
huawei(config)#
interface gpon 0/1
huawei(config-if-gpon-0/1)#
ont add 0 1 password-auth 0100000001 once-on no-aging
omci ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
huawei(config-if-gpon-0/1)#
ont add 0 2 password-auth 0100000002 once-on no-aging
omci ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
l
Confirm automatically discovered ONUs
If the password or SN of an ONU is unknown, run the
port portid ont-auto-find
command
in GPON mode to enable the ONU auto-discovery function of the GPON port. Then, run the
ont confirm
command to confirm the ONU.
huawei(config)#
interface gpon 0/1
huawei(config-if-gpon-0/1)#
port 0 ont-auto-find enable
huawei(config-if-gpon-0/1)#
display ont autofind 0
//After this command is executed, the information about all ONUs connected to
the GPON port through optical splitters is displayed.
huawei(config-if-gpon-0/1)#
ont confirm 0 ontid 1 sn-auth 32303131D659FD40 omci
ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
huawei(config-if-gpon-0/1)#
ont confirm 0 ontid 2 sn-auth 6877687714852901 omci
ont-lineprofile-name
ftto_line ont-srvprofile-name ftto_ser
NOTE
If multiple ONUs of the same type bound to the same line profile or service profile are connected to the
same port, you can bulk add ONUs by bulk confirming automatically discovered ONUs to make
configuration easier and more efficient. To do so, the preceding command can be modified as follows:
huawei(config-if-gpon-0/1)#
ont confirm 0 all sn-auth omci ont-lineprofile-name
ftto_line
ont-srvprofile-name ftto_ser
l
(Optional) Bind the alarm profile to the ONU.
The default profile 1 is used in this example.
huawei(config-if-gpon-0/1)#
ont alarm-profile 0 1 profile-id 1
huawei(config-if-gpon-0/1)#
ont alarm-profile 0 2 profile-id 1
Step 3
Check ONU status.
After an ONU is added, run the
display ont info
command to query the current status of the
ONU. Ensure that
Config flag
of the ONU is
active
,
Run State
is
online
,
Config state
is
normal
, and
Match state
is
match
.
huawei(config-if-gpon-0/1)#
display ont info 0 1
---------------------------------------------------------------------
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
12 FTTO Configuration(SOHO and SME)
Issue 01 (2014-04-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1102