Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Imported RANCID 2.3.3 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed May 6, 2010
1 parent d61a375 commit 40bcc96
Show file tree
Hide file tree
Showing 93 changed files with 4,822 additions and 5,319 deletions.
79 changes: 79 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
2.3.3
rancid: check for device busy when opening flash fails, which seems to
occur on 6500s when some other command is run.

*login: support :port method syntax for ssh and adjust to allow spaces
in sshcmd

jrancid: fix return values of formatting functions

clogin: set terminal width so that o/p is consistent

rancid: filter some crud resulting from the change in handling non-empty
comment lines

rancid: fail if the configuration buffer fills

rancid: filter dhcp_[^[:space:].].txt from flash directories, so it
does not create constant changes resulting from the ip dhcp database
saves.

rancid: filter ldap host password on PIX

rancid: when compressing consecutive comment lines, only consider
empty lines.

arancid: handle password filter for HP 1:10Gb Ethernet Blade Switch
5.0.4-Base, running AOS - Tore Anderson

*login: add cloginrc timeout directive

nrancid: fix control number match - Guillaume RISCHARD

rancid: remove ASA coredump* filter - Cisco Bug CSCsz85597, fixed in
8.2(1.2), 8.3(0.0), 100.3(0.3)M

f5rancid: adjust fan rpm and config sync time filters for new f5
code - Ben O'Hara

rancid: ACE/SANOS report invalid input differently - Michael Stefaniuc

rancid: skip leading blank lines in config - Michael Stefaniuc

rancid: remove ASA keys such as tacacs and radius - Michael Stefaniuc

rancid: match non-space for usernames in "Written by" line - James Davis

*rancid: quote meta characters - from Jeremy Singletary

rancid: Fail on error msg "% Configuration buffer full" seen on 6500

rancid: Dont filter 'show vlan' on Catalyst 3550/4500s - Jon Lewis

import Arista script - from Bill Fenner

jerancid: fix for 'show environment all' for filtering with auto-sync
on BRASes - from Christophe Fonteyne

francid,flogin: edgeiron can not disable the pager and does not offer
some commands found on the bigirons

rancid: filter coredumpinfo/coredump.cfg found on ASA - rancid-discuss@

f5rancid: fileter HA peer status - from David Stipp

WTI scripts from Geert Jan de Groot with a few tweaks

jerancid: include standby slots in showversion o/p

lg: add code for LG_SINGLE config knob

clogin: run_commands() needs do_saveconfig

f10rancid: change fan status parsing to handle c300

nxrancid: collect license info; fix 'show env temp' & 'show
env power' parsing; drop unused code.

change zero-config check to avoid broken awks - from jim buchele

2.3.2
clogin: fix for Extreme prompt handling

Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 1997-2009 by Terrapin Communications, Inc.
## Copyright (c) 1997-2010 by Terrapin Communications, Inc.
## All rights reserved.
##
## This code is derived from software contributed to and maintained by
Expand Down
25 changes: 24 additions & 1 deletion FAQ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Frequently Asked Questions about rancid - last updated 20050813.
Frequently Asked Questions about rancid - last updated 20091111.

This FAQ contains information that may not apply directly to versions of
rancid prior to 2.3. It also contains paths containing tags such as
Expand All @@ -16,6 +16,8 @@ rancid.
LOCALSTATEDIR configure --localstatedir option. default: <PREFIX>/var
The location of the CVS repository, log files, etc.

The most recent FAQ can be found at http://www.shrubbery.net/rancid/FAQ

1) Platform specific

Q. I have a Cisco Catalyst 6500 series switch running the IOS (NOT catOS)
Expand Down Expand Up @@ -152,6 +154,11 @@ A. CVS does not provide a way (AFAIK) to rename files or to rename or delete
then commit the new file.


Q. I am new to svn. Where can I find more information?
Q. The svn so-called "red book" is the definitive guide.
http://svnbook.red-bean.com/en/1.5/svn-book.html


Q. I am removing a group and would like to remove all traces of it from the
rancid directory and the CVS repository. How is this done?
A. As far as I know, CVS does not provide a way to remove directories. First,
Expand Down Expand Up @@ -223,6 +230,17 @@ A. Our usual diagnostic procedure for this is:
router.db file is correct and check the group's last log file for errors.


Q. I am receiving persistent diffs for up/down/added/deleted devices in
router.db, but nothing has changed and the cvs repository is up to date.
A. Check that the configure process run during the installation of rancid
determined the proper options for diff(1); look for diff in the
control_rancid script.
If you also run rancid from the command-line, be sure that your locale
environment variables are consistent between your interactive and non-
interactive (ie: cron) environments. On some O/Ses, the locale will
affect the operation of sort(1).


Q. Are there any characters in the banner that rancid has problems with OR
I changed the device's command prompt and now collection is failing?
A. The trickiest part about clogin (et al) is recognizing the prompt
Expand Down Expand Up @@ -386,3 +404,8 @@ A. The possibilities are endless...rancid is non-toxic when applied properly.
http://www.nanog.org/mtg-0210/abley.html
or our NANOG presentation:
http://www.shrubbery.net/rancid/NANOG29/

4) License
Q. Please explain the RANCID license.
A. Quite simple; read it. It is a slightly modified BSD license; it has an
additional clause.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
## A Makefile.in is supplied, in case you do not have automake.

## $Id: Makefile.am,v 1.22 2008/02/14 22:01:17 heas Exp $
## $Id: Makefile.am 1931 2008-02-14 22:01:17Z heas $
##
## Copyright (C) 1997-2008 by Terrapin Communications, Inc.
## All rights reserved.
Expand Down
Loading

0 comments on commit 40bcc96

Please sign in to comment.