[DASAN] sdNos V6016XC FW: R5.05 #052 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 connect to the GPON port 0/2 with ONU_ID 9

1. Create DBA Profile

V6016XC(config)# dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

V6016XC(config)#dba-profile DBA_10G
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

Attention: When configuring IPTV services please create multicast-profile

2. Create multicast-profile

V6016XC(config)# multicast-profile MULTI
  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. Create MGMT VLAN configuration

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

4. Create traffic-profile

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

When using IPTV services remember to use multicast-profile in traffic-profile

V6016XC(config)# traffic-profile HGU
  tcont 1
   gemport 1/1-1/8
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 8
  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. Create onu-profile

V6016XC(config)# onu-profile HGU
  traffic-profile HGU
  apply

6. Assign ‘olt vlan-config’ rules

 V6016XC(config-if[gpon0/2])# olt vlan-config 9 onu-vid 100 action bypass
 V6016XC(config-if[gpon0/2])# olt vlan-config 9 onu-vid 200 action bypass
 V6016XC(config-if[gpon0/2])# olt vlan-config 9 onu-vid 300 action bypass
 V6016XC(config-if[gpon0/2])# olt vlan-config 9 onu-vid 400 action bypass

7. Assign onu-profile to ONT

V6016XC(config-if[gpon0/2])# onu-profile 9 HGU

8. Verify ONT ip-host 1 IP address

V6016XC(config-if[gpon0/2])# show onu ip-host 9
---------------------------------------------------------------
 OLT : gpon0/2, ONU : 9, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e05a.9f60.44b0
 Current IP            : 172.17.60.174
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.17.61.224
 Current Secondary DNS : 172.17.60.1
 Domain name           :
 Host name             : IPHOST: WWW/XML/TR069

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 OMCI, DHCP 66/67, WEB]
[Example]
OTT[Example]
OLT OMCI[Example][Example]
TR-069
[OLT OMCI, 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.