summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am3
-rw-r--r--man/Makefile.in2
-rw-r--r--man/alogin.11
-rw-r--r--man/clogin.15
-rw-r--r--man/cloginrc.51
-rw-r--r--man/rancid.15
-rw-r--r--man/rancid_intro.12
-rw-r--r--man/router.db.532
8 files changed, 40 insertions, 11 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 828fa06..c0af44c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -6,7 +6,8 @@ AUTOMAKE_OPTIONS=foreign no-dependencies
@SET_MAKE@
man_gen_MANS = env.5 lg.conf.5 lg_intro.1
-man_nogen_MANS = do-diffs.1 clogin.1 control_rancid.1 create_cvs.1 rancid.1 \
+man_nogen_MANS = do-diffs.1 alogin.1 clogin.1 control_rancid.1 create_cvs.1 \
+ rancid.1 \
rancid_intro.1 cloginrc.5 router.db.5 \
elogin.1 flogin.1 jlogin.1 \
jrancid.1 francid.1 cat5rancid.1 erancid.1
diff --git a/man/Makefile.in b/man/Makefile.in
index 36aff3e..c74034e 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -96,7 +96,7 @@ VERSION = @VERSION@
AUTOMAKE_OPTIONS = foreign no-dependencies
man_gen_MANS = env.5 lg.conf.5 lg_intro.1
-man_nogen_MANS = do-diffs.1 clogin.1 control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 cloginrc.5 router.db.5 elogin.1 flogin.1 jlogin.1 jrancid.1 francid.1 cat5rancid.1 erancid.1
+man_nogen_MANS = do-diffs.1 alogin.1 clogin.1 control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 cloginrc.5 router.db.5 elogin.1 flogin.1 jlogin.1 jrancid.1 francid.1 cat5rancid.1 erancid.1
man_MANS = $(man_gen_MANS) $(man_nogen_MANS)
diff --git a/man/alogin.1 b/man/alogin.1
new file mode 100644
index 0000000..4c83247
--- /dev/null
+++ b/man/alogin.1
@@ -0,0 +1 @@
+.so man1/clogin.1
diff --git a/man/clogin.1 b/man/clogin.1
index e40224b..909adc6 100644
--- a/man/clogin.1
+++ b/man/clogin.1
@@ -47,8 +47,9 @@ router
is an
.BR expect (1)
script to automate the process of logging into a Cisco router, catalyst
-switch, or Redback router. There are complementary scripts for Juniper,
-Foundry, and ADC-kentrox EZ-T3 mux named
+switch, or Redback router. There are complementary scripts for Alteon,
+Juniper, Foundry, and ADC-kentrox EZ-T3 mux named
+.B alogin,
.B jlogin,
.B flogin,
and
diff --git a/man/cloginrc.5 b/man/cloginrc.5
index 9933a50..d9ee4ed 100644
--- a/man/cloginrc.5
+++ b/man/cloginrc.5
@@ -6,6 +6,7 @@
.SH DESCRIPTION
.B .cloginrc
contains configuration information for
+.BR alogin (1),
.BR clogin (1),
.BR elogin (1),
.BR flogin (1),
diff --git a/man/rancid.1 b/man/rancid.1
index dd860df..fcb88bd 100644
--- a/man/rancid.1
+++ b/man/rancid.1
@@ -23,8 +23,9 @@ and so on.
product is a file with the name of it's last argument plus the suffix .new.
For example, hostname.new.
.PP
-There are complementary scripts for Cisco catalyst switch, Juniper, Foundry,
-and ADC-kentrox EZ-T3 mux named
+There are complementary scripts for Alteon WebOS switches, Cisco catalyst
+switch, Juniper, Foundry, and ADC-kentrox EZ-T3 mux named
+.B arancid,
.B cat5rancid,
.B jrancid,
.B francid,
diff --git a/man/rancid_intro.1 b/man/rancid_intro.1
index 3d866c1..0bdf1ba 100644
--- a/man/rancid_intro.1
+++ b/man/rancid_intro.1
@@ -6,7 +6,7 @@ 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 Cisco, Foundry,
+different device's configurations; currently including Alteon, Cisco, Foundry,
Juniper, Redback, and the ADC-Kentrox EZ-T3 mux.
.PP
.B rancid
diff --git a/man/router.db.5 b/man/router.db.5
index b51153b..873497b 100644
--- a/man/router.db.5
+++ b/man/router.db.5
@@ -14,7 +14,7 @@ One device is listed per-line, where the syntax is:
.PP
.in +1i
.nf
-<device_name>:<device_type>:<state>[:]
+<device_name>:<device_type>:<state>[:][comments]
.fi
.in -1i
.PP
@@ -48,6 +48,9 @@ Domain Name) works best, as in the example above.
The type of device from the set:
.RS 8n
.TP
+.B alteon
+A Alteon WebOS switches.
+.TP
.B cat5
A cisco catalyst switch (ie: running the catalyst OS, not IOS).
.TP
@@ -71,9 +74,30 @@ A Redback router, NAS, etc.
.\"
.TP
.B <state>
-The state is either "up" or "down". If the device is marked "down", the
-device's
-configuration will not be collected.
+The state is either "up", or some other arbitrary value, e.g. "down".
+If the device is not marked "up" the device's configuration will not be
+collected.
+It is highly recommended that comments are made for
+any router not listed as up, so as to indicate the
+reason a router is not to be polled, e.g.:
+.TP
+.PP
+dial1.paris:cisco:up:
+core1.paris:cisco:down:in testing until 5/5/2001.
+core2.paris:cisco:ticketed:Ticket 6054234, 5/3/2001
+border1.paris:juniper:up:
+.TP
+.PP
+Please see the script "downreport" in util/ for a
+daily report of routers in router.db that aren't
+marked "up".
+.PP
+.TP
+.B [comments]
+.TP
+.PP
+Freeform string to describe the current state of
+the router.
.PP
A ``#'' at the begining of a line is a comment; the entire line is
ignored.