<div>John,</div>
<div>&nbsp;</div>
<div>My CSSes code does not support "term width xxx".</div>
<div>&nbsp;</div>
<div>CSS11150# term ?<BR>&nbsp;
idle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Set session idle timer<BR>&nbsp;
length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Set the terminal screen length<BR>&nbsp;
more&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Enable terminal MORE support<BR>&nbsp;
netmask-format&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control the display of
masks<BR>&nbsp;
timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Set session maximum login time<BR></div>
<DIV id=wmMessageComp name="wmMessageComp"><BR><BR>
<BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT:
blue 2px solid">-------- Original Message --------<BR>Subject: [rancid]
Re: Vlans getting toggled on Cisco 6500<BR>From: john heasley
&lt;heas@shrubbery.net&gt;<BR>Date: Thu, January 11, 2007 1:10
pm<BR>To: Justin Shore &lt;justin.shore@sktbcs.com&gt;, Terry
Kennedy<BR>&lt;terry@tmk.com&gt;<BR>Cc:
rancid-discuss@shrubbery.net<BR><BR>I am still concerned about how this
will affect other users of clogin.<BR>Specifically, Cisco CSS, Force10,
Juniper ERX, Procket, Redback, and<BR>Extreme.<BR><BR>Could those with
access to these please try this patch?<BR><BR>Wed, Jan 10, 2007 at
05:51:42PM -0600, Justin Shore:<BR>&gt; Here's the patch against RANCID
2.3.2a5.<BR><BR>*** clogin_orig Fri Aug &nbsp;9 16:54:10 2002<BR>---
clogin &nbsp; &nbsp; &nbsp;Sun Apr &nbsp;6 19:20:42
2003<BR>***************<BR>*** 455,460 ****<BR>--- 455,462
----<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;send "set length
0\r"<BR>&nbsp; &nbsp; &nbsp; &nbsp;} else {<BR>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;send "term length 0\r"<BR>+ &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; expect -re $prompt &nbsp;{}<BR>+ &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; send "term width 80\r"<BR>&nbsp; &nbsp; &nbsp;
&nbsp;}<BR>&nbsp; &nbsp; &nbsp; &nbsp;regsub -all "\[)(]" $prompt
{\\&amp;} reprompt<BR>&nbsp; &nbsp; &nbsp; &nbsp;# match cisco config
mode prompts too, but not for catalyst
ie:<BR>(enable)<BR>***************<BR>*** 699,704 ****<BR>--- 701,708
----<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;send "set logging
session disable\r"<BR>&nbsp; &nbsp; &nbsp; &nbsp;} else {<BR>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;send "term length 0\r"<BR>+ &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; expect -re $prompt &nbsp;{}<BR>+ &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; send "term width 80\r"<BR>&nbsp; &nbsp;
&nbsp; &nbsp;}<BR>&nbsp; &nbsp; &nbsp; &nbsp;expect -re $prompt &nbsp;
&nbsp; &nbsp;{}<BR>&nbsp; &nbsp; &nbsp; &nbsp;source
$sfile<BR><BR><BR>RANCID 2.3.2a6<BR><BR>Index:
clogin.in<BR>===================================================================<BR>RCS
file: /home/rancid/.CVS/rancid/bin/clogin.in,v<BR>retrieving revision
1.107<BR>diff -d -u -r1.107 clogin.in<BR>--- clogin.in 8 Dec 2006
21:28:25 -0000 1.107<BR>+++ clogin.in 11 Jan 2007 03:51:29 -0000<BR>@@
-582,6 +582,8 @@<BR>&nbsp; &nbsp;set command "set logging session
disable;$command"<BR>} else {<BR>&nbsp; &nbsp;send "term length
0\r"<BR>+ &nbsp; &nbsp;expect -re $prompt &nbsp;{}<BR>+ &nbsp;
&nbsp;send "term width 80\r"<BR>}<BR># escape any parens in the prompt,
such as "(enable)"<BR>regsub -all {[)(]} $prompt {\\&amp;}
reprompt<BR>@@ -869,6 +871,8 @@<BR>&nbsp; &nbsp;send "set logging
session disable\r"<BR>} else {<BR>&nbsp; &nbsp;send "term length
0\r"<BR>+ &nbsp; &nbsp;expect -re $prompt &nbsp;{}<BR>+ &nbsp;
&nbsp;send "term width 80\r"<BR>}<BR>expect -re $prompt {}<BR>source
$sfile<BR><BR>_______________________________________________<BR>Rancid-discuss
mailing
list<BR>Rancid-discuss@shrubbery.net<BR>http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
</BLOCKQUOTE></DIV>