In this post, I will show to you the ONT management through TR-069 (using GenieACS). I showed you the Portainer and GenieACS installation in the latest posts.
TR069 Management – Installing Open Source ACS Server in Single Board Computer:
- Part 1
- Part 2
- Part 3
Now, let’s get started!
1- After installing the GenieACS, you need to configure 2 parameters:
In Admin -> Listing Config:
You will need to add two new configs.
2- Click in the “New config” and write:
Key: cwmp.connectionRequestAuth
Value: AUTH(“username”, “password”)
In my case, I use “admin” and “admin” for tests.
And:
Key: cwmp.auth
Value: AUTH(“username”, “password”)
I use “admin” and “admin” for tests.
3- Alright! Let’s configure the TR-069 parameters in ONT through web interface, I use for example the EG8145X6.
In configuration tab:
Configuration -> TR-069 ->
Informing Interval: Time to update the new informations in GenieACS
ACS URL: IP Host of GenieACS (http request and use 7457 port), in my case http://192.168.120.11:7547
ACS User Name, ACS Password, Connection Request User Name, Connection Request Password: admin
4- Press “Apply”.
Done!
From now on, the communication should be established and you can modify any parameters for this device!
You can also configure the lineprofile in OLT to auto configure the TR069 server in ONUs using these commands:
– New profile TR-069.
huawei(config)#ont tr069-server-profile add profile-id 2 url http://host:7547/ user “login” “pw” auth-realm auth
– Enable TR-069 on the line profile.
huawei(config-gpon-lineprofile-10)#tr069-management enable
– To link the 1st profile to the TR-069 server to the ONT 0 connect to GPON Port.
huawei(config-if-gpon- 0/3 )# ont tr069 -server-config 0 0 profile-id 1
– To clear the TR-069 server configuration in the ONT 0 connect to GPON port.
huawei (config-if-gpon- 0/3 )# undo ont tr069-server-config 0 0
– To clear the TR-069 server configuration in all ONTs connect to GPON port.
huawei(config-if-gpon-0/3)#undo ont tr069-server-config
The new devices must be shown in the devices tab, now, you can manage your ONTs.
Leave a comment