Template:Networking rutos manual tr-069: Difference between revisions
No edit summary Tag: Reverted |
m (Reverted edits by Vainius.l (talk) to last revision by Gytispieze) Tags: Rollback Reverted |
||
Line 23: | Line 23: | ||
==TR-069 Client Configuration== | ==TR-069 Client Configuration== | ||
[[File:Networking_rutx_manual_tr- | [[File:Networking_rutx_manual_tr-069_client_configuration_v1.png|border|class=tlt-border]] | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
Line 33: | Line 33: | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>off | <td>off | on; default: <b>off</b></td> | ||
<td>Turns TR-069 client on or off.</td> | <td>Turns TR-069 client on or off.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Periodic enable</td> | <td>Periodic enable</td> | ||
<td>off | <td>off | on; default: <b>on</b></td> | ||
<td>Turns periodic data transmissions to server on or off.</td> | <td>Turns periodic data transmissions to server on or off.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Accept server request</td> | <td>Accept server request</td> | ||
<td>off | <td>off | on; default: <b>off</b></td> | ||
<td>When enabled the device accepts connection requests from servers.</td> | <td>When enabled the device accepts connection requests from servers.</td> | ||
</tr> | </tr> | ||
Line 63: | Line 63: | ||
<tr> | <tr> | ||
<td>URL</td> | <td>URL</td> | ||
<td>host | <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> | <td>IP address or hostname of a TR-069 server.</td> | ||
</tr> | </tr> | ||
Line 75: | Line 75: | ||
<li>R - read only;</li> | <li>R - read only;</li> | ||
<li>RW - read/write;</li> | <li>RW - read/write;</li> | ||
<li>string(64) - 64 bit string; | <li>string(64) - 64 bit string; | ||
<li>string(256) - 256 bit string; | <li>string(256) - 256 bit string; | ||
<li>unsignedInt - integer storing only positive values.</li> | <li>unsignedInt - integer storing only positive values.</li> | ||
</ul> | </ul> | ||
Line 83: | Line 83: | ||
<ol> | <ol> | ||
<li><b>DeviceInfo.Manufacturer</b> - device manufacturer (e.g., Teltonika) R</li> | <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.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.SerialNumber</b> - device serial number (e.g., 1000111111) R</li> | ||
<li><b>DeviceInfo. | <li><b>DeviceInfo.UpTime</b> - device uptime R;</li> | ||
</ol> | </ol> | ||
{{#ifeq:{{{ | {{#ifeq:{{{mobile}}}|0|| | ||
---- | ---- | ||
<b> | <b>Mobile Information</b>: | ||
<ol> | <ol> | ||
<li><b> | <li><b>MobileInfo.ICCID</b> - SIM ICCID R;</li> | ||
<li><b> | <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> | |||
{{#ifeq:{{{ | <li><b>MobileInfo.ReceivedThisMonth</b> - bytes received this month R;</li>}} | ||
</ol>}} | |||
<li><b>MobileInfo. | |||
<li><b>MobileInfo. | |||
</ol> | |||
[[Category:{{{name}}} Services section]] | [[Category:{{{name}}} Services section]] |
Revision as of 08:16, 21 November 2024
The information in this page is updated in accordance with firmware version .
Summary
TR-069 (Technical Report 069) 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.
TR-069 is additional software that can be installed from the System → [[{{{name}}} Package Manager|Package Manager]] page.
TR-069 Client Configuration
Field | Value | Description |
---|---|---|
Enable | off | on; default: off | Turns TR-069 client on or off. |
Periodic enable | off | on; default: on | Turns periodic data transmissions to server on or off. |
Accept server request | off | on; default: off | When enabled the device accepts connection requests from servers. |
Sending interval | integer [60..9999999]; default: 100 | Periodic data transmission frequency (in seconds). |
Username | string; default: easycwmp | Username used for authentication to a TR-069 server. |
Password | string; default: easycwmp | Password used for authentication to a TR-069 server. |
URL | host | ip; default: http://192.168.1.110:8080/openacs/acs | IP address or hostname of a TR-069 server. |
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.
- R - read only;
- RW - read/write;
- string(64) - 64 bit string;
- string(256) - 256 bit string;
- unsignedInt - integer storing only positive values.
Device Information:
- DeviceInfo.Manufacturer - device manufacturer (e.g., Teltonika) R
- DeviceInfo.ProductClass - device model (e.g., {{{name}}}) R
- DeviceInfo.SerialNumber - device serial number (e.g., 1000111111) R
- DeviceInfo.UpTime - device uptime R;
Mobile Information:
- MobileInfo.ICCID - SIM ICCID R;
- MobileInfo.Operator - name of operator used R;
- MobileInfo.SentThisMonth - bytes sent this month R;
- MobileInfo.ReceivedThisMonth - bytes received this month R;
[[Category:{{{name}}} Services section]]