<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>Thanks for the input.<div>I ended up taking advantage of the fact that asa doesn't support 'terminal length'and 'terminal width'. And changed the file lee mentioned:</div><div><p class="MsoNormal"><span lang="EN-US">-> /usr/share/perl5/rancid/<a href="http://ios.pm">ios.pm</a><o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">        # the pager can not be disabled per-session on the PIX<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">        if (/^(<-+ More -+>)/) {<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">            my($len) = length($1);<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">            s/^$1s{$len}//;<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">+            select(undef, undef, undef, 0.15);<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US">        </span>}</p><p class="MsoNormal"><br></p><p class="MsoNormal">I cant use the 'terminal pager 0' because that displays all the config in one shot and causes the cpu to spike to 97%, i needed for rancid to use the ---more--- feature when displaying the config.</p><p class="MsoNormal">Again thanks to all</p></div><div style="font-size:100%;color:#000000"></div><div style="font-size:100%;color:#000000"><!-- originalMessage --><div>-------- Mensaje original --------</div><div>De: nachofw <nachofw@adinet.com.uy> </div><div>Fecha: 24/03/2016  11:58 AM  (GMT-03:00) </div><div>Para: rancid-discuss@shrubbery.net, rancid@shrubbery.net </div><div>Asunto: High cpu on large configs </div><div><br></div></div>Hi, some of the devices i backup contain more than 10k config lines, specifically a cisco asa. This causes high cpu when a backup is done. How can i set a "sleep 1" in the clogin script so that when the line "<--- More --->" gets hit it whaits 1 second before continuing.</body></html>