TR-069 Change router password?

We are working on TR-069 implementation and also want to change router password for every device.

I cannot seem to find a object for this…

https://wiki.mikrotik.com/tr069ref/current.html

Does anybody know if it is possible to change or set router username/password with TR-069

Thanx!

Hi, AFAIK this is not possible directly, except you can probably use a .alter configuration file to accomplish this if you have already rolled out the devices.

If you are still making the default config, you could include something like changing the admin password to the router serial number as part of the default config.

mmm, We use different username/password per CPE. Thanks anyway, will figure out how to do this.

Hi,

One way you could do this is by setting the username and password via TR069 for something that allows a username and password setting - for instance, PPPoE client. Then you could run a .alter script to set the username and password for router login based on the PPPoE client info. This might work for you whether or not you actually use PPPoE on the router - you could potentially have a disabled PPPoE client on the router to hold the username/password.