Changes

Created page with "{{Template: Networking_rutx_manual_fw_disclosure | fw_version = {{{fw_version}}} | series = {{{series}}} }} __TOC__ ==Summary== <b>TR-069</b> (<b>Technical Report 069</b>..."
{{Template: Networking_rutx_manual_fw_disclosure
| fw_version = {{{fw_version}}}
| series = {{{series}}}
}}
__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 page is an overview of the TR-069 section of {{{name}}} devices.

{{Template: Networking_rut9xx_rut2xx_rutxxx_manual_package_disclosure
| device_name = {{{name}}}
| package_name = TR-069
| series = {{{series}}}
}}

==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>
----
<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>
<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