Difference between revisions of "Template:Networking rutos manual tr-069"
From Teltonika Networks Wiki
Gytispieze (talk | contribs) m (Text replacement - "Template: Networking_rutos_manual_latest_fw" to "Template: Networking_device_manual_latest_fw") |
|||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Template: | + | {{Template: Networking_rutos_manual_fw_disclosure |
− | | | + | | fw_version = {{{series}}}_R_00.02.05.1 |
− | + | | series = {{{series}}} | |
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− | |||
__TOC__ | __TOC__ | ||
==Summary== | ==Summary== | ||
Line 13: | Line 8: | ||
<b>TR-069</b> (<b>Technical Report 069</b>) is an application layer protocol designed for management of equipment connected to a remote network. | <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 | + | This page is an overview of the TR-069 section of {{{name}}} devices. |
− | {{Template: | + | {{Template: Networking_rut9xx_rut2xx_rutxxx_manual_package_disclosure |
− | | | + | | device_name = {{{name}}} |
− | | series | + | | package_name = TR-069 |
− | + | | series = {{{series}}} | |
}} | }} | ||
Line 88: | Line 83: | ||
<li><b>DeviceInfo.UpTime</b> - device uptime R;</li> | <li><b>DeviceInfo.UpTime</b> - device uptime R;</li> | ||
</ol> | </ol> | ||
− | |||
---- | ---- | ||
<b>Mobile Information</b>: | <b>Mobile Information</b>: | ||
Line 94: | Line 88: | ||
<ol> | <ol> | ||
<li><b>MobileInfo.ICCID</b> - SIM ICCID R;</li> | <li><b>MobileInfo.ICCID</b> - SIM ICCID R;</li> | ||
− | <li><b>MobileInfo.Operator</b> - name of operator used 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.SentThisMonth</b> - bytes sent this month R;</li> | ||
− | <li><b>MobileInfo.ReceivedThisMonth</b> - bytes received this month R;</li> | + | <li><b>MobileInfo.ReceivedThisMonth</b> - bytes received this month R;</li> |
− | </ol> | + | </ol> |
[[Category:{{{name}}} Services section]] | [[Category:{{{name}}} Services section]] |
Revision as of 14:59, 1 October 2020
Template:Networking rutos manual fw disclosure
Summary
TR-069 (Technical Report 069) 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.
{{{package}}} 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]]