How Can We Help?
HALNy HLX-TGV SFU Configuration [V1-16XC]
HALNy HLX-TGV Configuration
Service scenario
HLX-TGV can work in two modes – HGU (Home Gateway Unit) and SFU (Single Family Unit).
HGU mode configuration is presented here.
Managing ONT mode is done by setting up/or not bridge port and VEIP for ONT. In SFU mode we need to set bridge port and VEIP(only if we want to use ip-host).
SFU mode allows to prepare different configurations – such as QiQ tunnel or VLAN translation on the ONT. In this tutorial we will focus on SFU mode configuration.
Document Date and version | 2024.07.04 |
Tested on OLT DASAN V1-16XC | Version: R5.03 #062 |
Tested with ONT HALNy HLX-TGV | Supported on Version: V6.0.4 or above |
Revision | 1 |
Let us know how to improve below document on: support@halny.com |
ONT configuration
1. ONT configuration (Access mode, only INTERNET)
ONT was connect to the XGSPON port 0/2 with ONU_ID 54
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
3. Internet Access VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation INT
downstream-mode enable
untagged-frame 1
treat inner vid 100 cos 0 tpid 0 x8100
apply
4. ONU traffic-profile configuration
V1-16XC(config)#traffic-profile HLX-TGV_SFU
tcont 1
gemport 1/1
dba-profile DBA
tcont 2
gemport 2/1
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 1
mapper 2
gemport count 1
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
extended-vlan-tagging-operation INT
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
extended-vlan-tagging-operation INT
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
5. ONU onu-profile configuration
V1-16XC(config)#onu-profile HLX-TGV_SFU
traffic-profile HLX-TGV_SFU
apply
6. Assign onu-profile to ONT
V1-16XC(config-if[xgspon 0/2])# onu-profile 54 HLX-TGV_SFU
7. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
8. Set VP
V1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 1 s-vid 100 mapping-onu 54 gemport 1/1
olt vp 2 vlan-flow 2 s-vid 400 mapping-onu 54 gemport 2/1
9. Verify ONT ip-host 1 IP address
V1-16XC(config-if[xgspon 0/7])#show onu ip-host 54
---------------------------------------------------------------
OLT : XGSPON0/2, ONU : 54, 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 :
2. ONT configuration (Access mode, Internet + IPTV)
ONT was connect to the XGSPON port 0/2 with ONU_ID 55
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create multicast-profile
V1-16XC(config)#multicast-profile MULTI
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
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
4. Create Internet Access VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation INT
downstream-mode enable
untagged-frame 1
treat inner vid 100 cos 0 tpid 0 x8100
apply
5. Create Multicast Access VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation IPTV
downstream-mode enable
untagged-frame 1
treat inner vid 200 cos 0 tpid 0 x8100
apply
6. Create ONU traffic-profile
V1-16XC(config)#traffic-profile HLX-TGV_SFU_N_TV
tcont 1
gemport 1/1
dba-profile DBA
tcont 2
gemport 2/1
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 1
mapper 2
gemport count 1
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
multicast-profile MULTI
extended-vlan-tagging-operation IPTV
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
extended-vlan-tagging-operation INT
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
7. Create onu-profile
V1-16XC(config)#onu-profile HLX-TGV_SFU_N_TV
traffic-profile HLX-TGV_SFU_N_TV
apply
8. Assign onu-profile to ONT
V1-16XC(config-if[XGSPON1/2])#onu-profile 55 HLX-TGV_SFU_N_TV
9. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
10. Set VP
V1-16XC(coV1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 1 s-vid 100 mapping-onu 55 gemport 1/1
olt vp 2 vlan-flow 3 s-vid 200 mapping-onu 55 gemport 2/1
olt vp 3 vlan-flow 2 s-vid 400 mapping-onu 55 gemport 3/1
11. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 55
---------------------------------------------------------------
OLT : XGSPON0/2, ONU : 55, 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 :
3. ONT configuration (Access mode, Internet + IPTV + VoIP)
ONT was connect to the XGSPON port 0/2 with ONU_ID 56
VoIP number is 9001
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
3. Create multicast-profile.
V1-16XC(config)#multicast-profile MULTI
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. Create Internet Access VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation INT
downstream-mode enable
untagged-frame 1
treat inner vid 100 cos 0 tpid 0 x8100
apply
5. Create Multicast Access VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation IPTV
downstream-mode enable
untagged-frame 1
treat inner vid 200 cos 0 tpid 0 x8100
apply
6. Create VoIP VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation VoIP
downstream-mode enable
untagged-frame 1
treat inner vid 300 cos 0 tpid 0 x8100
apply
7. Create ONU voip-profile
voip-profile VOIP
codec-nego 1 codec pcmu packet-period 10 silence-suppression 0
codec-nego 2 codec pcma packet-period 10 silence-suppression 0
codec-nego 3 codec g729 packet-period 10 silence-suppression 0
codec-nego 4 codec g723 packet-period 10 silence-suppression 0
protocol sip
proxy-server 172.16.1.2
outbound-proxy-server 172.16.1.2
register-server 172.16.1.2
host-part-server 172.16.1.2
reg-exp-time 60
caller-id call-number
dial-plan table 1 x.
apply
8. Create ONU traffic-profile
V1-16XC(config)#traffic-profile HLX-TGV_SFU_N_TV_VOIP
tcont 1
gemport 1/1
dba-profile DBA
tcont 2
gemport 2/1
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
tcont 4
gemport 4/1
dba-profile DBA
mapper 1
gemport count 1
mapper 2
gemport count 1
mapper 3
gemport count 1
mapper 4
gemport count 1
bridge 1
ani mapper 1
uni eth 1
multicast-profile MULTI
extended-vlan-tagging-operation IPTV
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
extended-vlan-tagging-operation INT
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
bridge 4
ani mapper 4
link ip-host-config 2
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
ip-host-config 2
ip address dhcp
link voip-service 1
extended-vlan-tagging-operation VoIP
voip-service 1
manage-method omci
voip-profile VOIP
uni pots 1
apply
9. Create onu-profile
V1-16XC(config)#onu-profile HLX-TGV_SFU_N_TV_VOIP
traffic-profile HLX-TGV_SFU_N_TV_VOIP
apply
10. Assign onu-profile to ONT
V1-16XC(config-if[XGSPON0/2])#onu-profile 56 HLX-TGV_SFU_N_TV_VOIP
11. Set VoIP account
V1-16XC(config-if[XGSPON0/2])#onu voip-sip 56 auth pots 1 9001 123456
V1-16XC(config-if[XGSPON0/2])#onu voip-sip 56 phone-number pots 1 9001 display 9001
12. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup
13. Set VP
V1-16XC(coV1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 1 s-vid 100 mapping-onu 56 gemport 1/1
olt vp 2 vlan-flow 3 s-vid 200 mapping-onu 56 gemport 2/1
olt vp 3 vlan-flow 2 s-vid 400 mapping-onu 56 gemport 3/1
olt vp 4 vlan-flow 4 s-vid 300 mapping-onu 56 gemport 4/1
14. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 56
---------------------------------------------------------------
OLT : XGSPON0/2, ONU : 56, 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 :
4. ONT configuration (TRANSPARENT mode)
ONT was connect to the GPON port 0/2 with ONU_ID 57
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
3. Create multicast-profile.
V1-16XC(config)#multicast-profile MULTI
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. Create VLANs configuration
V1-16XC(config)#extended-vlan-tagging-operation TRANSPARENT
downstream-mode enable
single-tagged-frame 1
filter inner vid 100 cos any tpid any
treat remove single
treat inner vid 100 cos 0 tpid copy-inner
single-tagged-frame 2
filter inner vid 200 cos any tpid any
treat remove single
treat inner vid 200 cos 1 tpid copy-inner
single-tagged-frame 3
filter inner vid 300 cos any tpid any
treat remove single
treat inner vid 300 cos 2 tpid copy-inner
apply
*HLX-TGV suport to send transparently up to 10 vlans
5. ONU traffic-profile configuration
V1-16XC(config)#traffic-profile HLX-TGV_SFU_TRANSPARENT
tcont 1
gemport 1/1-1/8
dba-profile DBA
tcont 2
gemport 2/1-2/8
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 8
mapper 2
gemport count 8
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
multicast-profile MULTI
extended-vlan-tagging-operation TRANSPARENT
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
multicast-profile MULTI
extended-vlan-tagging-operation TRANSPARENT
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
6. ONU onu-profile configuration
V1-16XC(config)#onu-profile HLX-TGV_SFU_TRANSPARENT
traffic-profile HLX-TGV_SFU_TRANSPARENT
apply
7. Assign onu-profile to ONT
V1-16XC(config-if[XGSPON0/2])#onu-profile 57 HLX-TGV_SFU_TRANSPARENT
8. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup
9. Set VP
V1-16XC(confiV1-16XC(coV1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 1 s-vid 100 mapping-onu 57 gemport 1/1
olt vp 2 vlan-flow 3 s-vid 200 mapping-onu 57 gemport 1/2
olt vp 3 vlan-flow 4 s-vid 300 mapping-onu 57 gemport 1/3
olt vp 4 vlan-flow 1 s-vid 100 mapping-onu 57 gemport 2/1
olt vp 5 vlan-flow 3 s-vid 200 mapping-onu 57 gemport 2/2
olt vp 6 vlan-flow 4 s-vid 300 mapping-onu 57 gemport 2/3
olt vp 7 vlan-flow 2 s-vid 400 mapping-onu 57 gemport 3/1
10. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 57
---------------------------------------------------------------
OLT : XGSPON0/2, ONU : 57, 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 :
5. ONT configuration (Hybrid mode)
ONT was connect to the GPON port 1/2 with ONU_ID 58
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V8106A(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create hybrid VLAN configurations
V1-16XC(config)#extended-vlan-tagging-operation HYBRID1
downstream-mode enable
untagged-frame 1
treat inner vid 200 cos 5 tpid x8100
single-tagged-frame 1
filter inner vid 100 cos any tpid any
treat remove single
treat inner vid 100 cos 0 tpid copy-inner
apply
extended-vlan-tagging-operation HYBRID2
downstream-mode enable
untagged-frame 1
treat inner vid 100 cos 0 tpid x8100
single-tagged-frame 1
filter inner vid 300 cos any tpid any
treat remove single
treat inner vid 300 cos 1 tpid copy-inner
apply
*HLX-TGV suport to send transparently up to 10 vlans
3. Create multicast-profile
V1-16XC(config)#multicast-profile MULTI
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. Create MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
5. Create traffic-profile
V1-16XC(config)#traffic-profile HLX-TGV_SFU_HYBRID
tcont 1
gemport 1/1-1/8
dba-profile DBA
tcont 2
gemport 2/1-2/8
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 8
mapper 2
gemport count 8
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
multicast-profile MULTI
extended-vlan-tagging-operation HYBRID1
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
extended-vlan-tagging-operation HYBRID2
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
8. Create onu-profile
V1-16XC(config)#onu-profile HLX-TGV_SFU_HYBRID
traffic-profile HLX-TGV_SFU_HYBRID
apply
9. Assign onu-profile to ONT
V1-16XC(config-if[XGSPON0/2])#onu-profile 58 HLX-TGV_SFU_HYBRID
10. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup
11. Set VP
V1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 1 s-vid 100 mapping-onu 58 gemport 1/1
olt vp 2 vlan-flow 3 s-vid 200 mapping-onu 58 gemport 1/5
olt vp 3 vlan-flow 1 s-vid 100 mapping-onu 58 gemport 1/1
olt vp 4 vlan-flow 4 s-vid 300 mapping-onu 58 gemport 1/2
olt vp 5 vlan-flow 2 s-vid 400 mapping-onu 58 gemport 3/1
12. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 58
---------------------------------------------------------------
OLT : XGSPON0/2, ONU : 58, 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 :
6. ONT configuration (VLAN translation – rBSA)
ONT was connect to the XGSPON port 0/2 with ONU_ID 59
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
3. Create VLANs configuration
V1-16XC(config)#extended-vlan-tagging-operation TRANSLATION
downstream-mode enable
single-tagged-frame 1
filter inner vid 35 cos any tpid any
treat remove single
treat inner vid 100 cos 0 tpid copy-inner
single-tagged-frame 2
filter inner vid 838 cos any tpid any
treat remove single
treat inner vid 200 cos 1 tpid copy-inner
single-tagged-frame 3
filter inner vid 839 cos any tpid any
treat remove single
treat inner vid 300 cos 2 tpid copy-inner
apply
4. ONU traffic-profile configuration
V1-16XC(config)#traffic-profile HLX-TGV_SFU_TRANSLATION
tcont 1
gemport 1/1-1/8
dba-profile DBA
tcont 2
gemport 2/1-2/8
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 8
mapper 2
gemport count 8
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
multicast-profile MULTI
extended-vlan-tagging-operation TRANSLATION
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
multicast-profile MULTI
extended-vlan-tagging-operation TRANSLATION
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
5. ONU onu-profile configuration
V1-16XC(config)#onu-profile HLX-TGV_SFU_TRANSLATION
traffic-profile HLX-TGV_SFU_TRANSLATION
apply
6. Assig onu-profile to ONT
V1-16XC(config-if[XGSPON0/2])#onu-profile 59 HLX-TGV_SFU_TRANSLATION
7. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup
8. Set VP
V1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 1 s-vid 35 mapping-onu 59 gemport 1/1
olt vp 2 vlan-flow 3 s-vid 838 mapping-onu 59 gemport 1/2
olt vp 3 vlan-flow 4 s-vid 839 mapping-onu 59 gemport 1/3
olt vp 4 vlan-flow 1 s-vid 35 mapping-onu 59 gemport 2/1
olt vp 5 vlan-flow 3 s-vid 838 mapping-onu 59 gemport 2/2
olt vp 6 vlan-flow 4 s-vid 839 mapping-onu 59 gemport 2/3
olt vp 7 vlan-flow 2 s-vid 400 mapping-onu 58 gemport 3/1
9. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 59
---------------------------------------------------------------
OLT : GPON1/2, ONU : 59, 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 :
7. ONT configuration (802.1q in 802.1q Begin/End of Tunnel)
ONT was connect to the XGSPON port 0/2 with ONU_ID 60
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create VLANs configuration
V1-16XC(config)#extended-vlan-tagging-operation QinQ
downstream-mode enable
single-tagged-frame 1
filter inner vid 100 cos any tpid any
treat remove single
treat inner vid 100 cos 0 tpid copy-inner
single-tagged-frame 2
filter inner vid 200 cos any tpid any
treat remove single
treat inner vid 200 cos 1 tpid copy-inner
single-tagged-frame 3
filter inner vid 300 cos any tpid any
treat remove single
treat inner vid 300 cos 2 tpid copy-inner
apply
3. Create MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
4. Create traffic-profile
V1-16XC(config)#traffic-profile HLX-TGV_SFU_QinQ
tcont 1
gemport 1/1-1/8
dba-profile DBA
tcont 2
gemport 2/1-2/8
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 8
mapper 2
gemport count 8
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
extended-vlan-tagging-operation QinQ
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
extended-vlan-tagging-operation QinQ
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
5. Create onu-profile
V1-16XC(config)#onu-profile HLX-TGV_SFU_QinQ
traffic-profile HLX-TGV_SFU_QinQ
apply
6. Assign onu-profile to ONT
V1-16XC(config-if[XGSPON0/2])#onu-profile 60 HLX-TGV_SFU_QinQ
7. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 5 s-vid 999 tpid 0x8100 c-vid any mac-lookup
8. Set VP
V1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 5 c-vid any mapping-onu 60 gemport 1/1-1/8
olt vp 2 vlan-flow 5 c-vid any mapping-onu 60 gemport 2/1-2/8
olt vp 7 vlan-flow 2 s-vid 400 mapping-onu 60 gemport 3/1
9. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 60
---------------------------------------------------------------
OLT : XGSPON0/2, ONU : 60, 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 :
8. ONT configuration (OSE / MdO)
ONT was connect to the GPON port 1/2 with ONU_ID 61
1. Create DBA Profile
V1-16XC(config)#dba-profile DBA_10G
mode sr
sla fixed 1024
sla maximum 9870208
apply
V1-16XC(config)#dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create VLANs configuration
V1-16XC(config)#extended-vlan-tagging-operation OSE
downstream-mode enable
single-tagged-frame 1
filter inner vid 10 cos any tpid any
treat remove single
treat inner vid 100 cos 0 tpid copy-inner
single-tagged-frame 2
filter inner vid 11 cos any tpid any
treat remove single
treat inner vid 200 cos 1 tpid copy-inner
single-tagged-frame 3
filter inner vid 51 cos any tpid any
treat remove single
treat inner vid 300 cos 2 tpid copy-inner
apply
3. Create MGMT VLAN configuration
V1-16XC(config)#extended-vlan-tagging-operation MGMT
downstream-mode enable
untagged-frame 1
treat inner vid 400 cos 0 tpid 0x8100
apply
4. Create traffic-profile
V1-16XC(config)#traffic-profile HLX-TGV_SFU_OSE
tcont 1
gemport 1/1-1/8
dba-profile DBA
tcont 2
gemport 2/1-2/8
dba-profile DBA_10G
tcont 3
gemport 3/1
dba-profile DBA
mapper 1
gemport count 8
mapper 2
gemport count 8
mapper 3
gemport count 1
bridge 1
ani mapper 1
uni eth 1
extended-vlan-tagging-operation OSE
max-frame 2036
bridge 2
ani mapper 2
uni eth 2
extended-vlan-tagging-operation OSE
max-frame 10240
bridge 3
ani mapper 3
link ip-host-config 1
ip-host-config 1
ip address dhcp
extended-vlan-tagging-operation MGMT
apply
5. Create onu-profile
V1-16XC(config)#onu-profile HLX-TGV_SFU_OSE
traffic-profile HLX-TGV_SFU_OSE
apply
6. Assign onu-profile to ONT
V1-16XC(config-if[XGSPON0/2])#onu-profile 61 HLX-TGV_SFU_OSE
7. Set vlan-flow
V1-16XC(config-if[xgspon 0/2])#
olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 5 s-vid 999 tpid 0x8100 c-vid any mac-lookup
8. Set VP
V1-16XC(config-if[xgspon 0/2])#
olt vp 1 vlan-flow 5 c-vid any mapping-onu 61 gemport 1/1-1/8
olt vp 2 vlan-flow 5 c-vid any mapping-onu 61 gemport 2/1-2/8
olt vp 7 vlan-flow 2 s-vid 400 mapping-onu 61 gemport 3/1
9. Verify ONT ip-host 1 IP address
V1-16XC(config-if[XGSPON0/2])#show onu ip-host 61
---------------------------------------------------------------
OLT : XGSPON0/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.