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

From Teltonika Networks Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 87: Line 87:
     <li><b>DeviceInfo.ManufacturerOUI</b> - organizationally unique identifier of the device manufacture (e.g., 001E42) R</li>
     <li><b>DeviceInfo.ManufacturerOUI</b> - organizationally unique identifier of the device manufacture (e.g., 001E42) 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.ProvisioningCode</b> - provisioning code</li>
     <li><b>DeviceInfo.ProvisioningCode</b> -</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.SoftwareVersion</b> - device software version (e.g., {{{series}}}_R_00.0X.XX) R</li>
     <li><b>DeviceInfo.SoftwareVersion</b> - device software version (e.g., {{{series}}}_R_00.0X.XX) R</li>
     <li><b>DeviceInfo.SpecVersion</b> - device special version (e.g., 1.0) R</li>
     <li><b>DeviceInfo.SpecVersion</b> - device special version (e.g., 1.0) R</li>
</ol>
</ol>
{{#ifeq:{{{gps}}}|0||
{{#ifeq:{{{gps}}}|1|
----
----
<b>Device GPS Information</b>:
<b>Device GPS Information</b>:
Line 99: Line 99:
     <li><b>GPSInfo.Latitude</b> - latitude coordinates of the device (e.g., 0.000000) R</li>
     <li><b>GPSInfo.Latitude</b> - latitude coordinates of the device (e.g., 0.000000) R</li>
     <li><b>GPSInfo.Longitude</b> - longitude coordinates of the device (e.g., 0.000000) R</li>
     <li><b>GPSInfo.Longitude</b> - longitude coordinates of the device (e.g., 0.000000) R</li>
</ol>}}
</ol>|}}
{{#ifeq:{{{mobile}}}|0||
{{#ifeq:{{{mobile}}}|1|
----
----
<b>Device Mobile Information</b>:
<b>Device Mobile Information</b>:
Line 136: Line 136:
     <li><b>MobileInfo.Modem.1-1.TAC</b> - tracking area code R</li>
     <li><b>MobileInfo.Modem.1-1.TAC</b> - tracking area code R</li>
     <li><b>MobileInfo.Modem.1-1.Temperature</b> - modem temperature R</li>
     <li><b>MobileInfo.Modem.1-1.Temperature</b> - modem temperature R</li>
</ol>}}
</ol>|}}
----
----
<b>Device IP interface information</b>:
<b>Device IP interface information</b>:
Line 158: Line 158:
     <li><b>ManagementServer.PeriodicInformInterval</b> - periodic data transmission interval (e.g., 300) R</li>
     <li><b>ManagementServer.PeriodicInformInterval</b> - periodic data transmission interval (e.g., 300) R</li>
     <li><b>ManagementServer.PeriodicInformTime</b> - periodic information time (e.g., 1/1/1970, 8:09:27 PM) R</li>
     <li><b>ManagementServer.PeriodicInformTime</b> - periodic information time (e.g., 1/1/1970, 8:09:27 PM) R</li>
     <li><b>ManagementServer.URL</b> - server URL R</li>
     <li><b>ManagementServer.URL</b> -</li>
     <li><b>ManagementServer.Username</b> - server username R</li>
     <li><b>ManagementServer.Username</b> -</li>
</ol>
</ol>
----
----
Line 175: Line 175:


<ol>
<ol>
     <li><b>Events.0_BOOTSTRAP</b> - bootstrap time R</li>
     <li><b>Events.0_BOOTSTRAP</b> -</li>
     <li><b>Events.1_BOOT</b> - boot time R</li>
     <li><b>Events.1_BOOT</b> -</li>
     <li><b>Events.Inform</b> - information time R</li>
     <li><b>Events.Inform</b> -</li>
     <li><b>Events.Registered</b> - events reg time R</li>
     <li><b>Events.Registered</b> -</li>
</ol>
</ol>


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

Revision as of 08:15, 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:

  1. DeviceInfo.HardwareVersion - device hardware version (e.g., 0201) R
  2. DeviceInfo.Manufacturer - device manufacturer (e.g., Teltonika) R
  3. DeviceInfo.ManufacturerOUI - organizationally unique identifier of the device manufacture (e.g., 001E42) R
  4. DeviceInfo.ProductClass - device model (e.g., {{{name}}}) R
  5. DeviceInfo.ProvisioningCode -
  6. DeviceInfo.SerialNumber - device serial number (e.g., 1000111111) R
  7. DeviceInfo.SoftwareVersion - device software version (e.g., {{{series}}}_R_00.0X.XX) R
  8. DeviceInfo.SpecVersion - device special version (e.g., 1.0) R



Device IP interface information:

  1. IP.Interface.1.Enable - interface enabled/disabled (e.g., true) R
  2. IP.Interface.1.IPv4Address.1.Enable - IPv4 address enabled/disabled (e.g., 1) R
  3. IP.Interface.1.IPv4Address.1.IPAddress - IPv4 address (e.g., 192.168.1.1) R
  4. IP.Interface.1.Name - interface name (e.g., lan) R

Device Management Server information:

  1. ManagementServer.ConnectionRequestPassword - connection request password (e.g., randompassword) R
  2. ManagementServer.ConnectionRequestURL - connection request URL R
  3. ManagementServer.ConnectionRequestUsername - connection request username (e.g., 001E42-RUTX14-0000000000) R
  4. ManagementServer.ParameterKey -
  5. ManagementServer.Password -
  6. ManagementServer.PeriodicInformEnable - enabled/disabled TR-069 client periodic data transmission to TR-069 server (e.g., true) R
  7. ManagementServer.PeriodicInformInterval - periodic data transmission interval (e.g., 300) R
  8. ManagementServer.PeriodicInformTime - periodic information time (e.g., 1/1/1970, 8:09:27 PM) R
  9. ManagementServer.URL -
  10. ManagementServer.Username -

Device ID information:

  1. DeviceID.ID - device ID (e.g., 001E42-RUTX14-0000000000) R
  2. DeviceID.Manufacturer - device manufacturer (e.g., Teltonika) R
  3. DeviceID.OUI - organizationally unique identifier of the device manufacture (e.g., 001E42) R
  4. DeviceID.ProductClass - product class (e.g., RUTXXX) R
  5. DeviceID.SerialNumber - device serial number R

Events information:

  1. Events.0_BOOTSTRAP -
  2. Events.1_BOOT -
  3. Events.Inform -
  4. Events.Registered -

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