[NOKIA] OLT Integration with HALNy HGU

You are here:
< All Topics

HALNy Integration

Let us know how to improve below document on: support@halny.com

Service scenario

HALNy ONTs 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.


ONT Configuration

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.

ONT is connected to the port 1/1/1 with onu ID 13

1. Add ONT

#configure equipment ont interface 1/1/1/1/13 sernum HALN:606FDF30 sw-ver-pland disabled iphc-allowed enable enable-aes disabled
#configure equipment ont interface 1/1/1/1/13 admin-state up

2.ONT slot configuration:

Note:
Slot 1 is for Ethernet card -> #configure equipment ont slot 1/1/1/1/13/1
Slot 4 is for VoIP -> #configure equipment ont slot 1/1/1/1/13/4
Slot 10 is for VEIP ->#configure equipment ont slot 1/1/1/1/13/10
Only for HLX-TGV model:
Slot 8 is for Ethernet 10G port/card -> #configure equipment ont slot 1/1/1/13/8

Remember to correctly specify the number of LAN and POTS ports on your ONT!

#configure equipment ont slot 1/1/1/1/13/1 planned-card-type 10_100base plndnumdataports 4 plndnumvoiceports 0 admin-state up
#configure equipment ont slot 1/1/1/1/13/4 planned-card-type pots plndnumdataports 0 plndnumvoiceports 2 admin-state up
#configure equipment ont slot 1/1/1/1/13/10 planned-card-type veip plndnumdataports 1 plndnumvoiceports 0 admin-state up
#show equipment ont slot

Configuration for HLX-TGV differs and is shown below.

#configure equipment ont slot 1/1/1/1/13/1 planned-card-type 10_100base plndnumdataports 1 plndnumvoiceports 0 admin-state up
#configure equipment ont slot 1/1/1/1/13/4 planned-card-type pots plndnumdataports 0 plndnumvoiceports 2 admin-state up
#configure equipment ont slot 1/1/1/1/13/8 planned-card-type ethernet plndnumdataports 1 plndnumvoiceports 0 admin-state up
configure equipment ont slot 1/1/1/1/13/10 planned-card-type veip plndnumdataports 1 plndnumvoiceports 0 admin-state up

3. ONT QOS configuration:

#configure qos profiles bandwidth 1G committed-info-rate 0 assured-info-rate 0 excessive-info-rate 1000000
#configure qos profiles bandwidth 10G committed-info-rate 0 assured-info-rate 0 excessive-info-rate 10000000

4. ONT ip-host 1 configuration:

#configure qos interface 1/1/1/1/13/vuni upstream-queue 0 bandwidth-profile name:1G
#configure bridge port 1/1/1/1/13/vuni
#configure>bridge>port>1/1/1/1/13/vuni$ vlan-id 400 
#configure iphost ont ont:1/1/1/1/13/1 dhcp enabled vlan 400
#typ:isadmin>configure>iphost>ont>ont:1/1/1/1/13/1$ admin-state up

5. Enable ONT eth ports

#configure ethernet ont 1/1/1/1/13/1/1 auto-detect auto admin-state up
typ:isadmin>configure>ethernet>ont>1/1/1/1/13/1/1# exit all
typ:isadmin># configure ethernet ont 1/1/1/1/13/1/2 auto-detect auto admin-state up
typ:isadmin>configure>ethernet>ont>1/1/1/1/13/1/2# exit all
typ:isadmin># configure ethernet ont 1/1/1/1/13/1/3 auto-detect auto admin-state up
typ:isadmin>configure>ethernet>ont>1/1/1/1/13/1/3# exit all
typ:isadmin># configure ethernet ont 1/1/1/1/13/1/4 auto-detect auto admin-state up

6. Enable VEIP

Attention: For ONT’s which have port 10G please use qos profile 10G

typ:isadmin># configure veip ont 1/1/1/1/13/10/1 admin-state up
typ:isadmin># configure qos interface 1/1/1/1/13/10/1 upstream-queue 0 bandwidth-profile name:1G
typ:isadmin># configure bridge port 1/1/1/1/13/10/1
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1$ max-unicast-mac 200
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1$ vlan-id 100 tag single-tagged
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1>vlan-id>100$ exit
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1# vlan-id 200 tag single-tagged
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1>vlan-id>200$ exit
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1# vlan-id 300 tag single-tagged
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1>vlan-id>300$ exit
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1# vlan-id 400 tag single-tagged
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1>vlan-id>400$ exit
typ:isadmin>configure>bridge>port>1/1/1/1/13/10/1# exit all

8. Display ONT ip-host 1 address

#show iphost ont operational-data
operational-data table
=========================================================================================================
index                    |ip-address     |net-mask       |default-router |dns-addr      |sec-dns-addr
-------------------------+---------------+---------------+---------------+--------------+---------------
ont:1/1/1/1/13/1           172.17.180.90    255.255.255.0   172.17.180.1   172.16.180.240  185.228.168.168

NOTE: In order to ip-host work properly, the broadcast should be enabled on VLAN

#configure vlan id 400 new-broadcast enable

HALNy ONT Provisioning on ISAM 7360

There are two ways of ONT provisioning:


HALNy ONT upgrade on ISAM 7360

ONT upgrade process is described in this article.


Table of Contents
Comments are closed.