<div dir="ltr"><div><div>Hi Chia/Agustin,<br><br></div>Thank you for your answer.<br><br><ol><li> According to "<a href="https://github.com/zaidka/genieacs/issues/26">https://github.com/zaidka/genieacs/issues/26</a>" , it looks can support TR-181.</li><li> I follow Agustin's suggest to capture of traffic with wireshark, i got message whan i set parametervaluse to DUT.<br><br><u><b>Wireshark Message:</b></u><br><br><i><b>Server:</b></i><br>GET / HTTP/1.1<br>Host: <a href="http://192.168.7.110:7547">192.168.7.110:7547</a><br>Connection: keep-alive<br><br><b><i>DUT:</i></b><br>HTTP/1.1 401 Unauthorized<br>Content-Length: 0<br>WWW-Authenticate: Digest realm="IgdAuthentication", domain="/", nonce="ZWY0MmU3ODA6IDRmMDUwMDA6OGJjM2RlNDA=", qop="auth", algorithm=MD5<br><br><i><b>Server:</b></i><br>GET / HTTP/1.1<br>Authorization: Digest username="aaa",realm="IgdAuthentication",nonce="ZWY0MmU3ODA6IDRmMDUwMDA6OGJjM2RlNDA=",uri="/",algorithm=MD5,qop=auth,nc=00000001,cnonce="0a4f113b",response="2fbc63eaad534e4940525c6392e0c0bb",opaque="undefined"<br>Host: <a href="http://192.168.7.110:7547">192.168.7.110:7547</a><br>Connection: keep-alive<br><br><i><b>DUT:</b></i><br>HTTP/1.1 200 OK<br>Content-Length: 0<br><br><br><u><b>In my config/auth.js :<br></b></u><br>exports.connectionRequest = function(deviceId) {<br>  // return username/password pair for a given device<br>  return ["aaa", "aaa"];<br>}<br><u><br><b>In DUT console:</b></u><br><br>TR-069 Thread:<br>-------------<br>        Thread state:       Client Running<br>        Provision Method:   DHCPv4 Options<br>        Debug Level:        0<br>        IP stack:           3<br>        IP address:         192.168.7.110<br>        MAC Address:        11:27:72:85:bd:b1<br>        ACS Listen Port:    7547<br>        ACS Connection URL: <a href="http://172.21.2.234:7547/">http://172.21.2.234:7547/</a><br>        ACS Username:       647C34-DVW32CB-11277285BDB1<br>        ACS Password:       aaa<br>        Con Req Username:   aaa<br>        Con Req Password:   aaa<br>        Periodic Inform Enable:   1<br>        Periodic Inform Iterval:  30<br>        CWMP version:             urn:dslforum-org:cwmp-1-3<br>        CA Root Cert 1:           0<br>        CA Root Cert 1 Enabled:   0<br>        CA Root Cert 2:           0<br>        CA Root Cert 2 Enabled:   0<br><br>What i need to set the parameters of GenieACS server?<br></li></ol></div><div><div> <div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b>Best Regards,</b></div><div><b>Chris Wang.</b></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2016-03-23 20:50 GMT+08:00 Agustín Bertamoni <span dir="ltr"><<a href="mailto:abertamoni@stechs.com.ar" target="_blank">abertamoni@stechs.com.ar</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Chia/Chis<div>TR-181 is the Device Data Model and this parameters must be configured via TR-069. The problem seems the name of attribute, first enable debug in ACS for this device (CM) restart the ACS and device. Then in debug file you can search the name of the attr. Other option is make a capture of traffic with tcpdump or tcpflow.. <br></div><div>I hope it has been helpful and I hope your answers.<br></div><div>BR </div><div><br></div><div><div class="gmail_extra"><div><div><div dir="ltr"><div><div dir="ltr"><font style="background-color:rgb(255,255,255)" color="#999999" size="2">STECHS - Ing. Agustin Bertamoni<br>Móvil: (+54911) 62183226 </font></div><div dir="ltr"><font style="background-color:rgb(255,255,255)" color="#999999" size="2">Skype: abertamoni-stechs<br>Av. Boyacá 372 Piso 4º Oficina 401 (C1406BHF)<br>Buenos Aires, Argentina</font></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Mar 23, 2016 at 7:58 AM, Chia-Ching Hung <span dir="ltr"><<a href="mailto:hchiaching@gmail.com" target="_blank">hchiaching@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p dir="ltr">Hi, Chris.</p>
<p dir="ltr">I think you are using TR-181. But as I known, genieacs did not support TR-181 by default. I'm also not sure it can support TR-181 if we do something else from the configuration of genieacs.</p>
<div class="gmail_quote">2016年3月23日 18:35於 "Chris Wang" <<a href="mailto:chris.wh.wang@gmail.com" target="_blank">chris.wh.wang@gmail.com</a>>寫道:<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi All, <div><br></div><div>Sorry, i got another problem.<br><br><ol><li>I add some parameters in genieacs/config/parameters.json and (npm run compile and reboot)<br></li></ol><div style="margin-left:40px">  "Device.Ethernet.Link./[0-9]+/.MACAddress" : {"alias" : "summary.mac", "type" : "mac"},<br>  "Device.DeviceInfo.Description": {"alias" : "summary.desc"},<br>  "Device.WiFi.SSID./[0-9]+/.SSID" : {"alias" : "summary.wifissid"}<br><br></div>      2. I did command as below:<br><div style="margin-left:40px">curl -i '<a href="http://127.0.0.1:7557/devices/647C34-DVW32CB-30F77285BDB1/tasks?timeout=3000&connection_request" target="_blank">http://127.0.0.1:7557/devices/647C34-DVW32CB-30F77285BDB1/tasks?timeout=3000&connection_request</a>' \<br>> -X POST \<br>> --data '{ "name": "setParameterValues", "parameterValues": [["Device.WiFi.SSID.10001.SSID","1234567890"]] }'<br>HTTP/1.1 200 OK<br>Content-Type: application/json<br>Date: Wed, 23 Mar 2016 10:15:29 GMT<br>Connection: keep-alive<br>Transfer-Encoding: chunked<br><br>{"name":"setParameterValues",<b>"parameterValues":[]</b>,"device":"647C34-DVW32CB-30F77285BDB1","timestamp":"2016-03-23T10:15:28.247Z","_id":"56f26cc0a8e33d6704399737"}<br><br><b><br></b></div><b>I don't know why the parameterValues is null and no any change on Cable Modem.  </b><br></div><div><br></div><div>In Cable Modem Console:<br>-------------------- Walking TR-069 Tree --------------------<br><br> Device.WiFi.SSID.10001.Enable                                 = <true><br> Device.WiFi.SSID.10001.Status                                 = <Up><br> Device.WiFi.SSID.10001.Alias                                  = <><br> <a href="http://Device.WiFi.SSID.10001.Name" target="_blank">Device.WiFi.SSID.10001.Name</a>                                   = <wlan0.1><br> Device.WiFi.SSID.10001.LowerLayers                            = <Radio.10000><br> Device.WiFi.SSID.10001.BSSID                                  = <10:17:72:85:bd:b4><br> Device.WiFi.SSID.10001.MACAddress                             = <10:17:72:85:bd:b4><br> Device.WiFi.SSID.10001.SSID                                   = <WIFID46C98-lv><br><br></div><div>Please  give me some way to solve issue.<br></div><div>Thanks for your answer.<br></div><div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><b>Best Regards,</b></div><div><b>Chris Wang.</b></div><span><font color="#888888"><div>--</div></font></span></div></div></div></div></div><span><font color="#888888">
</font></span></div></div></div><span><font color="#888888">
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
<br></font></span></blockquote></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div></div></div>