Hi,<br><br>Marito: thanks, that did it for the ASA&#39;s :) !<br>now I have the following on my WLC&#39;s:<br>---<br>-bash-3.2$ /usr/libexec/rancid/clogin -f ~/.cloginrc_cisco -c &quot;sh ver&quot; HOST<br>HOST<br>spawn ssh -c 3des -x -l USR HOST<br>

<br><br>(Cisco Controller)<br>User: USR<br>Password:************<br>(Cisco Controller) &gt;enable<br><br>Incorrect usage.  Use the &#39;?&#39; or &lt;TAB&gt; key to list commands.<br><br>(Cisco Controller) &gt;<br>Error: Check your Enable passwd<br>

---<br><br>These are the non-enable-commands that I can run on the WLC:<br>---<br>(Cisco Controller) &gt;?<br><br>clear          Clear selected configuration elements.<br>config         Configure switch options and settings.<br>

debug          Manages system debug options.<br>help           Help<br>license        Manage Software License<br>linktest       Perform a link test to a specified MAC address.<br>logout         Exit this session. Any unsaved changes are lost.<br>

ping           Send ICMP echo packets to a specified IP address.<br>mping          Send Mobility echo packets to a specified mobility peer IP address.<br>eping          Send Ethernet-over-IP echo packets to a specified mobility peer IP address.<br>

reset          Reset options.<br>save           Save switch configurations.<br>show           Display switch options and settings.<br>test           Test trigger commands<br>transfer       Transfer a file to or from the switch.<br>

---<br><br>How can I get this to work as it seems that &quot;enable&quot; command is called &quot;config&quot; ?<br>Should I create a new .cloginrc_wlc for this and what would it look like ?<br><br><br>Thanks in advance :) !<br>

~maymann<br><br><br><div class="gmail_quote">2012/3/9 Marito ... <span dir="ltr">&lt;<a href="mailto:me_gogorza@hotmail.com">me_gogorza@hotmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div><div dir="ltr">
Hi Michael,<br>
 <br>
You should set up autoenable to 0. As per Rancid .clogin help:<br>
 <br>
&quot;.B add autoenable &lt;router name glob&gt; {[01]}<br>When using locally defined usernames or AAA, it is possible to have a login which is automatically enabled.  This is, that user has enable privileges without the need to execute the enable command.  The router&#39;s prompt is different for enabled mode, ending with a # rather than a &gt;.<br>

<br>Example: add autoenable * {1}<br><br>Default: 0<br><br>zero, meaning that the user is not automatically enabled and should execute the enable command to gain enable privileges, unless negated by the noenable directive or \-noenable command\-line option.<br>

&quot;<br>
 <br>
Regards.<br><br> <br>
<div>
<div></div>
<hr>
From: <a href="mailto:michael@maymann.org" target="_blank">michael@maymann.org</a><br>Date: Fri, 9 Mar 2012 12:23:24 +0100<br>To: <a href="mailto:rancid-discuss@shrubbery.net" target="_blank">rancid-discuss@shrubbery.net</a><br>

Subject: Re: [rancid] Cisco ASA+WLC script<div><div class="h5"><br><br>Hi,<br><br>Daniel+DenyIPAnyAny: Thanks for your quick reply :) !<br><br>1. I&#39;m running rancid 2.3.6... don&#39;t have any wlogin anywhere... can&#39;t see any in 2.3.8 either - how do I get wlogin ?<br>

I&#39;m doing this because I have some equipment that rancid doesn&#39;t support, that I also need backed-up (and don&#39;t know expect that well). So just created a little wrapper around Rancid to perfect things for me.<br>

<br>2. How do you backup your ASA&#39;s ?<br>nothing is wrong with my .clogin:<br>---<br>add method * ssh<br>#add method * telnet<br>add user * USR<br>add password * {PWD} {enable_PWD}<br>add autoenable * {1}<br>---<br>works fine, logging in and trying to run command(s) and exits - but doesn&#39;t enter enable mode and therefore can&#39;t run commands like &quot;more system:running-config&quot; that is working fine manually logging in to enable mode:<br>

-bash-3.2$ /usr/libexec/rancid/clogin -f ~/.cloginrc_cisco -c &quot;more system:running-config&quot; HOST<br>HOST<br>spawn ssh -c 3des -x -l admin HOST<br>USR@HOST&#39;s password:<br>Type help or &#39;?&#39; for a list of available commands.<br>

HOST&gt;<br>HOST&gt; terminal length 0<br>           ^<br>ERROR: % Invalid input detected at &#39;^&#39; marker.<br>HOST&gt;  more system:running-config<br>          ^<br>ERROR: % Invalid input detected at &#39;^&#39; marker.<br>

HOST&gt;exit<br><br>Logoff<br><br>Connection to HOST closed.<br><br><br>Thanks in advance :-) !<br><br>~maymann<br><br>
<div>2012/3/9 Deny IP Any Any <span dir="ltr">&lt;<a href="mailto:denyipanyany@gmail.com" target="_blank">denyipanyany@gmail.com</a>&gt;</span><br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;PADDING-LEFT:1ex">I backup several Cisco ASAs without issue; with your symptoms, usually<br>the problem is with your .clogin file (specifically either the<br>autologin option)<br>

<br>2012/3/8 Michael Maymann &lt;<a href="mailto:michael@maymann.org" target="_blank">michael@maymann.org</a>&gt;:<br>
<div>
<div>&gt; Hi List,<br>&gt;<br>&gt; I am trying to configure scheduled backups of my Cisco ASAs and WLCs.<br>&gt; I am currently trying to use clogin. Login is successful, but it never<br>&gt; enters enable/configure mode - and therefore is not able to run the desired<br>

&gt; commands/retrieve all the necessary information (it tries to though !).<br>&gt; Can&#39;t paste my .clogin, as I&#39;m at home currently. But everything<br>&gt; (password/enable_password) is ok there ! (I am running this already on my HP<br>

&gt; Switches)<br>&gt;<br>&gt; just after login and before it should enter enable/configure mode, it tries<br>&gt; to execute the command (from within clogin - not something I told it to...):<br>&gt; &quot;terminal length 0&quot;<br>

&gt; but the right command for this on a ASA/WLC&#39;s is:<br>&gt; &quot;no pager&quot; or &quot;terminal pager 0&quot;<br>&gt;<br>&gt; 1. Is there a better Xlogin that I should use ?<br>&gt; 2. If clogin is the best script, where in the clogin can I fix this ?<br>

&gt; 3. Furthermore clogin doesn&#39;t logout of my WLC&#39;s when it finishes - I guess<br>&gt; I could just add a &quot;; exit&quot; or &quot;; logout&quot; at the end of my command, but<br>&gt; where can I fix this as-well ?<br>

&gt;<br>&gt;<br>&gt; Thanks in advance :) !<br>&gt; ~maymann<br>&gt;<br></div></div>&gt; _______________________________________________<br>&gt; Rancid-discuss mailing list<br>&gt; <a href="mailto:Rancid-discuss@shrubbery.net" target="_blank">Rancid-discuss@shrubbery.net</a><br>

&gt; <a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br><span><font color="#888888"><br><br><br>--<br>deny ip any any (4393649193 matches)<br>

</font></span></blockquote></div><br><br>_______________________________________________ Rancid-discuss mailing list <a href="mailto:Rancid-discuss@shrubbery.net" target="_blank">Rancid-discuss@shrubbery.net</a> <a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a></div>

</div></div>                                               </div></div>
</blockquote></div><br>