Changes

Created page with "__TOC__ ==Summary== <b>TR-069</b> (<b>Technical Report 069</b>) is a technical specification of the Broadband Forum that defines an application layer protocol for remote mana..."
__TOC__
==Summary==

<b>TR-069</b> (<b>Technical Report 069</b>) is a technical specification of the Broadband Forum that defines an application layer protocol for remote management of customer-premises equipment (CPE) connected to an Internet Protocol (IP) network.

This page is an overview of the TR-069 section of {{{name}}} routers.

{{Template: Networking_rutxxx_manual_fw_disclosure
| fw_version = {{{fw_version}}}
}}

==TR-069 Client Configuration==

[[Image:Services tr069.PNG]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Enable</td>
<td>yes | no; default: <b>no</b></td>
<td>Turns TR-069 client on or off.</td>
</tr>
<tr>
<td>Periodic enable</td>
<td>yes | no; default: <b>yes</b></td>
<td>Turns periodic data transmissions to server on or off.</td>
</tr>
<tr>
<td>Accept server request</td>
<td>yes | no; default: <b>no</b></td>
<td>When enabled the router accepts connection requests from server.</td>
</tr>
<tr>
<td>Sending interval</td>
<td>integer [60..9999999]; default: <b>100</b></td>
<td>Periodic data transmission frequency (in seconds).</td>
</tr>
<tr>
<td>Username</td>
<td>string; default: <b>easycwmp</b></td>
<td>Username used for authentication to a TR-069 server.</td>
</tr>
<tr>
<td>Password</td>
<td>string; default: <b>easycwmp</b></td>
<td>Password used for authentication to a TR-069 server.</td>
</tr>
<tr>
<td>URL</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>
</tr>
</table>

==Management via TR-069==

TR-069 can be used to set or get values from RUT routers. Below is a list of commands used for router management via TR-069.

<ul>
<li>R - read only;</li>
<li>RW - read/write;</li>
<li>string(64) - 64 bit string;
<li>string(256) - 256 bit string;
<li>unsignedInt - integer storing only positive values.</li>
</ul>
----
<b>FW Upgrade</b>:

1. <b>FileType</b> - firmware Upgrade Image, string(64)
2. <b>URL</b> - URL, specifying the source file location, string(256)
3. <b>Username</b> - username to be used by the CPE to authenticate with the file server. This string is set to the empty string if no authentication is required, string(256)
4. <b>Password</b> - password to be used by the CPE to authenticate with the file server. This string is set to the empty string if no authentication is required, string(256)
5. <b>FileSize</b> - the size of the file to be downloaded in bytes, unsignedInt

----
<b>Device Information</b>:

1. <b>DeviceInfo.SpecVersion</b> - R
2. <b>DeviceInfo.ProvisioningCode</b> - RW
3. <b>DeviceInfo.Manufacturer</b> - device manufacturer (e.g., Teltonika) R
4. <b>DeviceInfo.ManufacturerOUI</b> - R
5. <b>DeviceInfo.ProductClass</b> - device model (e.g., {{{name}}}) R
6. <b>DeviceInfo.SerialNumber</b> - device serial number (e.g., 1000111111) R
7. <b>DeviceInfo.HardwareVersion</b> - device hardware version (e.g., 0505) R
8. <b>DeviceInfo.SoftwareVersion</b> - device software version (e.g., {{{fw_version}}}) R
9. <b>DeviceInfo.UpTime</b> - router uptime R
10. <b>DeviceInfo.DeviceLog</b> - last line of device log. R
11. <b>DeviceInfo.MemoryStatus</b>
11.1 <b>DeviceInfo.MemoryStatus.Total</b> - total device memory (e.g., 61008) R
11.2 <b>DeviceInfo.MemoryStatus.Free</b> - free memory (e.g., 24224) R

----
<b>IP Ping Diagnostics support</b>:

1. <b>IPPingDiagnostics</b>
1.1 <b>IPPingDiagnostics.DiagnosticsState</b> - diagnostics State (e.g. None) R
1.2 <b>IPPingDiagnostics.Host</b> - host RW
1.3 <b>IPPingDiagnostics.NumberOfRepetitions</b> - number of repetitions RW
1.4 <b>IPPingDiagnostics.Timeout</b> - timeout RW
1.5 <b>IPPingDiagnostics.DataBlockSize</b> - data block size RW
1.6 <b>IPPingDiagnostics.SuccessCount</b> - success count R
1.7 <b>IPPingDiagnostics.FailureCount</b> - fail count R
1.8 <b>IPPingDiagnostics.AverageResponseTime</b> - average response time R
1.9 <b>IPPingDiagnostics.MinimumResponseTime</b> - minimum response time R
1.10 <b>IPPingDiagnostics.MaximumResponseTime</b> - maximum response time R

----
<b>Mobile Information</b>:

1.<b>MobileInfo</b>
1.1 <b>MobileInfo.RSSI</b> - GSM signal level R
1.2 <b>MobileInfo.ConnState</b> - connection state R
1.3 <b>MobileInfo.NetState</b> - network link state R
1.4 <b>MobileInfo.ICCID</b> - SIM ICCID R
1.5 <b>MobileInfo.IMSI</b> - IMSI R
1.6 <b>MobileInfo.RSCP</b> - RSCP level R
1.7 <b>MobileInfo.ECIO</b> - EC/IO level R
1.8 <b>MobileInfo.RSRP</b> - RSRP level R
1.9 <b>MobileInfo.SINR</b> - SINR level R
1.10 <b>MobileInfo.RSRQ</b> - RSRQ level R
1.11 <b>MobileInfo.CellID</b> - CellID R
1.12 <b>MobileInfo.Operator</b> - mame of operator used R
1.13 <b>MobileInfo.OperatorNum</b> - operator number R
1.14 <b>MobileInfo.ConnType</b> - data carrier type R
1.15 <b>MobileInfo.Modem</b>
1.15.1 <b>MobileInfo.Modem.Model</b> - modem model R
1.15.2 <b>MobileInfo.Modem.Manufacturer</b> - modem manufacturer R
1.15.3 <b>MobileInfo.Modem.Serial</b> - modem serial number R
1.15.4 <b>MobileInfo.Modem.Revision</b> - modem revision number R
1.15.5 <b>MobileInfo.Modem.IMEI</b> - modem IMEI R
1.15.6 <b>MobileInfo.Modem.SimState</b> - SIM card state R
1.15.7 <b>MobileInfo.Modem.PinState</b> - PIN state R
1.15.8 <b>MobileInfo.Modem.Temperature</b> - modem temperature in 0.1 degrees Celsius R
1.16 <b>MobileInfo.SentToday</b> - bytes sent today R
1.17 <b>MobileInfo.ReceivedToday</b> - bytes received today R
1.18 <b>MobileInfo.SentThisMonth</b> - bytes sent this month R
1.19 <b>MobileInfo.ReceivedThisMonth</b> - bytes received this month R

----
<b>WAN Information</b>:

1. <b>WANConnectionDevice</b>
1.1 <b>WANConnectionDevice.WANIPConnection</b>
1.1.1 <b>WANConnectionDevice.WANIPConnection.ConnectionStatus</b> - connection status (e.g., Connected) R
1.1.2 <b>WANIPConnection.ExternalIPAddress</b> - IP address R
1.1.3 <b>WANIPConnection.MACAddress</b> - MAC address R
1.2 <b>WANConnectionDevice.WANPPPConnection</b> - PPP connection
1.2.1. <b>WANConnectionDevice.WANPPPConnection.1.Enable</b> - connection state (e.g., 1 or 0) R
1.2.2. <b>WANConnectionDevice.WANPPPConnection.1.APN</b> - APN R
1.2.3. <b>WANConnectionDevice.WANPPPConnection.1.ExternalIPAddress</b> - IP address R

----
<b>WiFi Information</b>:

1. <b>Radio'''
1.2 <b>Radio.Enable</b> - enabled (e.g., 0 or 1) RW
1.3 <b>Radio.Status</b> - WiFi status (e.g., Up) R
1.4 <b>Radio.Name</b> - Device name R
1.5 <b>Radio.SupportedFrequencyBands</b> - supported frequency bandss (e.g., 2.4GHz) R
1.6 <b>Radio.OperatingFrequencyBand</b> - operating frequency bandss (e.g., 2.4GHz) R
1.7 <b>Radio.ChannelsInUse</b> - channels R
1.8 <b>Radio.Channel</b> - channel in use RW
1.9 <b>Radio.AutoChannelSupported</b> - auto channel support (e.g., 1) R
1.10 <b>Radio.AutoChannelEnable</b> - auto channel state (e.g., 1) RW
1.11 <b>Radio.OperatingStandards</b> - operating standards (e.g., 11ng) RW
2. <b>SSID</b>
2.1 <b>SSID.Enable</b> - WiFi interface state (e.g., 1) RW
2.2 <b>SSID.Status</b> - WiFi interface status (e.g., 1) R
2.3 <b>SSID.Name</b> - interface name (e.g., wlan0 ) R
2.4 <b>SSID.SSID</b> - SSID RW
3. <b>Security</b>
3.5 <b>Security.ModesSupported</b> - (None,WEP-64,WEP-128,WPA-Personal,WPA2-Personal,WPA-WPA2-Personal,WPA-Enterprise,WPA2-Enterprise,WPA-WPA2-Enterprise) R
3.6 <b>Security.ModeEnabled</b> - current mode (e.g WPA2-Personal) RW
3.7 <b>Security.WEPKey</b> - WEP key RW
3.8 <b>Security.PreSharedKey</b> - pre-shared key RW
3.9 <b>Security.KeyPassphrase</b> - key passphrase RW

----
<b>Hotspot information</b>:

1. <b>General</b>
1.1 <b>General.Enable</b> - state (e.g. 1) RW
1.2 <b>General.IP</b> - IP address (e.g. 192.168.2.254) RW
1.3 <b>General.Mode</b> - authentication mode
(<b>extrad</b> - External radius, <b>intrad</b> - Internal radius, <b>norad</b> - Without radius, <b>add</b> - Advertisement, <b>mac</b> - MAC auth, <b>sms</b> - SMS OTP) (e.g., norad) RW
1.4 <b>General.ExternalLandingPage</b> - enable external landing page (e.g., 1) RW
1.5 <b>General.LandingPageAddress</b> - external landing page address (e.g., www.landingpageaddr.com) RW
1.6 <b>General.HTTPSRedirect</b> - enable HTTPS redirect RW
2. <b>Radius</b>
2.1 <b>Radius.Server1</b> - first radius server address RW
2.2 <b>Radius.Server2</b> - second Radius server address RW
2.3 <b>Radius.AuthenticationPort</b> - authentication port RW
2.4 <b>Radius.AccountingPort</b> - accounting port RW
2.5 <b>Radius.RadiusSecretKey</b> - radius secret key RW
2.6 <b>Radius.UAMPort</b> - UAM port RW
2.7 <b>Radius.UAMUIPort</b> - UAM UI port RW
2.8 <b>Radius.UAMSecret</b> - UAM secret RW
2.9 <b>Radius.NASIdentifier</b> - NAS identifier RW
2.10 <b>Radius.SwapOctets</b> - swap octets RW
3.1 <b>Radius.LocationName</b> - location name RW

----
<b>Management server information</b>:

1. <b>ManagementServer.URL</b> - server url (e.g., http://192.168.1.110:8080/openacs/acs) RW
2. <b>ManagementServer.Username</b> - username (e.g., easycwmp) RW
3. <b>ManagementServer.Password</b> - password (e.g., easycwmp) RW
4. <b>ManagementServer.PeriodicInformEnable</b> - enable periodic inform (e.g., 1 or 0) RW
5. <b>ManagementServer.PeriodicInformInterval</b> - interval (e.g, 100) RW
6. <b>ManagementServer.PeriodicInformTime</b> - inform time (e.g, 0001-01-01T00:00:00Z) RW

[[Category:{{{name}}} WebUI]]

Navigation menu