26
//finish config,use commit command to make parameter effect
5.5
Add ONT Manually
1.
Modify PON port ONT authentication method to manual registered.
OLT(config)#
interface gpon 0/0
OLT(config-interface-gpon-0/0)#
ont authmode all manual
2.
Open pon port ONT automatic find function:
OLT(config)#
interface gpon 0/0
OLT(config-interface-gpon-0/0)#
ont autofind 1 enable
OLT(config-interface-gpon-0/0)#
show ont autofind 1 all
//This command show all unregistered ONT information that is connected to the GPON port by the
spectrometer.
3.
Register ONT manually and bind lineprofile and srvprofile.
OLT(config-interface-gpon-0/0)#
ont add 1 1 sn-auth DB19B34F0C16 ont-lineprofile-id 1
ont-srvprofile-id 1
OLT(config-interface-gpon-0/0)#
ont add 1 2 sn-auth XPONE067B341 ont-lineprofile-id 1
ont-srvprofile-id 1
4.
Add all the ONT under PON port:
ont confirm command can be used to add all the ONT under PON port, and also can add ONT
separately.
:
OLT(config-interface-gpon-0/0)#
ont confirm 1 all sn-auth ont-lineprofile-id 1 ont-srvprofile-id
1
5.6
Check ONT Registration Status
After adding ONT, use
show ont info
command to query the online status of ONT, and ensure that
the ”Control flag” of ont is “Active”, ”Run State” is ”Online”, ”Config state” is “Success”
and ”Match state” is ”Match”.
OLT(config-interface-gpon-0/0)# show ont info 1 all
------------------------------------------------------------------------------------------- ------------
F/S P ONT MAC Control Run Config Match
ID flag state state state
------------------------------------------------------------------------------------------------------
0/0 1 1 DB19B34F0C16 active online success match
0/0 1 2 XPONE067B341 active online success match
--------------------------------------------------------------------------------------------------------
Total: 2, online 2, deactive: 0, failed: 0
When the ONT configuration status is failed, ONT cannot up:
If the “Control flag” is “deactive”, we need to use ont activate command to activate ONT in
GPON mode.