[ADTRAN] TA5004 OLT Integration with HALNy HGU

You are here:
< All Topics

HALNy Integration

Supported HGU service scenarios

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


Attention: Following configuration example is based on the HL-4GMVR model, which features 4 LAN ports, 1 POTS port. Adjust the configuration/services as needed to suit your ONT model. Change HL-MODEL string to exact model name of the ONT. Remeber to enable interfaces using the “no shutdown” command

1.Create Internet EVC:

evc "100"
  s-tag 100
  connect men-port ten-gigabit-ethernet 1/B/1
  mac-switched
  no preserve-ce-vlan
  no shutdown

2.Create VoIP EVC:

evc "300"
  s-tag 300
  connect men-port ten-gigabit-ethernet 1/B/1
  mac-switched
  no preserve-ce-vlan
  no shutdown

3.Create IP-MGMT EVC:

evc "400"
  s-tag 400
  connect men-port ten-gigabit-ethernet 1/B/1
  mac-switched
  no preserve-ce-vlan
  no shutdown

4.Register ONT:

remote-device ont 34@1/3/1.gpon
	description HL-MODEL
	mac-spoofing-allowed enable
	voip-config method omci
	no shutdown
	exit

5.Enable interfaces:

interface gigabit-ethernet 34/0/1@1/3/1
	mac limit 8
	no shutdown
interface gigabit-ethernet 34/0/2@1/3/1
	mac limit 8
	no shutdown
interface gigabit-ethernet 34/0/3@1/3/1
	mac limit 8
	no shutdown
interface gigabit-ethernet 34/0/4@1/3/1
	mac limit 8
	no shutdown

6. Enable HGU interface:

interface virtual-gigabit-ethernet 34/0/1@1/3/1.gpon
  connect interface gigabit-ethernet 34/0/1@1/3/1.gpon
  mac limit 8
  no shutdown
  exit

7. Configure ONT interface WAN2 (service Internet)

evc-map "VEI34@1/3/1.gpon" 1/3
  connect evc "100"
  connect uni virtual gigabit-ethernet 34/0/1@1/3/1.gpon
  men-pri 0
  men-c-tag-pri 0
  match ce-vlan-id 100 
  no shutdown

8. Configure EVC map for VOICE ip-host:

evc-map "1-3-1-34" 1/3
	connect evc "300"
	connect ip-host "1-3-1-34" 34@1/3/1.gpon
	men-pri 5
	men-c-tag-pri 5
	match ce-vlan-id 300 
	no shutdown
	exit

9. Configure VOIP ip-host:

interface ip-host "1-3-1-34" 34@1/3/1.gpon
	ip address dhcp
	connect service sip
	no shutdown
	exit

10.Configure management ip-host:

interface gpon 1/3/1 
 subtended-host 34 ip address dhcp
 subtended-host 34 s-tag 400

11.Configure downstream shaper:

shaper "34@1/3/1.gpon" 1/3
  per remote-device 34@1/3/1.gpon queue 0
  rate 1000000
  no shutdown

12.Configure upstream shaper:

shaper "34@1/3/1.gpon-UP" 34@1/3/1.gpon
  per interface gpon 34/0/1@1/3/1.gpon channel 1
  rate 1200000
  gpon channel assured-bandwidth 2500
  gpon channel fixed-bandwidth 0
  no shutdown

13. Enable voice protocol:

voice protocol 34@1/3/1 sip

14. Enable fxs interface:

interface fxs 34/0/1@1/3/1
  no shutdown

15.Configure profile codec-list:

voice profile codec-list "SIP_Codec"
  preference 1 codec g729
  preference 2 codec g711alaw
  preference 3 codec g711ulaw

16.Configure profile call-feature:

voice profile call-feature "SIP_CALL"
  feature-mode local

17.Configure profile dial-plan:

voice profile dialing "Default_DIAL_PLAN"
  description ""
  dial-plan local XXX
  dial-plan local XXXX

18.Configure profile media:

voice profile media "SIP_MEDIA"
  rtp local-port 50000-60000

19.Configure sip-trunk:

voice sip-trunk T01
  sip proxy primary IP.IP.IP.IP
  sip registrar primary IP.IP.IP.IP
  sip registrar expire-time 560
  domain ""
  sip grammar request-uri host-resolve

20.Configure sip user:

voice user sip 34/0/1@1/3/1
	description "9999"
	connect fxs 34/0/1@1/3/1
	connect profile codec-list "SIP_CODEC"
	connect profile call-feature "SIP_CALL"
	connect profile dialing "Default_DIAL_PLAN"
	connect profile media "SIP_MEDIA"
	identity "9999"
	sip-trunk "T01"
	auth-name "9999"
	password "123456789"
	no shutdown

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