<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 "clogin error: Error: TIMEOUT reached" 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'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 '^]'.</em></div>
<div><br><em>User Access Verification</em></div>
<div><em>Password: <strong><TYPING PASSWD></strong></em></div>
<div><br><em>Type help or '?' for a list of available commands.<br>UMUSASA01> <strong><TYPING "ENABLE"></strong></em></div>
<div><em>Password: *******<br>UMUSASA01# </em></div>
<div> </div>
<div>Any ideas?</div>