[DASAN] Modular OLT Integration with HALNy HGU

You are here:
< All Topics

HALNy Integration

Supported service scenarios

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

ONT was connected to the GPON port 2 with ONU_ID 14

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

Attention: When configuring IPTV services please create multicast-profile

2. Create multicast-profile

modular6U[A](config)#multicast-profile MULTI create
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

3. MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

4. ONU traffic-profile configuration

Attention: For ONT’s which have port 10G please use DBA_10G.
When using IPTV services remember to use multicast-profile in traffic-profile

modular6U[A](config)#traffic-profile HGU_MULTI create
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 1
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni virtual-eth 1
    multicast-profile MULTI
  bridge 2
   ani mapper 2
   link ip-host-config 1
  ip-host-config 1
   ip address dhcp
   extended-vlan-tagging-operation MGMT
  apply

5. ONU onu-profile configuration

modular6U[A](config-if[GPON1/2])#onu-profile HGU_MULTI create
  traffic-profile HGU_MULTI
  apply

6. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 14 HGU_MULTI

7. Verify ONT ip-host 1 IP address

V5808(config-gpon-olt-[2])#show onu ip-host 14
---------------------------------------------------------------
OLT : 2, ONU : 14, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:60:46:78
Current IP : 172.17.60.58
Current Mask : 255.255.254.0
Current Gateway : 172.17.60.1
Current Primary DNS : 172.16.16.240
Current Secondary DNS : 89.231.1.206
Domain name        :
Host name         :

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.

MethodConfigurationUpgrade
Rest API V2[Example]
XML Provisioning
[OLT CLI, 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

Table of Contents
Comments are closed.