<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>configfile.cfg is just an example of the syntax. Here are some files I've uploaded to my system</p><p><img src="cid:bbc29da052aa4a898c13feb862bf6c85@Open-Xchange" style="max-width: 100%;" class="upload-image-32775 aspect-ratio" alt=""><br></p><p>One is named "HWNat_Enabled.cfg".</p><p>If I wanted to use that config file, I would write the line as.</p><p>const file = "HWNat_Enabled.cfg"</p><p>Spence</p><blockquote type="cite">On December 6, 2018 at 5:40 PM Safiullah Tariq <safiullahtariq@gmail.com> wrote:<br><br><div dir="ltr"><div>Dear Spencer,</div><div><br></div><div>Thank you for your email. <br></div><div>Please bear with me, I am totally new to this. <br></div><div><br></div><div>This " <span style="font-family: 'courier new',courier,monospace;">const file = "configfile.cfg"</span>"  file, should I upload the file in Vendor Config with the extension as ".cfg" ?<br></div><div>If I am mistaken, please guide me, as I am not able to understand where should I upload this file.</div><div><br></div><div>Regarding the mikrotik, I can write my ROS commands and I just want the genieacs to push it to the connected routers. <br></div><div><br></div><div>Again, please help<br></div><div><br></div><div><br></div><div><div dir="ltr" class="ox-163beb7a82-gmail_signature">Regards,<br><br> <br><span style="font-family: verdana,sans-serif;">Safiullah Tariq</span><br></div></div><br></div><br><div class="ox-163beb7a82-gmail_quote"><div dir="ltr">On Wed, Dec 5, 2018 at 10:54 PM Spencer Lambert <<a href="mailto:spence@isphelper.com">spence@isphelper.com</a>> wrote:<br></div><blockquote><u></u><div><p>Try this example:</p><p><img src="cid:167836931f248fb4bfd1" id="167836931f248fb4bfd1" style="max-width: 100%;" class="ox-163beb7a82-gmail-m_-4974561275711492842upload-image-140454 ox-163beb7a82-gmail-m_-4974561275711492842aspect-ratio" alt=""><br></p><p><img src="cid:167836931f27b8048bd2" id="167836931f27b8048bd2" style="max-width: 100%;" class="ox-163beb7a82-gmail-m_-4974561275711492842upload-image-140455 ox-163beb7a82-gmail-m_-4974561275711492842aspect-ratio" alt=""><br></p><p><span style="font-family: 'courier new',courier,monospace;">const now = Date.now();</span><br><span style="font-family: 'courier new',courier,monospace;">const file = "configfile.cfg"</span></p><p><span style="font-family: 'courier new',courier,monospace;">log('Downloading config', {serial: serialNumber, configFile: file});</span><br><span style="font-family: 'courier new',courier,monospace;">declare("Downloads.[FileType:3 Vendor Configuration File]",</span><br><span style="font-family: 'courier new',courier,monospace;"> {path: 1}, {path: 1});</span><br><span style="font-family: 'courier new',courier,monospace;">declare("Downloads.[FileType:3 Vendor Configuration File].FileName",</span><br><span style="font-family: 'courier new',courier,monospace;"> {value: 1}, {value: file});</span><br><span style="font-family: 'courier new',courier,monospace;">declare("Downloads.[FileType:3 Vendor Configuration File].Download",</span><br><span style="font-family: 'courier new',courier,monospace;"> {value: 1}, {value: now});</span></p><blockquote type="cite">On December 5, 2018 at 11:19 PM Spencer Lambert <<a href="mailto:spence@isphelper.com" target="_blank">spence@isphelper.com</a>> wrote:<br><br><p>You could use presets and tags to track and push the config files.</p><blockquote type="cite">On December 5, 2018 at 8:43 PM Safiullah Tariq <<a href="mailto:safiullahtariq@gmail.com" target="_blank">safiullahtariq@gmail.com</a>> wrote:<br><br><div dir="ltr"><div>Hello All,</div><div><br></div><div>I hope you all are well.</div><div><br></div><div>I am new to genieacs and this TR-069. I needed some help in this regard.</div><div><br></div><div>I there any detailed manual to configure Mikrotik routers?</div><div>I have checked "Vendor Configuration File" and pushed it to a router, it worked great. <br></div><div>But for that I have to make the file for every router. <br></div><div>Is there a detailed manual on how I can do some settings and the router gets it (or genieacs pushes it automatically).?</div><div><br></div><div>Any small help will be appreciated. <br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div dir="ltr" class="ox-163beb7a82-gmail-m_-4974561275711492842ox-21803dcf4d-ox-299b525db7-gmail_signature">Regards,<br><br> <br><span style="font-family: verdana,sans-serif;">Safiullah Tariq</span><br></div></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" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br></blockquote></blockquote><p><br> </p><blockquote type="cite">_______________________________________________<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" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br></blockquote></div></blockquote></div></blockquote></body></html>