<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Expect commands with R80.10 - not working as expected in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19988#M1541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fact an RFE has been filed suggests there is no immediate plan to provide a fix as the product is operating as designed.&lt;/P&gt;&lt;P&gt;You are welcome to open a request for enhancement yourself:&amp;nbsp;&lt;A class="link-titled" href="https://www.checkpoint.com/rfe/" title="https://www.checkpoint.com/rfe/"&gt;Check Point Software Technologies: Product and Feature Suggestions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend using BASH as the login shell for the account that your Expect scripts log in as, as &lt;A href="https://community.checkpoint.com/migrated-users/41883"&gt;Hugo van der Kooij&lt;/A&gt;‌ suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 17:35:38 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2017-12-28T17:35:38Z</dc:date>
    <item>
      <title>Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19979#M1532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CheckMates,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Rajesh, working as Security Engineer.&lt;/P&gt;&lt;P&gt;Recently we upgraded our CheckPoint appliance from R77.30 to R80.10.&lt;/P&gt;&lt;P&gt;We use EXPECT script in our application to login the CheckPoint device as an admin user and change it to "expert" mode to do further changes in the configurations.&lt;/P&gt;&lt;P&gt;This process of changing into "expert" mode from normal ( CLI ) mode used to work perfectly with previous versions of CheckPoint, but is failing with R80.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It get stuck at the Password prompt for "expert" in R80.10 though it used to work with previous versions as I said above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ ./cpR80.exp aa.bb.cc.dd admin '*********'&lt;BR /&gt;&lt;SPAN&gt;spawn ssh &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@aa.bb.cc.dd"&gt;admin@aa.bb.cc.dd&lt;/A&gt;&lt;BR /&gt;This system is for authorized use only.&lt;BR /&gt;&lt;A class="jive-link-email-small" href="mailto:admin@aa.bb.cc.dd"&gt;admin@aa.bb.cc.dd&lt;/A&gt;&lt;SPAN&gt;'s password:&lt;/SPAN&gt;&lt;BR /&gt;Last login: Tue Dec 26 09:57:47 2017 from 10.0.xx.xx&lt;BR /&gt;cartier&amp;gt; lock database override&lt;BR /&gt;CLICMD0201&amp;nbsp; Config lock is already turned on.&lt;BR /&gt;cartier&amp;gt; expert&lt;BR /&gt;Enter expert password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;Here this should enter into expert mode, but it is not changed&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPECT script for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat cpR80.exp&lt;BR /&gt;#!/usr/bin/expect&lt;/P&gt;&lt;P&gt;set timeout 60&lt;BR /&gt;spawn ssh [lindex $argv 1]@[lindex $argv 0]&lt;/P&gt;&lt;P&gt;expect "yes/no" {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;send "yes\r"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;expect "*?assword" { send "[lindex $argv 2]\r" }&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;} "*?assword" { send "[lindex $argv 2]\r" }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expect "*&amp;gt;" { send "lock database override\r" }&lt;BR /&gt;expect "*&amp;gt;" { send "expert\r" }&lt;BR /&gt;expect "*word:" { send "[lindex $argv 2]\r" }&lt;BR /&gt;interact&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help here on how to troubleshoot this issue or shed some more light if anybody faced the same issue just in case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 10:08:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19979#M1532</guid>
      <dc:creator>Rajesh_B</dc:creator>
      <dc:date>2017-12-26T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19980#M1533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, normal user password and expert user password are configured as same. So I have used [lindex $argv 2] in both the places to provide the password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 10:26:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19980#M1533</guid>
      <dc:creator>Rajesh_B</dc:creator>
      <dc:date>2017-12-26T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19981#M1534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen this with another 3rd party application that uses the expect command. &amp;nbsp; R80.10 take 42. &amp;nbsp; My SE has submitted RFE to fix the issue. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 21:31:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19981#M1534</guid>
      <dc:creator>Neil_ZInk</dc:creator>
      <dc:date>2017-12-26T21:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19982#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neil for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what do you mean by saying "R80.10 take 42."&lt;/P&gt;&lt;P&gt;And where is the RFE submitted ? Is it with CheckPoint or EXPECT script support team ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share more details if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 05:00:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19982#M1535</guid>
      <dc:creator>Rajesh_B</dc:creator>
      <dc:date>2017-12-27T05:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19983#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take 42 refers to the Jumbo Hotfix level applied to R80.10.&lt;/P&gt;&lt;P&gt;For more info on Jumbo Hotfixes, refer to:&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk98028" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk98028"&gt;Jumbo Hotfix Accumulator FAQ&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I assume in this case, the RFE was submitted with Check Point since an SE was mentioned.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:38:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19983#M1536</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-12-27T06:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19984#M1537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct RFE was submitted with Check Point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 15:09:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19984#M1537</guid>
      <dc:creator>Neil_ZInk</dc:creator>
      <dc:date>2017-12-27T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19985#M1538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both Dameon and Neil.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;For more info on Jumbo Hotfixes, refer to:&amp;nbsp;&lt;A class="" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk98028" rel="nofollow"&gt;Jumbo Hotfix Accumulator FAQ&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/migrated-users/2075"&gt;https://community.checkpoint.com/people/dwelccfe6e688-522c-305c-adaa-194bd7a7becc&lt;/A&gt;‌, I am not able to find a relative issue/fix in the Support page you provided.&lt;/P&gt;&lt;P&gt;Dameon / Neil, Please point me to the right thread so that I can track / find more details on the issue &amp;amp; fix(if available).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 10:57:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19985#M1538</guid>
      <dc:creator>Rajesh_B</dc:creator>
      <dc:date>2017-12-28T10:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19986#M1539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;Why don't you set the shell to BASH for the accounts? Using Expert in an expect script sounds like a workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 10:59:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19986#M1539</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2017-12-28T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19987#M1540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. We still can do it. But we have lot of scripts in our application which follow this method of logging into expert mode using expert command.&lt;/P&gt;&lt;P&gt;If we do not hear from CheckPoint about fixing this in near future, we will need to modify all our scripts exceptionally for R80.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input. Very much appreciated !!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:28:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19987#M1540</guid>
      <dc:creator>Rajesh_B</dc:creator>
      <dc:date>2017-12-28T11:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19988#M1541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fact an RFE has been filed suggests there is no immediate plan to provide a fix as the product is operating as designed.&lt;/P&gt;&lt;P&gt;You are welcome to open a request for enhancement yourself:&amp;nbsp;&lt;A class="link-titled" href="https://www.checkpoint.com/rfe/" title="https://www.checkpoint.com/rfe/"&gt;Check Point Software Technologies: Product and Feature Suggestions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend using BASH as the login shell for the account that your Expect scripts log in as, as &lt;A href="https://community.checkpoint.com/migrated-users/41883"&gt;Hugo van der Kooij&lt;/A&gt;‌ suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 17:35:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19988#M1541</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-12-28T17:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19989#M1542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;combining &amp;nbsp;set user with newpass on the same line worked in my case.&lt;/P&gt;&lt;P&gt;expect -&amp;gt; &amp;nbsp;Prompt&amp;nbsp;&lt;/P&gt;&lt;P&gt;send -&amp;gt; set user &amp;lt;&amp;lt;manacctname&amp;gt;&amp;gt; newpass &amp;lt;&amp;lt;manacctnewpwd&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fyi. I set get an error :&amp;nbsp; clish[4322]: User xxx logged out due to an error from CLI shell&lt;/P&gt;&lt;P&gt;but the password does change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:04:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19989#M1542</guid>
      <dc:creator>Neil_ZInk</dc:creator>
      <dc:date>2018-01-08T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19990#M1543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rajesh,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I know this thread is old, but I hit the same problem the other day.&amp;nbsp; There is a bug in the password input with R80.10.&amp;nbsp; When using Expect (or just pasting a password), if the \r comes too quickly after the password, it will fail to&amp;nbsp;return the&amp;nbsp;expected output.&amp;nbsp; The same problem is in the "set user $USERNAME password" area as Neil mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To&amp;nbsp;work around&amp;nbsp;the issues in Expect script, move the \r after a sleep.&lt;/P&gt;&lt;PRE&gt;...&lt;BR /&gt;expect "*word:" { send -- "[lindex $argv 2]" }&lt;BR /&gt;sleep 1&lt;BR /&gt;send -- "\r"&lt;BR /&gt;interact&lt;BR /&gt;...&lt;/PRE&gt;&lt;P&gt;If anyone know if this&amp;nbsp;got&amp;nbsp;patched please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Kyle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 15:39:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19990#M1543</guid>
      <dc:creator>Kyle_Robinson</dc:creator>
      <dc:date>2018-05-15T15:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19991#M1544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It hasn't.&amp;nbsp; We are running into this issue now that we are starting to upgrade gear.&amp;nbsp; Causing some pain.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 22:27:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19991#M1544</guid>
      <dc:creator>Ivan_Moore</dc:creator>
      <dc:date>2018-08-06T22:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19992#M1545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm. Expect scripts for logins. Never the best way.&lt;/P&gt;&lt;P&gt;I would argue that settings the proper shell and using ssh keys to automate this would be the better way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 07:12:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19992#M1545</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2018-08-09T07:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19993#M1546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;managing ssh keys on 1k's of devices that are in flux is not necessarily feasible.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 23:13:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/19993#M1546</guid>
      <dc:creator>Ivan_Moore</dc:creator>
      <dc:date>2018-08-27T23:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/61558#M4706</link>
      <description>&lt;P&gt;I got hit with this on an R77.30 upgrade to R80.20.&lt;/P&gt;&lt;P&gt;I can login fine but when I run expert, expect seems to want to send the password but it never makes it.&lt;/P&gt;&lt;P&gt;I'm using rancid to manage this for all of our network devices so can't just rewrite it to work with bash.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:47:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/61558#M4706</guid>
      <dc:creator>dcatpegs</dc:creator>
      <dc:date>2019-08-30T16:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expect commands with R80.10 - not working as expected</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/61559#M4707</link>
      <description>&lt;P&gt;Thanks for the tip on sleep. &amp;nbsp;That works for going into expert mode for me on rancid.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:49:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Expect-commands-with-R80-10-not-working-as-expected/m-p/61559#M4707</guid>
      <dc:creator>dcatpegs</dc:creator>
      <dc:date>2019-08-30T16:49:44Z</dc:date>
    </item>
  </channel>
</rss>

