summaryrefslogtreecommitdiffstats
path: root/man/rancid_intro.1
blob: 1ccf463409eacbd80d8eec118d23e0b774cc7364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.\"
.\" $Id: rancid_intro.1,v 1.30 2006/11/23 20:26:49 heas Exp $
.\"
.hys 50
.TH "rancid_intro" "1" "23 November 2006"
.SH NAME
rancid_intro \- introduction to the Really Awesome New Cisco confIg Differ
.SH INTRODUCTION
.B rancid
is really more than just a Cisco configuration differ.  It handles several
different device's configurations; currently including Alteon, Bay Networks
(Nortel), Cisco, Cisco AGM, Extreme, Force10, Foundry, HP Procurve switches,
Juniper Routers and edge (ERX) routers, Redback, MRTd daemon, Lucent TNT,
Netscalar load balancers, Netscreen firewalls, Zebra routing software, and
the ADC-Kentrox EZ-T3 mux.
.PP
.B rancid
uses an expect script to login to each of a list of devices and run a set of
commands for that device-type and collects the output.  The output
is run through some filtering to summarize, reformat, and/or snip
unwanted or security related data such as chassis temperature and easily
reverse-able passwords.
.PP
Named after the device's name in the group's configuration file (\c
.IR router.db ),
the resulting files are saved in the directory <group>/configs.  Except for
the data filtered from the configuration file for security reasons, such as
reversable passwords, these files are suitable for loading directly to restore
a lost configuration.  See
.BR rancid.conf (5)
for more information on <group>s.
.PP
After filtering, a uni-diff (see 
.BR diff (1))
of the result is produced
for each of the devices in a group against that of the previous run of
.B rancid
and is e-mailed to that group's mail list, "rancid-<group>".  This e-mail
will also include any differences of the device list in the group's
configuration file,
.IR "router.db".
.PP
Lastly, all the updated files are checked into the revision control system
(CVS or Subversion).
.PP
Additional utilities, including a looking glass, come with rancid.  See
rancid's share directory (
.IR share/rancid ).
.SH "EXAMPLE E-MAIL"
Below is a sample of a uni-diff produced from the group "shrubbery"
for the device named dfw.shrubbery.net, which happens to be a Cisco GSR.
.PP
.nf
From: rancid 
To: rancid-shrubbery@shrubbery.net
Subject: shrubbery router config diffs
Precedence: bulk
  
Index: configs/dfw.shrubbery.net
===================================================================
retrieving revision 1.144
diff -u -4 -r1.144 dfw.shrubbery.net
@@ -57,14 +57,8 @@
  !Slot 2/MBUS: hvers 1.1
  !Slot 2/MBUS: software 01.36 (RAM) (ROM version is 01.33)
  !Slot 2/MBUS: 128 Mbytes DRAM, 16384 Kbytes SDRAM
  !
- !Slot 6: 1 Port Gigabit Ethernet
- !Slot 6/PCA: part 73-3302-03 rev C0 ver 3, serial CAB031216OL
- !Slot 6/PCA: hvers 1.1
- !Slot 6/MBUS: part 73-2146-07 rev B0 dev 0, serial CAB031112SB
- !Slot 6/MBUS: hvers 1.2
- !Slot 6/MBUS: software 01.36 (RAM) (ROM version is 01.33)
  !Slot 7: Route Processor
  !Slot 7/PCA: part 73-2170-03 rev B0 ver 3, serial CAB024901SI
  !Slot 7/PCA: hvers 1.4
  !Slot 7/MBUS: part 73-2146-06 rev A0 dev 0, serial CAB02060044
.fi
.PP
In this example, we see that a Gigabit Ethernet linecard was removed
from slot 6.  However, since this data is collected from "show" commands on
the router, it could just as easily be that the card crashed so the RP
can not communicate with it to collect information.
.SH "GETTING STARTED"
Installation instructions are included in the distribution's top-level
directory in the README file (which will be installed in share/rancid).
Once the installation is complete, start by reading the man pages listed
below or follow the basic instructions included in the README file.
.PP
See http://www.shrubbery.net/rancid for information on new versions,
mail lists, etc.
.SH "ADDING NEW GROUPS"
Follow this procedure for adding new groups:
.TP
o
Update the
.IR LIST_OF_GROUPS
variable in
.IR etc/rancid.conf
(see
.BR rancid.conf (5)).
.TP
o
Run
.BR rancid-cvs (1).
.TP
o
Update the system's mail aliases file
.IR /etc/aliases
(see 
.BR rancid.conf (5)).
.\"
.SH "SEE ALSO"
.BR clogin (1),
.BR cloginrc (5),
.BR control_rancid (1),
.BR lg_intro (1),
.BR rancid (1),
.BR rancid-run (1),
.BR rancid.conf (5),
.BR router.db (5)