CWMP Configuration – DHCP Option 43

You are here:
< All Topics
Document Date and version2021.02.02
Tested with ONT HALNy HL-1GE, HL-1GE2, HL-4G, HL-4GMVSupported on Version: V2.0.16 or above
Tested with Ethernet Router HLE-4GMVSupported on Version: V2.0.18 or above
Tested with ONT HALNy HL-4GMV2/3/4, HL-4GQV / HL-4GQVS / HL-4GQVS2, HL-4GXV / HL-4GXV-FSupported on Version: V3.1.21p1 or above
Tested with Ethernet Router HLE-3GM / HLE-3GX-FSupported on Version: V3.1.21p1 or above
Tested with ONT HALNy HL-1B, HL-2BV, HL-4G2Supported on Version: V4.0.5 or above
Tested with ONT HALNy HL-4BX3V-F, HL-4GX3VRSupported on Version: V5.0.11 or above
Revision1
Let us know how to improve below document on: support@halny.com

When ONT receives DHCP OFFER packet with proper DHCP Option 43 to the ip-host 1 interface (WAN0 on Ethernet routers), next it configures CWMP settings.

Example string of DHCP Option 43:

http://10.10.10.10:7547/tr069;halny;HalnY*123;SNType


Where:
http://10.10.10.10:7547/tr069 – URL of ACS Server
halny – ACS platform username
HalnY*123 – ACS platform password
SNType – optional parameter, available from V3.0.18 – defines the type of SerialNumber send in inform packets. Possible values:

  • MAC
  • ASCII_SN
  • HEX_SN

Below there is an example on Mikrotik Router
Where:

  • 172.17.61.249:7547/tr069 – ACS server IP address
  • halny – login
  • HalnY*123 – password

Below there is example on Dasan OLT
Where:

  • 172.17.61.249:7547/tr069 – ACS server IP address
  • halny – login
  • HalnY*123 – password
ip dhcp option format CWMP
 attr 1 length-hidden variable value string http://172.17.61.249:7547/tr069;halny;HalnY*123;SNType

ip dhcp pool hlmgmt
 network 172.25.0.0/24
 default-router 172.25.0.1
 range 172.25.0.2 172.25.0.254
 option code 43 format CWMP

After ONT have been configured via DHCP Option 43 you may check it like below.


Table of Contents
Comments are closed.