Changes

Created page with "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{se..."
{{Template: Networking_device_manual_fw_disclosure
| series = {{{series}}}
| name = {{{name}}}
| fw_version ={{Template: Networking_device_manual_latest_fw
| series = {{{series}}}
| name = {{{name}}}
}}
}}
{{#ifeq: {{{series}}} | RUT9 |<br><i><b>Note</b>: <b>[[{{{name}}} TR-069 (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_device_manual_latest_fw | series = RUT9XX}} and earlier) user manual page.</i>|}}
__TOC__
==Summary==

<b>TR-069</b> (<b>Technical Report 069</b>) is an application layer protocol designed for management of equipment connected to a remote network.

This chapter of the user manual provides an overview of the UPnP page in {{{name}}} devices.

{{Template: Networking_rutos_manual_package_disclosure
| name = {{{name}}}
| series = {{{series}}}
| package = TR-069
}}

==TR-069 Client Configuration==

[[File:Networking_rutx_manual_tr-069_client_configuration_v1.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Enable</td>
<td>off | on; default: <b>off</b></td>
<td>Turns TR-069 client on or off.</td>
</tr>
<tr>
<td>Periodic enable</td>
<td>off | on; default: <b>on</b></td>
<td>Turns periodic data transmissions to server on or off.</td>
</tr>
<tr>
<td>Accept server request</td>
<td>off | on; default: <b>off</b></td>
<td>When enabled the device accepts connection requests from servers.</td>
</tr>
<tr>
<td>Sending interval</td>
<td>integer [60..9999999]; default: <b>100</b></td>
<td>Periodic data transmission frequency (in seconds).</td>
</tr>
<tr>
<td>Username</td>
<td>string; default: <b>easycwmp</b></td>
<td>Username used for authentication to a TR-069 server.</td>
</tr>
<tr>
<td>Password</td>
<td>string; default: <b>easycwmp</b></td>
<td>Password used for authentication to a TR-069 server.</td>
</tr>
<tr>
<td>URL</td>
<td>host | ip; default: <b><nowiki>http://192.168.1.110:8080/openacs/acs</nowiki></b></td>
<td>IP address or hostname of a TR-069 server.</td>
</tr>
</table>

==Management via TR-069==

TR-069 can be used to set or get values from RUT devices. Below is a list of commands used for device management via TR-069.

<ul>
<li>R - read only;</li>
<li>RW - read/write;</li>
<li>string(64) - 64 bit string;
<li>string(256) - 256 bit string;
<li>unsignedInt - integer storing only positive values.</li>
</ul>
----
<b>Device Information</b>:

<ol>
<li><b>DeviceInfo.Manufacturer</b> - device manufacturer (e.g., Teltonika) R</li>
<li><b>DeviceInfo.ProductClass</b> - device model (e.g., {{{name}}}) R</li>
<li><b>DeviceInfo.SerialNumber</b> - device serial number (e.g., 1000111111) R</li>
<li><b>DeviceInfo.UpTime</b> - device uptime R;</li>
</ol>
{{#ifeq:{{{mobile}}}|0||
----
<b>Mobile Information</b>:

<ol>
<li><b>MobileInfo.ICCID</b> - SIM ICCID R;</li>
<li><b>MobileInfo.Operator</b> - name of operator used R;</li>{{#ifeq:{{{series}}}|TRB5||
<li><b>MobileInfo.SentThisMonth</b> - bytes sent this month R;</li>
<li><b>MobileInfo.ReceivedThisMonth</b> - bytes received this month R;</li>}}
</ol>}}

[[Category:{{{name}}} Services section]]

Navigation menu