Difference between revisions of "Template:Networking rutos manual tr-069"

From Teltonika Networks Wiki
m (Text replacement - "Template: Networking_rutos_manual_latest_fw" to "Template: Networking_device_manual_latest_fw")
Line 23: Line 23:
 
==TR-069 Client Configuration==
 
==TR-069 Client Configuration==
  
[[File:Networking_rutx_manual_tr-069_client_configuration_v1.png|border|class=tlt-border]]
+
[[File:Networking_rutx_manual_tr-069_client_configuration_v2.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 | on; default: <b>off</b></td>
+
       <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 | on; default: <b>on</b></td>
+
       <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 | on; default: <b>off</b></td>
+
         <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 | ip; default: <b><nowiki>http://192.168.1.110:8080/openacs/acs</nowiki></b></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>
 
         <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>
     <li>string(256) - 256 bit string;
+
     <li>string(256) - 256 bit string;</li>
 
     <li>unsignedInt - integer storing only positive values.</li>
 
     <li>unsignedInt - integer storing only positive values.</li>
 
</ul>
 
</ul>

Revision as of 12:24, 16 April 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

Networking rutx manual tr-069 client configuration v2.png

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:

  1. DeviceInfo.Manufacturer - device manufacturer (e.g., Teltonika) R
  2. DeviceInfo.ProductClass - device model (e.g., {{{name}}}) R
  3. DeviceInfo.SerialNumber - device serial number (e.g., 1000111111) R
  4. DeviceInfo.UpTime - device uptime R;

Mobile Information:

  1. MobileInfo.ICCID - SIM ICCID R;
  2. MobileInfo.Operator - name of operator used R;
  3. MobileInfo.SentThisMonth - bytes sent this month R;
  4. MobileInfo.ReceivedThisMonth - bytes received this month R;

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