Have a Question?
[ZTE] C3XX Series OLT’s FW: V2.1.0 OLT Integration with HALNy HGU

HALNy Integration
Supported HGU service scenarios
1. ONT configuration (Access mode, only IPTV)

In example configuration we used below VLANs:
VLAN 100 – Internet
VLAN 200 – IPTV (multicast uplink port 1/4/2)
VLAN 300 – VoIP
VLAN 400 – MGMT
1. Create DBA profile
(config)# gpon
profile tcont NAME type 4 maximum 102400
2. Create ONT Type
Attention: Following configuration example is based on the HL-4GMV2 model, which features 4 LAN ports and 2 POTS ports. Adjust the configuration as needed to suit your ONT model.
Change HL-MODEL string to exact model name of the ONT.
(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
onu-type-if HL-MODEL eth_0/2
onu-type-if HL-MODEL eth_0/3
onu-type-if HL-MODEL eth_0/4
onu-type-if HL-MODEL pots_0/1
onu-type-if HL-MODEL pots_0/2
3. Register ONT on GPON
(config)# interface gpon-olt_RACK_ID/SHELF_ID/OLT-ID
onu ONU_ID type HL-MODEL 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
tcont 3 name TCONT_NAME profile NAME
tcont 4 name TCONT_NAME profile NAME
gemport 1 name GEM_NAME tcont 1
gemport 2 name GEM_NAME tcont 2
gemport 3 name GEM_NAME tcont 3
gemport 4 name GEM_NAME tcont 4
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 200 vlan 200
switchport mode hybrid vport 3
service-port 3 vport 3 user-vlan 300 vlan 300
switchport mode hybrid vport 4
service-port 4 vport 4 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 IPTV gemport 2 cos 0 vlan 200
service VOIP gemport 3 cos 0 vlan 300
service IPHOST gemport 4 iphost 1 cos 0 vlan 400
ip-host 1 dhcp-enable enable ping-response enable traceroute-response enable ipstack-enable enable
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 2
(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 Managment
Note: Most provisioning and upgrade options below require ONT to have a valid IP Host setup. For detailed information regarding IP Host click here.
Method | Configuration | Upgrade |
Rest API V2 | [Example] | – |
XML Provisioning [DHCP 66/67, WEB] | [Example] | – |
OTT | – | [Example] |
OLT CLI | – | [Example] |
TR-069 [OLT CLI, DHCP 43] | [Example] | [Example] |
WEB | [Example] | [Example] |
Found something we can improve? Let us know at support@halny.com |
