Have a Question?
[UPLINK] GP8862 OLT Integration with HALNy HGU

HALNy Integration
Supported service scenarios
1. ONT configuration (Bridge access/Router NAT/PPPoE – INTERNET)

ONT was connect to the GPON port 2 with ONU_ID 1
1. Create DBA Profile
UPLGP8862(config)# profile dba
profile_id:2 create success
UPLGP8862(profile-dba:2)# type 4 maximum 1024000
UPLGP8862(profile-dba:2)# commit
2. Create onu profile
Attention: Following configuration example is based on the HL-1GE model, which features 1 LAN port. Adjust the configuration as needed to suit your ONT model.
Change HL-MODEL string to exact model name of the ONT.
UPLGP8862(config)# profile onu name HL-MODEL_HGU
UPLGP8862(profile-onu:1)# tcont-num 2 gemport-num 2
UPLGP8862(profile-onu:1)# port-num 1 iphost 1 veip 1
UPLGP8862(profile-onu:1)# commit
3. Create srv profile
UPLGP8862(config)# profile srv name HL-MODEL_HGU_INT
UPLGP8862(profile-srv:1)# portvlan veip 1 mode trunk
UPLGP8862(profile-srv:1)# portvlan veip 1 vlan 100
UPLGP8862(profile-srv:1)# iphost 1 dhcp
UPLGP8862(profile-srv:1)# iphost vlan 400
UPLGP8862(profile-srv:1)# commit
4. Create line profile
UPLGP8862(config)# profile line name HL-MODEL_HGU_INT
UPLGP8862(profile-line:1)# tcont 1 dba dba_profile_2
UPLGP8862(profile-line:1)# gemport 1 tcont 1
UPLGP8862(profile-line:1)# service 1 gemport 1 vlan 100
UPLGP8862(profile-line:1)# service-port 1 gemport 1 uservlan 100 vlan 100
UPLGP8862(profile-line:1)# tcont 2 dba dba_profile_2
UPLGP8862(profile-line:1)# gemport 2 tcont 2
UPLGP8862(profile-line:1)# service 2 gemport 2 vlan 400 iphost 1
UPLGP8862(profile-line:1)# service-port 2 gemport 2 uservlan 400 vlan 400
UPLGP8862(profile-line:1)# commit
5. Register ONT
UPLGP8862(config-pon-0/2)# onu add 1 profile HL-MODEL_HGU sn HALN08604710
6. Set ONT configuration
UPLGP8862(config-pon-0/2)# onu 1 profile srv name HL-MODEL_HGU_INT
UPLGP8862(config-pon-0/2)# onu 1 profile line name HL-MODEL_HGU_INT
7. Check ONT state
UPLGP8862(config-pon-0/2)# show onu state 1
OnuIndex Admin State OMCC State Phase State Channel
---------------------------------------------------------------
1/1/2:1 enable enable working 1(GPON)
ONT Managment
Note: Most provisioning and upgrade options below require ONT to have a valid IP Host setup. For detailed information regarding IP Host click here.
| Method | Configuration | Upgrade |
| Rest API V2 | [Example] | – |
| XML Provisioning [DHCP 66/67, WEB] | [Example] | – |
| OTT | – | [Example] |
| OLT CLI | – | – |
| TR-069 [DHCP 43] | [Example] | [Example] |
| WEB | [Example] | [Example] |
| Found something we can improve? Let us know at support@halny.com |
