Hello together,
we always set up our Draytek routers with the same settings, except for example the IP addresses.
So far I always have the parameters in the Draytek router 2765 with the command "sys tr069 get InternetGatewayDevice. " exported and compare, which settings are set, the effort was great but I got to the goal firstly.
Currently I have the problem that I cannot disable TLS1.0 with the following command declare(“InternetGatewayDevice. X_00507F_System. Management. TLS/SSLEncryption. TLS10Enable”,{path: now, value: now},{value: “0”}); because I always get the following error message:
name: Error
message: Invalid parameter path
stack: |-
Error: Invalid parameter path
at static (/usr/lib/node_modules/lib/common/path. ts:201:39)
at value (/usr/lib/node_modules/lib/sandbox. ts:230:27)
at autoconfig 2765:16:1
at autoconfig 2765:332:3
at Script. runInContext (node:vm:141:12)
at async (/usr/lib/node_modules/lib/sandbox. ts:394:18)
at async (/usr/lib/node_modules/lib/session. ts:642:14)
at Array. map ()
at async (/usr/lib/node_modules/lib/session. ts:606:16)
at async (/usr/lib/node_modules/lib/session. ts:1067:15)
In the pictures you can see how the settings are structured.
I would appreciate a helpful answer.