Skip to main content
Version: current

tr069-client


tr069-client

Package: tr069-client
Type: Settings Directory

ArgumentTypeDescription
enabledenum (yes | no)Enables or disables the CWMP protocol.
acs-urlstringURL of the Auto Configuration Server (ACS). If the ACS is accessed using HTTPS, a Root CA must be imported in the client certificate store to verify the ACS server certificate.
usernamestringHTTP authentication username used by the CPE to authenticate with the ACS.
passwordstringHTTP authentication password used by the CPE to authenticate with the ACS.
periodic-inform-enabledboolEnables or disables CPE periodic session initiation. The timer starts after every successful session. When a session is started by the periodic interval, the Inform RPC contains a "2 PERIODIC" event. Maps to Device.ManagementServer.PeriodicInformEnable.
periodic-inform-intervaltimeTimer interval of the periodic inform. Maps to Device.ManagementServer.PeriodicInformInterval.
connection-request-usernamestringUsername used by the ACS to authenticate with the CPE for Connection Requests.
connection-request-passwordstringPassword used by the ACS to authenticate with the CPE for Connection Requests.
connection-request-portnumPort on which the CPE listens for Connection Requests from the ACS.
provisioning-codestringProvisioning code for the device.
client-certificateenum (none)Certificate from the certificate store that can be used by the ACS for extra authentication.
check-certificateenum (yes | no)Whether to check the ACS server certificate.
Read-only ArgumentTypeDescription
statusenum (disabled | initializing | error | waiting-url | running)Informative status of the CWMP client. Disabled means the protocol is disabled, waiting-url means the protocol is enabled but the ACS URL is not configured, and running means CWMP is configured correctly and will communicate with the ACS on events.
last-session-errorstringUser-friendly error description indicating why the previous session did not finish successfully.
retry-countnumConsecutive unsuccessful session count. If greater than 0, last-session-error should indicate the error. Resets to 0 on a successful session, disabled protocol, or reboot.