<div>Hi,</div>
<div> </div>
<div>My rancid installation works perfectly for Cisco Catalyst switches and other stuff too.. but for the Cisco ASA firewalls it fails.. In the logs, I get the &quot;clogin error: Error: TIMEOUT reached&quot; error.</div>

<div> </div>
<div>.cloginrc for a particular FW looks like:</div>
<div> </div>
<div>add password 10.10.1.2        {exec_pass} {enable_pass}<br>add method 10.10.1.2          telnet<br>add autoenable 10.10.1.2      {1}</div>
<div> </div>
<div>I&#39;ve also tried replacing IP-address with DNS hostname or just using a wildcard star... no difference. When I telnet directly from the server to the firewall, the sequence looks like:</div>
<div> </div>
<div> </div>
<div><em>[me@LinuxSrv ~]$ <strong>telnet 192.168.1.2</strong><br>Trying 10.10.1.2...<br>Connected to 10.10.1.2.<br>Escape character is &#39;^]&#39;.</em></div>
<div><br><em>User Access Verification</em></div>
<div><em>Password: <strong>&lt;TYPING PASSWD&gt;</strong></em></div>
<div><br><em>Type help or &#39;?&#39; for a list of available commands.<br>UMUSASA01&gt; <strong>&lt;TYPING &quot;ENABLE&quot;&gt;</strong></em></div>
<div><em>Password: *******<br>UMUSASA01# </em></div>
<div> </div>
<div>Any ideas?</div>