Good day, some weeks ago i have a problem that Racnid didn't work if i only have unprivelege mode on Cisco device (only > promt).<br>In 2.3.4 version there is changes that i want - "rancid: Accept '>' prompt, rather than just '#'"<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 "show running-config" - "show
configuration"<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"show configuration" 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>'s password:</i><br>...<i><br>and here we can see all information from 'show </i><i>configuration</i><i>' 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>