Hello. I can&#39;t understand why rancid didn&#39;t work with Cisco Routers (Switches) without enable password!?<br>OS - FreeBSD<br>Here some of config:<br>/usr/local/libexec/rancid]# vi /usr/local/etc/rancid/.cloginrc<br>
# THIS IS FOR CISCO<br>add noenable 172.16.2.2 1<br>#add autoenable 172.16.2.2 1<br>add user 172.16.2.2 username<br>add password 172.16.2.2 password<br>add method 172.16.2.2 ssh<br><br>Trying /usr/local/libexec/rancid/clogin -t 90 -c&quot;show configuration&quot; 172.16.2.2<br>
All work just fine - no enable promt - show configuration - that is all we need:<br><br> /usr/local/libexec/rancid/clogin -t 90 -c&quot;show configuration&quot; 172.16.2.2<br>172.16.2.2<br>spawn ssh -c 3des -x -l username 172.16.2.2<br>
<a href="mailto:username@172.16.2.2">username@172.16.2.2</a>&#39;s password:<br><br>Router&gt;<br>
Router&gt;terminal length 0<br>
Router&gt;&gt;show configuration<br>...<br>here we see our config<br>...<br>end<br><br>Router&gt;exit<br>Connection to 172.16.2.2 closed.<br><br>But if i run rancid-run in my logs i will see:<br><br>Trying to get all of the configs.<br>
<a href="http://172.16.2.2">172.16.2.2</a>: missed cmd(s): show configuration<br><a href="http://172.16.2.2">172.16.2.2</a>: End of run not found<br>!<br>=====================================<br>Getting missed routers: round 1.<br>
<a href="http://172.16.2.2">172.16.2.2</a>: missed cmd(s): show configuration<br><a href="http://172.16.2.2">172.16.2.2</a>: End of run not found<br><br>I can&#39;t understand why it works like this.<br>Help me if u can :)<br>
<br>