HALNy HL-2BV SFU Configuration [ZHONE]

You are here:
< All Topics
HL-2BV

HALNy HL-2BV Configuration

Service scenario

HL-2BV 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.
In this tutorial, we will focus on SFU mode configuration.


ONT modes switching HGU<->SFU

Switching between HGU and SFU modes is described here.

Document Date and version2025.05.07
Tested on OLT OLT ZHONE mx1U19xVersion: MX 2.5.1.518
Tested with ONT HALNy HL-2BVSupported on Version: V4.0.10zh1 or above
Revision1
Let us know how to improve below document on: support@halny.com

This tutorial is based on ONT with firmware V4.0.10zh1 and ZHONE mx1U19x running with firmware MX 2.5.1.518

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 200 – IPTV (multicast uplink port 3)
VLAN 300 – MGMT/VoIP

Example for ONT configured on second GPON port with ID 17

Change vendor serial number

  • Log in to ONT via LAN: 192.168.33.1/cgi-bin/vendor-support.asp.
  • Change Vendor to ZHONE ZNTS
  • Apply configuration, ONT will reboot

Changing ONT’s serial number is described here

Supported SFU service scenario

1. ONT Configuration (Internet, IPTV, VoIP)

1. Create DBA profile

Zhone# new gpon-traffic-profile dba-enabled = true dba-fixed-us-ubr-bw = 1024 dba-max-us-bw = 102400 1

2. Check unregistered ONTs

Zhone# gpononu show
Processing list of 256
This command may take several minutes to complete.
Do you want to continue?  (yes or no) [no] yes
Free ONUs for slot 1 olt 1:
    1    2    3    4    5    6    7    8    9   10   11   12
   13   14   15   16   17   18   19   20   21   22   23   24
   25   26   27   28   29   30   31   32   33   34   35   36
   37   38   39   40   41   42   43   44   45   46   47   48
   49   50   51   52   53   54   55   56   57   58   59   60
   61   62   63   64
Discovered serial numbers for slot 1 olt 1:
sernoID   Vendor  Serial Number     sernoID   Vendor  Serial Number
    1      ZNTS    032FC351             2      ZNTS    5AFF64B0
    3      ZNTS    03361173

3. Register ONT on GPON

Zhone# onu set SLOT/OLT-ID/ONT-ID SERNO-ID meprof INTERNAL-ME 
ex. Zhone# onu set 1/2/17 2 meprof zhone-2424

4. Disable ONT auto-configuration

Zhone# gpononu auto-cfg disable SLOT/OLT-ID/ONT-ID
ex. Zhone# gpononu auto-cfg disable 1/2/17 

5. Configure ONT bridge services

#NET
Zhone# bridge add SHELF/SLOT/OLT-ID/ONT-ID/gpononu gem GEM gtp GTP-ID downlink vlan VID tagged cos COS rg
ex. Zhone# bridge add 1/1/2/17/gpononu gem 517 gtp 1 downlink vlan 100 tagged cos 0 eth 2

#IPTV
Zhone# bridge add SHELF/SLOT/OLT-ID/ONT-ID/gpononu gem GEM gtp GTP-ID downlink vlan VID tagged video ACL-ID/GROUP-NUM cos COS rg 
ex. Zhone# bridge add 1/1/2/17/gpononu gem 717 gtp 1 downlink vlan 200 tagged video 0/20 cos 4 eth 1

6. Configure ONT VoIP / IP-host 1 service

Zhone# bridge add 1/1/2/17/gpononu gem 917 gtp 1 downlink vlan 300 tagged sip

7. Configure ONT VoIP service

new cpe-ip  1/1/2/17/gpononu/1
Please provide the following: [q]uit.
host-ip: ----------->  {0.0.0.0}: dhcp
Invalid IP address format. Try "n.n.n.n", where n is 0 to 255
host-ip: ----------->  {0.0.0.0}:
ip-server-profile: ->  {1}:
....................
Save new record? [s]ave, [c]hange or [q]uit: s
New record saved.

new cpe-voip-subscriber  1/1/2/17/gpononu/1
Please provide the following: [q]uit.
admin-state: ----------->  {up}:
dial-number: ----------->  {}: 9041
display-name: ---------->  {}: 9041
impedance: ------------->  {ohm600}:
rx-gain: --------------->  {0}:
tx-gain: --------------->  {0}:
transmission-path: ----->  {fulltimeonhookxmit}:
signalling-code: ------->  {loopstart}:
voip-server-profile: --->  {0}: 13
voip-features-profile: ->  {1}:
voip-media-profile: ---->  {1}:
phone-follows-wan: ----->  {disabled}:
password: -------------->  {** private **}: 123456
user-name: ------------->  {}: 9041
description: ----------->  {}: 9041
....................
Save new record? [s]ave, [c]hange or [q]uit: s
New record saved.

8. Verify ONT ip-host 1 IP address

Zhone# bridge show 1/1/2/17/gpononu vlan 500
         Orig
Type     VLAN/SLAN  VLAN/SLAN      Physical                  Bridge                              St  Table Data
---------------------------------------------------------------------------------------------------------------------
dwn                 Tagged  300    1/1/2/17/gpononu           1-1-2-917-gponport-500/bridge       UP  D e0:5a:9f:ff:64:b0
                                                                                                     D 172.17.60.27
                                                                                                     D fe80::e25a:9fff:feff:64b0
1 Bridge Interfaces displayed

Table of Contents
Comments are closed.