<div dir="ltr">That seems work!  Thank you very much. <div><br></div><div>-Chip</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 26, 2015 at 2:46 PM, heasley <span dir="ltr"><<a href="mailto:heas@shrubbery.net" target="_blank">heas@shrubbery.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Mon, Jan 26, 2015 at 01:57:55PM -0500, Chip Pleasants:<br>
<span class="">> Hi all,<br>
><br>
> I realize this topic has beat up, but I'm hoping someone can point me in<br>
> the right direction.  I'm trying to change my current cisco login banner,<br>
> which doesn't have > or # in it. The new login banner doesn't either. It<br>
> appears rancid is getting hung up on the router output "Enter TEXT<br>
> message.  End with the character 'X' and end up timing out. I found a<br>
> couple old threads, but not any specific solutions to this issue.  Bellow<br>
> is the configuration I'm adding/modifying, and I've attached the debug<br>
> output. Let me know if you any questions and thanks in advance for any<br>
> assistance.<br>
><br>
> -Chip<br>
><br>
><br>
><br>
> !<br>
</span>  dont need this line or the other ! lines<br>
<span class=""><br>
> conf t<br>
> !<br>
> no banner login X<br>
</span>  ^^^^^^^^^^^^^^^^^^ dont think you need this either<br>
> banner login X<br>
you dont get a prompt after this.<br>
<span class=""><br>
> Rev 3(1-17)<br>
> ___________<br>
> X<br>
> !<br>
> end<br>
> !<br>
> wr<br>
<br>
<br>
</span>so file becomes (with the $ to indicate EOL):<br>
conf t<br>
banner login X\nRev 3(1-17)\n___________\nX$<br>
end<br>
wr<br>
</blockquote></div><br></div>