Discussion:
[rancid] Re: Timeouts on Cisco ASA
Ferrer, Rene
2009-06-03 16:01:45 UTC
Permalink
You don't need the enableprompt line. Setting autoenable to 0 is all you
need. Also, you can remove the curly braces from everything except the
passwords of course.

The next step would be to figure out how to jump to a known context from the
admin context. :) I'll have to figure that out and get back to you.


The clogin snippet:

<paste>
rancid at mon:~/rancid/bin$ grep 10.1.2.1 /home/rancid/.cloginrc
add user 10.1.2.1 {user}
add password 10.1.2.1 {loginpass} {enablepass}
add method 10.1.2.1 ssh
add enableprompt 10.1.2.1 {"\[Pp]assword:"}
add autoenable 10.1.2.1 {0}
</paste>







**********************************************************

MLB.com: Where Baseball is Always On
john heasley
2009-06-03 17:37:07 UTC
Permalink
Post by Ferrer, Rene
You don't need the enableprompt line. Setting autoenable to 0 is all you
need. Also, you can remove the curly braces from everything except the
passwords of course.
leave the braces; its habit forming.
Post by Ferrer, Rene
The next step would be to figure out how to jump to a known context from the
admin context. :) I'll have to figure that out and get back to you.
<paste>
rancid at mon:~/rancid/bin$ grep 10.1.2.1 /home/rancid/.cloginrc
add user 10.1.2.1 {user}
add password 10.1.2.1 {loginpass} {enablepass}
add method 10.1.2.1 ssh
add enableprompt 10.1.2.1 {"\[Pp]assword:"}
add autoenable 10.1.2.1 {0}
</paste>
**********************************************************
MLB.com: Where Baseball is Always On
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
Loading...