<div>Dear Friends,</div>
<div> </div>
<div>I have a device which has cisco like command syntax and format.   I have tried to copy cisco login/scripts and created it as new device type.</div>
<div> </div>
<div>however i am getting problem in fetching configuration with it. Its showing following messages in logs</div>
<div> </div>
<div>=====================================<br>Getting missed routers: round 4.<br>testrouter: End of run not found<br>Error: TIMEOUT reached</div>
<div> </div>
<div> </div>
<div>On running in Debugg mode i get the below pasted output. Which shows that there is issue with --MORE-- comming and requiring to press SPACE bar.</div>
<div> </div>
<div>Another thing i noticed is that Cisco running-config Ends with the Keyword &quot;end&quot; where as this device ends with exclimation mark with end like &quot;!end&quot;</div>
<div> </div>
<div> </div>
<div> </div>
<div>Can someone tell me how can i fix it???</div>
<div> </div>
<div>-----------------------------</div>
<div> </div>
<div>expect: does &quot;---MORE---\r&quot; (spawn_id exp6) match regular expression &quot;\u0008+&quot;? no<br>&quot;^[^\n\r *]*router([^#&gt;\r\n]+)?[#&gt;](\([^)\r\n]+\))?&quot;? no<br>&quot;^[^\n\r]*router([^#&gt;\r\n]+)?[#&gt;](\([^)\r\n]+\))?.&quot;? no<br>
&quot;^--More--[\r\n]+&quot;? no<br>&quot;[\n\r]+&quot;? yes<br>expect: set expect_out(0,string) &quot;\r&quot;<br>expect: set expect_out(spawn_id) &quot;exp6&quot;<br>expect: set expect_out(buffer) &quot;---MORE---\r&quot;<br>
expect: continuing expect</div>
<div>expect: does &quot;&quot; (spawn_id exp6) match regular expression &quot;\u0008+&quot;? no<br>&quot;^[^\n\r *]*router([^#&gt;\r\n]+)?[#&gt;](\([^)\r\n]+\))?&quot;? no<br>&quot;^[^\n\r]*router([^#&gt;\r\n]+)?[#&gt;](\([^)\r\n]+\))?.&quot;? no<br>
&quot;^--More--[\r\n]+&quot;? no<br>&quot;[\n\r]+&quot;? no<br>&quot;[^\r\n]*Press &lt;SPACE&gt; to cont[^\r\n]*&quot;? no<br>&quot;^ *--More--[^\n\r]*&quot;? no<br>&quot;^&lt;-+ More -+&gt;[^\n\r]*&quot;? no</div>
<div> </div>
<div>expect: timed out</div>
<div>Error: TIMEOUT reached<br>write() failed to write anything - will sleep(1) and retry...</div>
<div> </div>
<div> </div>