Good day, some weeks ago i have a problem that Racnid didn&#39;t work  if i only have unprivelege mode on Cisco device (only &gt; promt).<br>In 2.3.4 version there is changes that i want - &quot;rancid: Accept &#39;&gt;&#39; prompt, rather than just &#39;#&#39;&quot;<br>
<br>I am clear all my old Rancid file and configs and install 2.3.4 version, but it still the same:<br>At the end of /usr/local/libexec/rancid/rancid file i commented all
commands, and insert instead &quot;show running-config&quot; - &quot;show
configuration&quot;<br><br>OS - FreeBSD<br>Here some of config:<br>/usr/local/libexec/rancid]# vi /usr/local/etc/rancid/.cloginrc<br><div id=":6s">
<i># THIS IS FOR CISCO<br>add noenable 172.16.2.3 1<br>#add autoenable 172.16.2.3 1<br>add user 172.16.2.3 username<br>add password 172.16.2.3 password<br>add method 172.16.2.3 ssh</i></div><br>
All work just fine - no enable promt - show configuration- that is all we need:<br><i><br> /usr/local/libexec/rancid/clogin -t 90 -c&quot;show configuration&quot; 172.16.2.3<br>172.16.2.3<br>spawn ssh -c 3des -x -l username 172.16.2.3<br>
<a href="mailto:username@172.16.2.3">username@172.16.2.3</a>&#39;s password:</i><br>...<i><br>and here we can see all information from  &#39;show </i><i>configuration</i><i>&#39; command</i><br><br><br>If i try run rancid-run in my logs i will see:<br>
<i>Getting missed routers: round 2.<br><a href="http://172.16.2.3">172.16.2.3</a>: missed cmd(s): show </i><i>configuration</i><br><i><a href="http://172.16.2.3">172.16.2.3</a>: End of run not found<br></i><br>and so on.<br>
<br>If i make all of that with enable configuration (# promt) - all works fine.<br><br><br>Help me pls!<br>