How Can We Help?

HALNy HL-2GRV SFU Configuration [DASAN]

You are here:
< All Topics
HL-2BV

HALNy HL-2BV Configuration

Service scenario

HL-2GRV 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
2022.04.13
Tested on OLT DASAN V5808Version: 1.04-0050
Tested with ONT HALNy HL-2GRVSupported on Version: V3.0.18 or above
Revision1
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 GPON port 2 with ONU_ID 41

1. Create DBA Profile

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

2. MGMT VLAN configuration

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

3. Internet Access VLAN configuration

V5808(gpon)#extended-vlan-tagging-operation INT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

4. ONU traffic-profile configuration

V5808(gpon)#traffic-profile HL-2GRV create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 1
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation INT
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation INT
    max-frame 2036
  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

V5808(gpon)#onu-profile HL-2GRV create
  traffic-profile HL-2GRV
  apply

6. Assig onu-profile to ONT

V5808(config-gpon-olt-[2])#onu-profile 41 HL-2GRV

7. Verify ONT ip-host 1 IP address

V5808(config-gpon-olt-[2])#show onu ip-host 41
---------------------------------------------------------------
OLT : 2, ONU : 41, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : 54:db:a2:f9:fb:60
 Current IP            : 172.17.60.95
 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 GPON port 2 with ONU_ID 42

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 0x8100
  apply

4. Create Internet Access VLAN configuration

V5808(gpon)#extended-vlan-tagging-operation INT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

5. Create Multicast Access VLAN configuration

V5808(gpon)# extended-vlan-tagging-operation IPTV create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 200 cos 0 tpid 0x8100
  apply

6. Create ONU traffic-profile

V5808(gpon)# traffic-profile HL-2GRV-N_TV create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  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
    multicast-profile MULTI-H66X
    extended-vlan-tagging-operation IPTV
    max-frame 2036
  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

V5808(gpon)#onu-profile HL-2GRV_SFU_INT_IPTV create
  traffic-profile HL-2GRV_SFU_INT_IPTV
  apply

8. Assign onu-profile to ONT

V5808(config-gpon-olt-[2])#onu-profile 42 HL-2GRV_SFU_INT_IPTV

9. Verify ONT ip-host 1 IP address

V5808(config-gpon-olt-[2])#show onu ip-host 42
---------------------------------------------------------------
OLT : 2, ONU : 42, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : 54:db:a2:f9:fb:60
 Current IP            : 172.17.60.95
 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 GPON port 2 with ONU_ID 43

1. Create DBA Profile

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

2. MGMT VLAN configuration

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

3. Create Internet Access VLAN configuration

V5808(gpon)#extended-vlan-tagging-operation INT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

4. Create Multicast Access VLAN configuration

V5808(gpon)# extended-vlan-tagging-operation IPTV create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 200 cos 0 tpid 0x8100
  apply

5. Create VoIP VLAN configuration

V5808(gpon)# extended-vlan-tagging-operation VoIP create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 300 cos 0 tpid 0x8100
  apply

5. 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

6. Create voip-profile

 voip-profile VOIP create
  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

7. Create traffic-profile

V5808(gpon)# traffic-profile HL-2GRV-N_TV_VOIP create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  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
    extended-vlan-tagging-operation INT
    max-frame 2036
  bridge 2
   ani mapper 2
   uni eth 2
    multicast-profile MULTI-H66X
    extended-vlan-tagging-operation IPTV
    max-frame 2036
  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
  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

8. Create onu-profile

V5808(gpon)#onu-profile HL-2GRV_SFU_INT_IPTV_VOIP create
  traffic-profile HL-2GRV_SFU_INT_IPTV_VOIP
  apply

9. Assign onu-profile to ONT

V5808(config-gpon-olt-[2])#onu-profile 43 HL-2GRV_SFU_INT_IPTV_VOIP

10. Verify ONT IP-host 1 IP address

V5808(config-gpon-olt-[2])#show onu ip-host 43
---------------------------------------------------------------
OLT : 2, ONU : 43, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : 54:db:a2:f9:fb:60
 Current IP            : 172.17.60.95
 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 (TRANSPARENT mode)

ONT was connect to the GPON port 2 with ONU_ID 44

1. Create DBA Profile

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

2. MGMT VLAN configuration

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

3. Create VLANs configuration

V5808(gpon)#extended-vlan-tagging-operation TRANSPARENT create
  downstream-mode enable
  single-tagged-frame 1
  filter inner vid 100 cos any tpid any
  treat remove single
  treat inner vid 100 cos copy-inner tpid copy-inner
  single-tagged-frame 2
  filter inner vid 200 cos any tpid any
  treat remove single
  treat inner vid 200 cos copy-inner tpid copy-inner
  single-tagged-frame 3
  filter inner vid 300 cos any tpid any
  treat remove single
  treat inner vid 300 cos copy-inner tpid copy-inner
  apply

*HL-2GRV suport to send transparently up to 10 vlans

4. ONU traffic-profile configuration

V5808(gpon)#traffic-profile HL-2GRV_SFU_TRANSPARENT create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 1
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation TRANSPARENT
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation TRANSPARENT
    max-frame 2036
  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

V5808(gpon)#onu-profile HL-2GRV_SFU_TRANSPARENT create
  traffic-profile HL-2GRV_SFU_TRANSPARENT
  apply

6. Assig onu-profile to ONT

V5808(config-gpon-olt-[2])#onu-profile 44 HL-2GRV_SFU_TRANSPARENT

7. Verify ONT ip-host 1 IP address

V5808(config-gpon-olt-[2])#show onu ip-host 44
---------------------------------------------------------------
OLT : 2, ONU : 44, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : 54:db:a2:f9:fb:60
 Current IP            : 172.17.60.95
 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 (Hybrid mode)

ONT was connect to the GPON port 2 with ONU_ID 45

1. Create DBA Profile

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

2. Create hybrid VLAN configurations

V5808(gpon)#extended-vlan-tagging-operation HYBRID1 create
  downstream-mode enable
  single-tagged-frame 1
  filter inner vid 100 cos any tpid any
  treat remove single
  treat inner vid 100 cos copy-inner tpid copy-inner
  untagged-frame 1
  treat inner vid 200 cos 0 tpid 0x8100
  apply

extended-vlan-tagging-operation HYBRID2 create
  downstream-mode enable
  single-tagged-frame 1
  filter inner vid 300 cos any tpid any
  treat remove single
  treat inner vid 300 cos copy-inner tpid copy-inner
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

*HL-2GRV suport to send transparently up to 10 vlans

3. 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

4. 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 0x8100
  apply

5. Create traffic-profile

V5808(gpon)#traffic-profile HL-2GRV_SFU_HYBRID create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  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 HYBRID1
    max-frame 2036
  bridge 2
   ani mapper 2
   uni eth 2
    extended-vlan-tagging-operation HYBRID2
    max-frame 2036
  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

V5808(gpon)#onu-profile HL-2GRV_SFU_HYBRID create
  traffic-profile HL-2GRV_SFU_HYBRID
  apply

9. Assign onu-profile to ONT

V5808(config-gpon-olt[2])#onu-profile 45 HL-2GRV_SFU_HYBRID

10. Verify ONT ip-host 1 IP address

V5808(config-gpon-olt[2])#show onu ip-host 45
---------------------------------------------------------------
OLT : 2, ONU : 45, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : 54:db:a2:f9:fb:60
 Current IP            : 172.17.60.95
 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 (VLAN translation – rBSA)

ONT was connect to the GPON port 2 with ONU_ID 46

1. Create DBA Profile

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

2. MGMT VLAN configuration

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

3. Create VLANs configuration

V5808(gpon)#extended-vlan-tagging-operation TRANSLATION create
  downstream-mode enable
  single-tagged-frame 1
  filter inner vid 35 cos any tpid any
  treat remove single
  treat inner vid 100 cos copy-inner tpid copy-inner
  single-tagged-frame 2
  filter inner vid 838 cos any tpid any
  treat remove single
  treat inner vid 200 cos copy-inner tpid copy-inner
  single-tagged-frame 3
  filter inner vid 839 cos any tpid any
  treat remove single
  treat inner vid 300 cos copy-inner tpid copy-inner
  apply

4. ONU traffic-profile configuration

V5808(gpon)#traffic-profile HL-2GRV_SFU_TRANSLATION create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 1
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation TRANSLATION
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation TRANSLATION
    max-frame 2036
  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

V5808(gpon)#onu-profile HL-2GRV_SFU_TRANSLATION create
  traffic-profile HL-2GRV_SFU_TRANSLATION
  apply

6. Assig onu-profile to ONT

V5808(config-gpon-olt-[2])#onu-profile 46 HL-2GRV_SFU_TRANSLATION

7. Verify ONT ip-host 1 IP address

V5808(config-gpon-olt-[2])#show onu ip-host 46
---------------------------------------------------------------
OLT : 2, ONU : 46, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : 54:db:a2:f9:fb:60
 Current IP            : 172.17.60.95
 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 HL-2GRV SFU upgrade on DASAN OLTs

HL-2GRV can be upgrade the same way as other HALNy ONTs, You can find upgrade procedure here.


Table of Contents