summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/Makefile.in3
-rw-r--r--man/clogin.116
-rw-r--r--man/lg.conf.5.in18
-rw-r--r--man/rancid.13
-rw-r--r--man/rancid_intro.18
-rw-r--r--man/router.db.55
-rw-r--r--man/xrancid.11
8 files changed, 40 insertions, 16 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index c0af44c..354b290 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -10,7 +10,7 @@ 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
+ jrancid.1 francid.1 cat5rancid.1 erancid.1 xrancid.1
man_MANS = $(man_gen_MANS) $(man_nogen_MANS)
diff --git a/man/Makefile.in b/man/Makefile.in
index c74034e..a18c361 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -90,13 +90,12 @@ SSH = @SSH@
TAR = @TAR@
TELNET = @TELNET@
TOUCH = @TOUCH@
-UCBMAIL = @UCBMAIL@
VERSION = @VERSION@
AUTOMAKE_OPTIONS = foreign no-dependencies
man_gen_MANS = env.5 lg.conf.5 lg_intro.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_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 xrancid.1
man_MANS = $(man_gen_MANS) $(man_nogen_MANS)
diff --git a/man/clogin.1 b/man/clogin.1
index 909adc6..cbc6a65 100644
--- a/man/clogin.1
+++ b/man/clogin.1
@@ -11,6 +11,9 @@ clogin \- Cisco/Foundry login script
.BI \-c\
command]
[\c
+.BI \-E\
+var=x]
+[\c
.BI \-e\
enable-password]
[\c
@@ -47,8 +50,8 @@ 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 Alteon,
-Juniper, Foundry, and ADC-kentrox EZ-T3 mux named
+switch, Extreme 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,
@@ -74,6 +77,12 @@ commands maybe listed by separating them with semi-colons (;). The argument
should be quoted to avoid shell expansion.
.\"
.TP
+.B \-E
+Specifies a variable to pass through to scripts (\-s). For example, the
+command-line option \-Efoo=bar will produce a global variable by the name
+Efoo with the initial value "foo".
+.\"
+.TP
.B \-e
Specify a password to be supplied when gaining enable privileges on the
router(s). Also see the password directive of the
@@ -100,7 +109,8 @@ The filename of an
script which will be sourced after the login is successful and is expected
to return control to
.B clogin,
-with the connection to the router intact, when it is done.
+with the connection to the router intact, when it is done. Example script(s)
+can be found in util/*.exp.
.\"
.TP
.B \-t
diff --git a/man/lg.conf.5.in b/man/lg.conf.5.in
index fe7bdc7..3b07f75 100644
--- a/man/lg.conf.5.in
+++ b/man/lg.conf.5.in
@@ -20,6 +20,13 @@ The following variables are used (alphabetically):
*** not implemented.
.\"
.TP
+.B LG_BGP_RT
+Allows show ip bgp neighbor commands that can produce heavy output, such as
+sh ip bgp neighbor <ip> advertised-routes for a transit customer when the
+neighbor address is followed by 'advertised-routes' for the sh ip bgp neighbor
+query.
+.\"
+.TP
.B LG_CACHE_DIR
Sets the location of the cache directory. The looking glass uses this
to hold lock files, log files, and output from cached commands.
@@ -40,7 +47,7 @@ Default: 600
.\"
.TP
.B LG_CLOGINRC
-Defines the
+Defines the location of the
.BR cloginrc (5)
that the looking glass should use. The path may be relative to the directory
where the CGI scripts run in the server's document root.
@@ -93,12 +100,15 @@ default umask is 027 (see
.BR env (5)).
.\"
.TP
-.B LG_SINGLE
-*** not implemented.
+.B LG_STRIP
+Causes the LG to strip login information from the looking glass results.
+Since Expect often munges disabling echo when passwords are entered,
+this is a SECURITY CONCERN! However, this output can be very useful for
+debugging clogin problems.
.\"
.TP
.B PATH
-Is a colon separate list of directory pathnames in the the file system
+Is a colon separated list of directory pathnames in the the file system
where rancid's login scripts,
.IR clogin (1)
etc. )
diff --git a/man/rancid.1 b/man/rancid.1
index fcb88bd..b74e412 100644
--- a/man/rancid.1
+++ b/man/rancid.1
@@ -24,11 +24,12 @@ 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 Alteon WebOS switches, Cisco catalyst
-switch, Juniper, Foundry, and ADC-kentrox EZ-T3 mux named
+switch, Juniper, Foundry, Extreme, and ADC-kentrox EZ-T3 mux named
.B arancid,
.B cat5rancid,
.B jrancid,
.B francid,
+.B xrancid,
and
.B erancid,
respectively.
diff --git a/man/rancid_intro.1 b/man/rancid_intro.1
index 0bdf1ba..82837e9 100644
--- a/man/rancid_intro.1
+++ b/man/rancid_intro.1
@@ -6,15 +6,15 @@ 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, Cisco, Foundry,
-Juniper, Redback, and the ADC-Kentrox EZ-T3 mux.
+different device's configurations; currently including Alteon, Cisco, Extreme,
+Foundry, Juniper, Redback, and the ADC-Kentrox EZ-T3 mux.
.PP
.B rancid
uses an expect script to login to 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 temperature and easily reverse-able
-passwords.
+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, the
resulting files are saved in the directory <group>/configs. Except for the
diff --git a/man/router.db.5 b/man/router.db.5
index 873497b..4b25b70 100644
--- a/man/router.db.5
+++ b/man/router.db.5
@@ -49,7 +49,7 @@ The type of device from the set:
.RS 8n
.TP
.B alteon
-A Alteon WebOS switches.
+An Alteon WebOS switches.
.TP
.B cat5
A cisco catalyst switch (ie: running the catalyst OS, not IOS).
@@ -61,6 +61,9 @@ OS.
.B ezt3
An ADC-Kentrox EZ-T3 mux.
.TP
+.B extreme
+A Extreme switch.
+.TP
.B foundry
A Foundry router, switch, or router-switch.
.TP
diff --git a/man/xrancid.1 b/man/xrancid.1
new file mode 100644
index 0000000..b4633ee
--- /dev/null
+++ b/man/xrancid.1
@@ -0,0 +1 @@
+.so man1/rancid.1