Template:Networking rutos manual tr-069
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.HardwareVersion - device hardware version (e.g., 0201) R
- DeviceInfo.Manufacturer - device manufacturer (e.g., Teltonika) R
- DeviceInfo.ManufacturerOUI - organizationally unique identifier of the device manufacture (e.g., 001E42) R
- DeviceInfo.ProductClass - device model (e.g., {{{name}}}) R
- DeviceInfo.ProvisioningCode -
- DeviceInfo.SerialNumber - device serial number (e.g., 1000111111) R
- DeviceInfo.SoftwareVersion - device software version (e.g., {{{series}}}_R_00.0X.XX) R
- DeviceInfo.SpecVersion - device special version (e.g., 1.0) R
Device GPS Information:
- GPSInfo.Latitude - latitude coordinates of the device (e.g., 0.000000) R
- GPSInfo.Longitude - longitude coordinates of the device (e.g., 0.000000) R
Device 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;
Device IP interface information:
- IP.Interface.1.Enable - interface enabled/disabled (e.g., true) R
- IP.Interface.1.IPv4Address.1.Enable - IPv4 address enabled/disabled (e.g., 1) R
- IP.Interface.1.IPv4Address.1.IPAddress - IPv4 address (e.g., 192.168.1.1) R
- IP.Interface.1.Name - interface name (e.g., lan) R
Device Management Server information:
- ManagementServer.ConnectionRequestPassword - connection request password (e.g., randompassword) R
- ManagementServer.ConnectionRequestURL - connection request URL R
- ManagementServer.ConnectionRequestUsername - connection request username (e.g., 001E42-RUTX14-0000000000) R
- ManagementServer.ParameterKey -
- ManagementServer.Password -
- ManagementServer.PeriodicInformEnable - enabled/disabled TR-069 client periodic data transmission to TR-069 server (e.g., true) R
- ManagementServer.PeriodicInformInterval - periodic data transmission interval (e.g., 300) R
- ManagementServer.PeriodicInformTime - periodic information time (e.g., 1/1/1970, 8:09:27 PM) R
- ManagementServer.URL -
- ManagementServer.Username -
[[Category:{{{name}}} Services section]]