Have a Question?
HL-4GMV / HL-4GMV2 / HL-4GQV Configuration [DASAN]

HALNy HL-4GMV2 Configuration
Document Date and version | 2020.05.14 |
Tested on OLT DASAN V5808 | Version: 1.04-0050 |
Tested with ONT HALNy HL-4GMV | Supported on Version: V2.0.14 or above |
Tested with ONT HALNy HL-4GMV2 | Supported on Version: V3.0.10 or above |
Tested with ONT HALNy HL-4GQV | Supported on Version: V3.0.10 or above |
Revision | 1 |
Let us know how to improve below document on: support@halny.com |
ONT configuration
1. Triple Play (Internet, IPTV, VoIP)

ONT was connect to the GPON port 2 with ONU_ID 12
1. Create DBA Profile
V5808(gpon)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create multicast-profile
V5808(gpon)#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
3. Create MGMT VLAN configuration
V5808(gpon)#extended-vlan-tagging-operation MGMT create
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0 x8100
apply
4. Create ONU traffic-profile
V5808(gpon)#traffic-profile HL-4GMV create
tcont 1
gemport 1/1-1/8
dba-profile DBA
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. Create onu-profile
V5808(gpon)#onu-profile HL-4GMV create
traffic-profile HL-4GMV
apply
6. Assign onu-profile to ONT
V5808(config-gpon-olt-[2])#onu-profile 12 HL-4GMV
7. Verify ONT ip-host 1 IP address
V5808(config-gpon-olt-[2])#show onu ip-host 12
---------------------------------------------------------------
OLT : 2, ONU : 12, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
Current IP : 172.17.60.28
Current Mask : 255.255.254.0
Current Gateway : 172.17.60.1
Current Primary DNS : 172.16.16.240
Current Secondary DNS : 89.231.1.206
Domain name :
Host name :
2. Triple Play with VLAN translation (Internet, IPTV, VoIP)

VLAN translation:
VLAN 100 -> VLAN 101
VLAN 200 -> VLAN 202
VLAN 300 -> VLAN 303
ONT was connect to the GPON port 2 with ONU_ID 13
1. Create DBA Profile
V5808(gpon)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create multicast-profile
V5808(gpon)#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
3. Create MGMT VLAN configuration
V5808(gpon)#extended-vlan-tagging-operation MGMT create
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0 x8100
apply
4. Create translation configuration
V5808(gpon)# extended-vlan-tagging-operation TRANSLATION create
downstream-mode enable
single-tagged-frame 1
filter inner vid 101 cos any tpid any
treat remove single
treat inner vid 100 cos copy-inner tpid copy-inner
single-tagged-frame 2
filter inner vid 202 cos any tpid any
treat remove single
treat inner vid 200 cos copy-inner tpid copy-inner
single-tagged-frame 3
filter inner vid 303 cos any tpid any
treat remove single
treat inner vid 300 cos copy-inner tpid copy-inner
apply
5. Create ONU traffic-profile
V5808(gpon)#traffic-profile HL-4GMV_TRANSLATION create
tcont 1
gemport 1/1-1/8
dba-profile DBA
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
extended-vlan-tagging-operation TRANSLATION
bridge 2
ani mapper 2
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
6. Create onu-profile
V5808(gpon)#onu-profile HL-4GMV_TRANSLATION create
traffic-profile HL-4GMV_TRANSLATION
apply
7. Assign onu-profile to ONT
V5808(config-gpon-olt-[2])#onu-profile 13 HL-4GMV_TRANSLATION
8. Verify ONT ip-host 1 IP address
V5808(config-gpon-olt-[2])#show onu ip-host 13
---------------------------------------------------------------
OLT : 2, ONU : 13, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
Current IP : 172.17.60.28
Current Mask : 255.255.254.0
Current Gateway : 172.17.60.1
Current Primary DNS : 172.16.16.240
Current Secondary DNS : 89.231.1.206
Domain name :
Host name :
ONT HL-4GMV/HL-4GMV2/HL-4GQV Provisioning on DASAN V5808
There are three ways of ONT provisioning:
DASAN PROVISIONING mgmt-mode
Configuration of ONT Provisioning in onu-profile.
V5808(gpon)#onu-profile HL-4GMV create
traffic-profile HL-4GMV
mgmt-mode mode ip-path
mgmt-mode ip-path ftp id USERNAME password PASSWORD
mgmt-mode ip-path uri IP.IP.IP.IP file FILE_NAME or none
apply
Configuration of ONT Provisioning on GPON port.
V5808(config-gpon-olt-[2])#onu mgmt-mode ip-path ONU_ID ftp id USERNAME password PASSWORD
V5808(config-gpon-olt-[2])#onu mgmt-mode ip-path ONU_ID uri IP.IP.IP.IP file FILE_NAME or none
* On Dasan OLTs if you configure provisioning with file none ””, it means that ONT will find xml file on FTP server with file name of its GPON S/N numer.
Verify if xml is downloaded successfully.
V5808(config-gpon-olt-[2])#show onu mgmt ip-path 12
---------------------------------------------------------------
OLT : 2, ONU : 12
---------------------------------------------------------------
PROTOCOL :
URI :
ID :
PASSWORD :
FILE NAME :
STATE : File transfer completed successfully
After ONT downloaded XML file and set configuration , it keeps configuration in memory until new XML file will be applied.
When ONT starts to download XML file:
1) MGMT IP-PATH configuration will be changed (filename /FTP credits /FTP url)
2) Interface on ip-host will get DHCP ACK
3) Configuration of static ip-host interface will be changed
When configured ONT downloads XML file first of all it checks
• XML file name if filename differs , new configuration is applied and ONT reboots
• Modificated date if filename is the same then ONT checks if modificated date differs . If differs then new configuration is applied and ONT reboots
• No differs if filename and modificated date are the same ONT keeps current configuration

ONT HL-4GMV/HL-4GMV2/HL-4GQV upgrade on DASAN OLTs
HL-4GMV/HL-4GMV2/HL-4GQV can be upgraded the same way as other HALNy ONTs, You can find upgrade procedure here.
