<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=723014713-24062008><FONT face=Arial size=2>I've implemented 
some acceleration devices for testing (Riverbed, Cisco WAAS and Bluecoat) and 
would like to use RANCID to archive the configurations.&nbsp; I searched the 
archives and was able to get the Riverbed working.&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=723014713-24062008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=723014713-24062008><FONT face=Arial size=2>However, I'm still 
getting 'End of run not found' errors on the WAEs.&nbsp; I&nbsp;tried the 
suggestion posted earlier this year in the forums but it did not work (pasted 
below).&nbsp; Is there something else to be tried?&nbsp;&nbsp;&nbsp; 
</FONT></SPAN></DIV>
<DIV><SPAN class=723014713-24062008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=723014713-24062008><FONT face=Arial size=2>Also, has anyone 
developed a Bluecoat script?</DIV>
<DIV><BR></DIV></FONT></SPAN>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<H1>[rancid] Re: WAE devices</H1><B>Joachim Jerberg Jensen</B> <A 
title="[rancid] Re: WAE devices" 
href="https://mail.google.com/mail?view=cm&amp;tf=0&amp;ui=1&amp;to=rancid-discuss%40shrubbery.net&amp;su=%5brancid%5d%20re%3a%20wae%20devices" 
target=_blank>joaje at dongenergy.dk </A><BR><I>Fri Jan 4 15:16:00 UTC 2008</I> 
<P></P>
<UL>
  <LI>Previous message: <A 
  href="http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/002648.html">[rancid] 
  WAE devices </A></LI>
  <LI>Next message: <A 
  href="http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/002651.html">[rancid] 
  HP Procurve (hlogin): interaction in configure mode: possible? </A></LI>
  <LI><B>Messages sorted by:</B> <A 
  href="http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/date.html#2649">[ 
  date ]</A> <A 
  href="http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/thread.html#2649">[ 
  thread ]</A> <A 
  href="http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/subject.html#2649">[ 
  subject ]</A> <A 
  href="http://www.shrubbery.net/pipermail/rancid-discuss/2008-January/author.html#2649">[ 
  author ]</A> </LI></UL>
<HR>
<!--beginarticle--><PRE>&gt;<I>From: Fox, Brad  ;Sent: Friday, January 04, 2008 2:59 PM
</I>&gt;<I>
</I>&gt;<I>Gentlemen,
</I>&gt;<I>
</I>&gt;<I>Is anyone currently catching configurations for Cisco Wide Area Application Engine's? I attempted a while back but because the EOF for WAE boxes is different of that of other Cisco &gt;devices I have since excluded them from Rancid. Thanks,
</I>&gt;<I>
</I>&gt;<I>
</I>&gt;<I>From WAAS:
</I>&gt;<I>
</I>&gt;<I>exit
</I>&gt;<I>
</I>&gt;<I>! End of WAAS configuration
</I>
Try to edit rancid.

Go to line 1402

Replace:
if (/^(: +)?end$/) {

With:
if (/^End of WAAS configuration/i) {

This should set $found_end = 1; when it detects " End of WAAS configuration".

It's a hack that means backup of some other cisco stuff will fail, but try to test it. (you can always add it)
I haven't tried it on WAE's, but I did something similar on some Extreme boxes to make it work.

BR
Joachim Jerberg Jensen

</PRE></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><!-- Converted from text/rtf format -->
<P><EM><FONT face=Arial size=1></FONT></EM>&nbsp;</P>
<DIV>&nbsp;</DIV></BODY></HTML>