How Can We Help?

HALNy HL-1GE HGU Configuration [UPLINK]

You are here:
< All Topics
HL-2BV

HALNy HL-2BV Configuration

Service scenario

HL-1GE can work in two modes – HGU (Home Gateway Unit) and SFU (Single Family Unit).
SFU mode configuration is presented here.
Managing ONT mode is done by setting up/or not bridge port and VEIP for ONT. In example, if ONT has to be working as HGU, we need to set only VEIP. If as SFU, we need to set bridge port.
SFU mode allows to prepare more complex configuration – such as access or transparent mode. In this tutorial we will focus on HGU mode configuration.

ONT modes switching HGU<->SFU

Switching between HGU and SFU modes is described here.

Document Date and version2021.03.19
Tested on OLT UPLINK GP8862V2.0.7R
Tested with ONT HALNy HL-1GESupported on Version: V2.0.19 or above
Revision1
Let us know how to improve below document on: support@halny.com

Supported service scenarios

1. ONT Configuration (Access mode, only 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

UPLGP8862(config)# profile onu name HL-1GE_HGU
UPLGP8862(profile-onu:1)# tcont-num 2 gemport-num 2
UPLGP8862(profile-onu:1)# port-num eth 1 veip 1
UPLGP8862(profile-onu:1)# commit

3. Create srv profile

UPLGP8862(config)# profile srv name HL-1GE_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)# commit

4. Create line profile

UPLGP8862(config)# profile line name HL-1GE_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 500 iphost 1
UPLGP8862(profile-line:1)# service-port 2 gemport 2 uservlan 500 vlan 500
UPLGP8862(profile-line:1)# commit

5. Register ONT

UPLGP8862(config-pon-0/2)# onu add 1 profile HL-1GE_HGU sn HALN08604710

6. Set ONT configuration

UPLGP8862(config-pon-0/2)# onu 1 profile srv name HL-1GE_HGU_INT
UPLGP8862(config-pon-0/2)# onu 1 profile line name HL-1GE_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)

2. ONT Configuration (Access mode, only IPTV)

ONT was connect to the GPON port 2 with ONU_ID 2

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

UPLGP8862(config)# profile onu name HL-1GE_HGU_IPTV
UPLGP8862(profile-onu:1)# tcont-num 2 gemport-num 2
UPLGP8862(profile-onu:1)# port-num eth 1 veip 1
UPLGP8862(profile-onu:1)# commit

3. Create srv profile

UPLGP8862(config)# profile srv name HL-1GE_HGU_IPTV
UPLGP8862(profile-srv:1)# portvlan veip 1 mode trunk
UPLGP8862(profile-srv:1)# portvlan veip 1 vlan 200
UPLGP8862(profile-srv:1)# commit

4. Create line profile

UPLGP8862(config)# profile line name HL-1GE_HGU_IPTV
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 200
UPLGP8862(profile-line:1)# service-port 1 gemport 1 uservlan 200 vlan 200
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 500 iphost 1
UPLGP8862(profile-line:1)# service-port 2 gemport 2 uservlan 500 vlan 500
UPLGP8862(profile-line:1)# commit

5. Register ONT

UPLGP8862(config-pon-0/2)# onu add 2 profile HL-1GE_HGU sn HALN08604710

6. Set ONT configuration

UPLGP8862(config-pon-0/2)# onu 2 profile srv name HL-1GE_HGU_IPTV
UPLGP8862(config-pon-0/2)# onu 2 profile line name HL-1GE_HGU_IPTV

7. Check ONT state

UPLGP8862(config-pon-0/2)# show onu state 2
OnuIndex    Admin State    OMCC State    Phase State    Channel
---------------------------------------------------------------
1/1/2:2     enable         enable        working        1(GPON)
Table of Contents