<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br><div><div>On Jun 10, 2015, at 10:19 AM, Matt Almgren <<a href="mailto:matta@surveymonkey.com">matta@surveymonkey.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br>Yup, I did.  I too am using 11.5.x with TMSH and HA.  I was hoping that<br>since you had already done the lions share of the work and had something<br>working (or in progress), you would be able to share what you have with<br>the rest of us.  <br><br>I have a working Rancid copy of 2.8.x working well with f5 LTM, but have<br>heard there were some problems with 3.2 and was just waiting until all the<br>kinks have been worked out. Sounds like weıre almost there.<br><br> ‹ Matt<br><br><br><br><br><br>On 6/10/15, 7:14 AM, "Scott Granados" <<a href="mailto:scott.granados@gmail.com">scott.granados@gmail.com</a>> wrote:<br><br><blockquote type="cite">If you follow the thread between Josh and myself he helped me get to<br>where I needed to be with a pair of F5 BigIPs with HA and partitioning<br>enabled.  Also itıs important to note you need an f5rancid file thatıs<br>based on tmsh instead of bagpipe as bagpipe is deprecated.<br><br><br><br>On Jun 10, 2015, at 9:36 AM, Matt Almgren <<a href="mailto:matta@surveymonkey.com">matta@surveymonkey.com</a>> wrote:<br><br><blockquote type="cite">Jos and Alan, if you get this working, can you please share the<br>f5rancid file with me?  I'll be setting up a 3.2 installation in the<br>next couple weeks.<br><br>Much thanks!<br><br>--iMatt<br><br><blockquote type="cite">On Jun 9, 2015, at 10:55 PM, Alan McKinnon <<a href="mailto:alan.mckinnon@gmail.com">alan.mckinnon@gmail.com</a>><br>wrote:<br><br><blockquote type="cite">On 10/06/2015 07:43, Jos wrote:<br>Hi Scott<br><br>I trust you got this sorted by now, but you were not alone with this.<br>I<br>have finally managed to get this going on a Centos 6.5 machine with<br>the<br>config attached (a hacked amalgam of 3.2 rancid and the github tmsh<br>stuff), hoping itıs helpful to someone, the F5ıs we have that this<br>works<br>for are running 11.5.1 Build 4.123.128. Itıs currently producing<br>noise,<br>specifically the encrypted passwords for a couple local user accounts<br>keep<br>getting flagged in cvs as changing, but otherwise works well.<br><br>If I can figure out the regex to remove the encrypted passwords that<br>follow:<br><br>auth-password-encrypted<br><br>Or<br>privacy-password-encrypted<br><br><br>I can share.<br></blockquote><br><br><br>The rancid scripts are peppered with these sort of checks. Something<br>like this:<br><br>if (/^(\s*auth|privacy)-password-encrypted/ && $filter_pwds >= 1) {<br>ProcessHistory("whatever}","","","$1-password-encrypted <removed>\n");<br>}<br>next;<br><br>Regex gets complicated. There's a few examples aready in sub WriteTerm.<br>You'll obviously have to adapt the regex to cater for all the multiple<br>and various outputs different models from your vendor spit out.<br><br>-- <br>Alan McKinnon<br><a href="mailto:alan.mckinnon@gmail.com">alan.mckinnon@gmail.com</a><br><br>_______________________________________________<br>Rancid-discuss mailing list<br>Rancid-discuss@shrubbery.net<br>http://www.shrubbery.net/mailman/listinfo/rancid-discuss<br></blockquote>_______________________________________________<br>Rancid-discuss mailing list<br><a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>http://www.shrubbery.net/mailman/listinfo/rancid-discuss<br></blockquote><br></blockquote><br></blockquote></div><br></div></body></html>