How Can We Help?

HL-1GE / HL-1GE2 / HL-1GR / HL-1GC HGU Configuration [ZTE C6XX]

You are here:
< All Topics

HALNy HL-1GE Configuration

Service scenario

HL-1GEHL-1GE2HL-1GR and HL-1GC 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.

ONT modes switching HGU<->SFU

Switching between HGU and SFU modes is described here.

Document Date and version2024.10.08
Tested on OLT ZTE C610Version: V1.2.2
Tested with ONT HALNy HL-1GE / HL-1GE2 / HL-1GR / HL-1GCSupported on Version: V2.0.26 or above
Revision1
Let us know how to improve below document on: support@halny.com


Supported service scenarios

This tutorial is based on ONT with firmware V2.0.26 and ZTE C610 running with firmware V1.2.2.

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 200 – IPTV (multicast uplink port 1/1/6)
VLAN 400 – MGMT 

1. ONT Configuration (Access mode, only INTERNET)

1. Create DBA profile

(config)# gpon
profile tcont MAX type 4 maximum 102400

2. Create ONT Type
Change HL-MODEL string to exact model name of the ONT, ex. onu-type HL-4GMV gpon …

(config)# pon
  onu-type HL-1GE gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-1GE eth_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 13 type HL-1GE sn HALN08196630

4. Configure ONT interface mode

(config)# interface gpon-onu_1/3/3:13 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  tcont 3 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  gemport 3 tcont 3
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport 3 map-type vlan
  vport-map 1 1 vlan 100
  vport-map 2 2 vlan 200
  vport-map 3 3 vlan 400

5. Create igmp profile

onu profile igmp 200 down-tag strip

6. Create vlan-profile (for IP host 1)

onu profile vlan tag400 tag-mode tag cvlan 400

7. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:13
  mvlan 200
  service 1 gemport 1 vlan 100
  service 2 gemport 2 vlan 200
  service 3 gemport 3 vlan 400
  wan-ip ipv4 mode dhcp vlan-profile tag400 host 1
  vlan port eth_0/1 mode hybrid def-vlan 100

8. Configure vports.

interface vport-1/3/3.13:1
  service-port 1 user-vlan 100 vlan 100
$
interface vport-1/3/3.13:2
  service-port 2 user-vlan 200 vlan 200
  igmp fast-leave enable
  igmp version v2
$
interface vport-1/3/3.13:3
  service-port 3 user-vlan 400 vlan 400

9. Configure IGMP Snooping

(config)# igmp querygemport-mode both
(config)# igmp  mvlan 200
(config-igmp-mvlan-200)# source-port xxvgei-1/1/6
(config-igmp-mvlan-200)# receive-port vport-1/3/3.13:2
(config-igmp-mvlan-200)# host-version v2
(config-igmp-mvlan-200)# work-mode snooping

10. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:13
Host ID:            1
Host name:          IPHOST: WWW/XML/TR069
Identify:
IP addres:          0.0.0.0
Mask:               0.0.0.0
Gateway:            0.0.0.0
Primary DNS:        0.0.0.0
Second DNS:         0.0.0.0
DHCP enable:        disable
Ping response:      disable
Traceroute response:disable
MAC address:        54DB.A219.6630
Current IP address: 172.17.60.21
Current mask:       255.255.254.0
Current gateway:    172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

2. ONT Configuration (Access mode, only IPTV)

1. Create DBA profile

(config)# gpon
profile tcont MAX type 4 maximum 102400

2. Create ONT Type
Change HL-MODEL string to exact model name of the ONT, ex. onu-type HL-4GMV gpon …

(config)# pon
  onu-type HL-1GE gpon max-tcont 4 max-gemport 32 max-iphost 4
  onu-type-if HL-1GE eth_0/1

3. Register ONT on GPON

(config)# interface gpon-olt_1/3/3 
  onu 14 type HL-1GE sn HALN08196630

4. Configure ONT interface mode

(config)# interface gpon-onu_1/3/3:14 
  real-speed gpon
  vport-mode manual
  tcont 1 profile MAX
  tcont 2 profile MAX
  tcont 3 profile MAX
  gemport 1 tcont 1
  gemport 2 tcont 2
  gemport 3 tcont 3
  vport 1 map-type vlan
  vport 2 map-type vlan
  vport 3 map-type vlan
  vport-map 1 1 vlan 100
  vport-map 2 2 vlan 200
  vport-map 3 3 vlan 400

5. Create igmp profile

onu profile igmp 200 down-tag strip

6. Create vlan-profile (for IP host 1)

onu profile vlan tag400 tag-mode tag cvlan 400

7. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_1/3/3:14
  mvlan 200
  service 1 gemport 1 vlan 100
  service 2 gemport 2 vlan 200
  service 3 gemport 3 vlan 400
  wan-ip ipv4 mode dhcp vlan-profile tag400 host 1
  vlan port eth_0/1 mode hybrid def-vlan 200

8. Configure vports.

interface vport-1/3/3.14:1
  service-port 1 user-vlan 100 vlan 100
$
interface vport-1/3/3.14:2
  service-port 2 user-vlan 200 vlan 200
  igmp fast-leave enable
  igmp version v2
$
interface vport-1/3/3.14:3
  service-port 3 user-vlan 400 vlan 400

9. Configure IGMP Snooping

(config)# igmp querygemport-mode both
(config)# igmp  mvlan 200
(config-igmp-mvlan-200)# source-port xxvgei-1/1/6
(config-igmp-mvlan-200)# receive-port vport-1/3/3.14:2
(config-igmp-mvlan-200)# host-version v2
(config-igmp-mvlan-200)# work-mode snooping

10. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_1/3/3:14
Host ID:            1
Host name:          IPHOST: WWW/XML/TR069
Identify:
IP addres:          0.0.0.0
Mask:               0.0.0.0
Gateway:            0.0.0.0
Primary DNS:        0.0.0.0
Second DNS:         0.0.0.0
DHCP enable:        disable
Ping response:      disable
Traceroute response:disable
MAC address:        54DB.A219.6630
Current IP address: 172.17.60.21
Current mask:       255.255.254.0
Current gateway:    172.17.60.1
Current primary DNS:172.17.61.224
Current second DNS: 172.17.60.1
Domain name:

ONT HL-1GE / HL-1GE2 / HL-1GR / HL-1GC Provisioning on ZTE C610

There are two ways of ONT provisioning:

ONT HL-1GE / HL-1GE2 / HL-1GR / HL-1GC Upgrade on ZTE C610

Upgrade procedure is the same as for other HALNy ONTs (link)

Table of Contents