Have a Question?
[DASAN] sdNos V1-16XC FW: 5.03 #062 OLT Integration with HALNy HGU

HALNy Integration
GPON/XGSPON port configuration
1. Define OLT vlan-flow
olt vlan-flow 1 s-vid 400 tpid 0x8100 mac-lookup
olt vlan-flow 2 s-vid 100 tpid 0x8100 mac-lookup
olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup
2. Add OLT vp to new ONT (you need to add next OLT vp’s for every ONT piece) based on defined OLT vlan-flow
olt vp 1 vlan-flow 1 s-vid 400 mapping-onu 8 gemport 2/1
olt vp 2 vlan-flow 2 s-vid 100 mapping-onu 8 gemport 1/7
olt vp 3 vlan-flow 3 s-vid 200 mapping-onu 8 gemport 1/6
olt vp 4 vlan-flow 4 s-vid 300 mapping-onu 8 gemport 1/1
3. Configure OLT vp mcast for multicast VLAN
olt vp mcast s-vid 200
4. Configure OLT vp bcast for ONT’s MGMT VLAN
olt vp bcast s-vid 400
Supported service scenarios
1. ONT configuration (Bridge access/Router NAT/PPPoE – INTERNET, IPTV, VoIP)

ONT was connect to the GPON port 2 with ONU_ID 9
1. Create DBA Profile
V1-16XC(config)# dba-profile DBA
mode sr
sla fixed 1024
sla maximum 1031616
apply
V1-16XC(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
V1-16XC(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. MGMT VLAN configuration
V1-16XC(config)# extended-vlan-tagging-operation MGMT
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
V1-16XC(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. ONU onu-profile configuration
V1-16XC(config)# onu-profile HGU
traffic-profile HGU
apply
6. Assign ‘olt vp’ rules
Attention: For ONTs with multiple LAN ports, please ensure that the appropriate OLT vp’s are assigned accordingly.
V1-16XC(config-if[gpon0/2])# olt vp 11 vlan-flow 1 s-vid 400 mapping-onu 9 gemport 2/1
V1-16XC(config-if[gpon0/2])# olt vp 13 vlan-flow 2 s-vid 100 mapping-onu 9 gemport 1/1
V1-16XC(config-if[gpon0/2])# olt vp 14 vlan-flow 3 s-vid 200 mapping-onu 9 gemport 1/6
V1-16XC(config-if[gpon0/2])# olt vp 15 vlan-flow 4 s-vid 300 mapping-onu 9 gemport 1/7
7. Assign onu-profile to ONT
V1-16XC(config-if[gpon0/2])# onu-profile 9 HGU
8. Verify ONT ip-host 1 IP address
V1-16XC(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.
| Method | Configuration | Upgrade |
| 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 |
