How Can We Help?

HALNy HL-1GE HGU Configuration [ZTE]

You are here:
< All Topics
HL-2BV

HALNy HL-2BV Configuration

Service Scenario

HL-1GE 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 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 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 version2020.05.28
Tested on OLT ZTE C320Version: V2.1.0
Tested with ONT HALNy HL-1GESupported on Version: V2.0.10 or above
Revision1
Let us know how to improve below document on: support@halny.com

Supported HGU service scenarios

1. ONT configuration (Bridge access/Router NAT/PPPoE – INTERNET)

In example configuration we used below VLANs:
VLAN 100 – INTERNET
VLAN 400 – MGMT 

1. Create DBA profile

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

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

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

3. Register ONT on GPON

(config)# interface gpon-olt_RACK_ID/SHELF_ID/OLT-ID
  onu ONU_ID type HL-1GE sn HALN0802F5A7

4. Configure ONT interface mode

(config)# interface gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID 
  tcont 1 name TCONT_NAME  profile NAME
  tcont 2 name TCONT_NAME  profile NAME
  gemport 1 name GEM_NAME tcont 1 
  gemport 2 name GEM_NAME tcont 2 
  switchport mode hybrid vport 1
  service-port 1 vport 1 user-vlan 100 vlan 100
  switchport mode hybrid vport 2
  service-port 2 vport 2 user-vlan 400 vlan 400

5. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID 
 service NET gemport 1 cos 0 vlan 100
 service IPHOST gemport 2 iphost 1 cos 0 vlan 400
 ip-host 1 dhcp-enable enable ping-response enable traceroute-response enable ipstack-enable enable
 onu-vlan iphost 1 up-mode add up-pri 0 up-vlan 400 down-mode untag

6. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID 
Host ID:            1
HostName:
Identify:
IP:                 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:        true
Ping-response:      true
Traceroute-response: true
MAC:                e05a.9f6f.fb18
CurIP:              172.16.241.14
CurMask:            255.255.240.0
CurGateway:         172.16.240.1
CurPriDNS:          8.8.8.8
CurSecDNS:          8.8.4.4
DomainName:

2. ONT configuration (Access mode, only IPTV)

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

1. Create DBA profile

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

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

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

3. Register ONT on GPON

(config)# interface gpon-olt_RACK_ID/SHELF_ID/OLT-ID
  onu ONU_ID type HL-1GE sn HALN0802F5A7

4. Configure ONT interface mode

(config)# interface gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID 
  tcont 1 name TCONT_NAME  profile NAME
  tcont 2 name TCONT_NAME  profile NAME
  gemport 1 name GEM_NAME tcont 1 
  gemport 2 name GEM_NAME tcont 2 
  switchport mode hybrid vport 1
  service-port 1 vport 1 user-vlan 200 vlan 200
  switchport mode hybrid vport 2
  service-port 2 vport 2 user-vlan 400 vlan 400

5. Configure ONT remote management mode

(config)# pon-onu-mng gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID 
 service IPTV gemport 1 cos 0 vlan 200
 service IPHOST gemport 2 iphost 1 cos 0 vlan 400
 ip-host 1 dhcp-enable enable ping-response enable traceroute-response enable ipstack-enable enable
 onu-vlan iphost 1 up-mode add up-pri 0 up-vlan 400 down-mode untag

6. Configure IGMP Snooping

(config)# igmp  mvlan 200 source-port gei_RACK_ID/SHELF_ID/PORT
(config)# igmp  mvlan 200 receive-port gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID  vport 1

(config)# igmp  mvlan 200
(config)# igmp  mvlan 200 work-mode snooping

7. Verify ONT ip-host 1 IP address

#show gpon remote-onu ip-host gpon-onu_RACK_ID/SHELF_ID/OLT-ID:ONU_ID 
Host ID:            1
HostName:
Identify:
IP:                 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:        true
Ping-response:      true
Traceroute-response: true
MAC:                e05a.9f6f.fb18
CurIP:              172.16.241.14
CurMask:            255.255.240.0
CurGateway:         172.16.240.1
CurPriDNS:          8.8.8.8
CurSecDNS:          8.8.4.4
DomainName:

ONT HL-1GE HGU Provisioning on ZTE C320

There are two ways of ONT provisioning:

ONT HL-1GE HGU Upgrade on ZTE C320

Upgrade procedure for HL-1GE is the same as for other HALNy ONTs (link)


Table of Contents