How Can We Help?

HALNy HLX-TGV HGU Configuration [DASAN]

You are here:
< All Topics

HALNy HLX-TGV Configuration

Service scenario

HLX-TGV 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(s) and VEIP(only if we want to use ip-host).
SFU mode allows to prepare more complex configuration – such as QinQ tunnel or VLAN translation on the ONT. In this tutorial we will focus on HGU mode configuration.


Document Date and version
2023.01.04
Tested on OLT DASAN V8106AVersion: 2.11-2042
Tested on OLT DASAN V1-08XCVersion: 2.03-0029
Tested with ONT HALNy HLX-TGVSupported on Version: V6.0.3 or above
Revision1
Let us know how to improve below document on: support@halny.com

ONT configuration

1. ONT configuration (Triple Play, INTERNET, IPTV, VoIP)

ONT was connect to the GPON port 1/2 with ONU_ID 61

1. Create DBA Profile

V8106A(config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

V8106A(config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. MGMT VLAN configuration

V8106A(config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

3. Create multicast-profile.

V8106A(config)#multicast-profile MULTI create
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

4. ONU traffic-profile configuration

V8106A(config)#traffic-profile HLX-TGV create
 tcont 1
  gemport 1/1-1/8
  dba-profile DBA_10G
 tcont 2
  gemport 2/1
  dba-profile DBA
 mapper 1
  gemport count 8
 mapper 2
  gemport count 1
 bridge 1
  ani mapper 1
  uni virtual-eth 1
   multicast-profile MULTI
 bridge 2
  ani mapper 2
  link ip-host-config 1
 ip-host-config 1
  ip address dhcp
  extended-vlan-tagging-operation MGMT
  apply

5. ONU onu-profile configuration

V8106A(config)#onu-profile HLX-TGV create
  traffic-profile HLX-TGV
  apply

6.1. [V1-08XC] Assign onu-profile to ONT

V1-08XC(config-if[xgspon 0/7])# onu-profile 2 HLX-TGV

6.2. [V8106A] Assign onu-profile to ONT

V8106A(config-if[XGSPON1/2])#onu-profile 61 HLX-TGV

7. Verify ONT ip-host 1 IP address

V8106A(config-if[XGSPON1/2])#show onu ip-host 61
---------------------------------------------------------------
 OLT : GPON1/2, ONU : 61, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:2d:82:b0
 Current IP            : 172.17.60.117
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.17.60.1
 Current Secondary DNS : 0.0.0.0
 Domain name           :
 Host name             :

ONT HLX-TGV SFU upgrade on DASAN OLTs

HLX-TGV can be upgrade the same way as other HALNy ONTs, You can find upgrade procedure here.


Table of Contents