summaryrefslogtreecommitdiffstats
path: root/cloginrc.sample
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2004-01-12 03:17:26 +0000
committerTar Committer <tar@ocjtech.us>2004-01-12 03:17:26 +0000
commit989312339ea2e16579803a48700628c5469e327a (patch)
tree967ee77195819d70f2dc675444e92340bb98e0d6 /cloginrc.sample
parentff168ecfe045c690c24d5bbc5a3062bf9d64120c (diff)
downloadrancid-989312339ea2e16579803a48700628c5469e327a.tar.gz
rancid-989312339ea2e16579803a48700628c5469e327a.tar.xz
rancid-989312339ea2e16579803a48700628c5469e327a.zip
Imported from rancid-2.3.rc1.tar.gz.rancid-2.3.rc1
Diffstat (limited to 'cloginrc.sample')
-rw-r--r--cloginrc.sample16
1 files changed, 13 insertions, 3 deletions
diff --git a/cloginrc.sample b/cloginrc.sample
index da66459..2d430d0 100644
--- a/cloginrc.sample
+++ b/cloginrc.sample
@@ -34,9 +34,9 @@
#
# add method <router name glob> {ssh} [...]
# Defines, in order, which connection method(s) to use for a device
-# from the set {ssh,telnet,rsh}. eg: add method * {ssh} {telnet} {rsh}
+# from the set {ssh,telnet,rsh}. e.g.: add method * {ssh} {telnet} {rsh}
# will attempt ssh connection first. if ssh fails with connection
-# refused (ie: not due to authentication failure), then try telnet,
+# refused (i.e.: not due to authentication failure), then try telnet,
# then rsh.
# Default: {telnet} {ssh}
#
@@ -101,7 +101,7 @@ add method *.custz.net ssh
# equivalent.
add noenable route-server* 1
-# all our routers, ie: everything else
+# all our routers, i.e.: everything else
add password * {clearance} {clarence}
# set ssh encryption type, dflt: 3des
@@ -112,3 +112,13 @@ add cyphertype * {3des}
# ssh identity for a juniper; used with jlogin
add identity my.juniper $env(HOME)/.ssh/juniper
+
+# riverstone / enterasys / cabletron (rivlogin) example
+# these boxes are 'back-to-front' from cisco (i.e., ask
+# for vty password always, then tac+/radius if configured).
+#
+# vty password and last resort (enable) password for rivlogin
+add password rs3000 {vtypass} {lastresort}
+# if using tac+ or radius login, include these lines
+add user rs3000 {monster}
+add userpassword rs3000 {scary}