<div dir="ltr"><div dir="ltr">No, the OUI is part of the ACS ID. My suggestion is to store the full ACS ID in your subscriber management system. The way I accomplish this is on 1 BOOT and provision script executes which sends the device id, serial, mac, etc to our subscriber mgmt software which then looks up the CPE based on mac/serial and stores the associated ACS ID for that combo. This accomplishes two things. One is I can display in our SMS "Modem has not registered with the Auto Configuration Server" when the ACS ID is null. And when the value is populated allow the techs/csrs/customers to manage the wifi/dhcp/port forwarding/etc of the CPE.</div><div dir="ltr"><br></div><div>-dan</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 9, 2019 at 3:15 AM Łukasz P <<a href="mailto:peceq83@gmail.com">peceq83@gmail.com</a>> wrote:<br></div><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"><div><b>Hi actually i use for WIFI PASSWORD:</b></div><div><br></div><div> curl -i '<a class="gmail-m_890430157000864407gmail-moz-txt-link-freetext" href="http://acs.smsnet.pl:7557/devices/" target="_blank">http://acs.smsnet.pl:7557/devices/</a><font color="#cc0000">FC0101</font>-<font color="#cc66cc">OG%252D3404</font>-<font color="#cc0000">FC0101000118</font>/tasks?connection_request'
          \<br>
            -X POST \<br>
            --data '{"name":"setParameterValues",
"parameterValues":[["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID",
          "<font color="#009900">GenieACS</font>",
"xsd:string"],["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey",
          "<font color="#3333ff">hello world</font>", "xsd:string"]]}'  <br></div><div><br></div><b>i have devices with different UOI and i haven't UOI in my
      database. Is there option to send curl without UOI and  Model as below: ? (only with serial number)</b><br><div><br></div><div> curl -i '<a class="gmail-m_890430157000864407gmail-moz-txt-link-freetext" href="http://acs.smsnet.pl:7557/devices/" target="_blank">http://acs.smsnet.pl:7557/devices/</a><font color="#cc0000">FC0101000118</font>/tasks?connection_request'
          \<br>
            -X POST \<br>
            --data '{"name":"setParameterValues",
"parameterValues":[["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID",
          "<font color="#009900">GenieACS</font>",
"xsd:string"],["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey",
          "<font color="#3333ff">hello world</font>", "xsd:string"]]}'  <br></div><div><br></div><div><br></div><div>What i need to change ?</div><div><br></div><div><br></div></div>
_______________________________________________<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>
</blockquote></div>