From ac54243f382e817c08c1f895ccfdc05dcacdb044 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Sun, 14 Jan 2007 05:39:54 +0000 Subject: Imported from rancid-2.3.2a7.tar.gz. --- man/clogin.1 | 20 +++++++++++--------- man/rancid.1 | 5 ++++- man/router.db.5 | 6 +++++- 3 files changed, 20 insertions(+), 11 deletions(-) (limited to 'man') diff --git a/man/clogin.1 b/man/clogin.1 index 021b90d..53f1971 100644 --- a/man/clogin.1 +++ b/man/clogin.1 @@ -262,15 +262,17 @@ when the device is ready for the next command. All these login scripts for separate devices should be rolled into one. This goal is exceedingly difficult. .PP -The HP Procurve switch CLI relies heavily upon curses for cursor/screen -manipulation and assumes a vt100 terminal type. They do not provide a way -to set a different terminal type or adjust this behavior. The resulting -escape codes make automating interaction with these devices very difficult -or impossible. Thus bin/hpuifilter, which must be found in the user's PATH, -is used by hlogin to filter these. While this works for rancid's collection, -there are side effects for interactive logins via hlogin; most of which are -formatting annoyances that may be remedied by typing CTRL-R to reprint the -current line. +The HP Procurve switch and Cisco AGM CLIs rely heavily upon terminal escape +codes for cursor/screen manipulation and assumes a vt100 terminal type. +They do not provide a way to set a different terminal type or adjust this +behavior. +The resulting escape codes make automating interaction with these devices +very difficult or impossible. +Thus bin/hpuifilter, which must be found in the user's PATH, is used by +hlogin to filter these escape sequences. +While this works for rancid's collection, there are side effects for +interactive logins via hlogin; most of which are formatting annoyances that +may be remedied by typing CTRL-R to reprint the current line. .PP WARNING: repeated ssh login failures to HP Procurves cause the switch's management interface to lock-up (this includes snmp, ping) and sometimes diff --git a/man/rancid.1 b/man/rancid.1 index 6095c17..934798c 100644 --- a/man/rancid.1 +++ b/man/rancid.1 @@ -1,6 +1,6 @@ .\" .hys 50 -.TH "rancid" "1" "23 November 2006" +.TH "rancid" "1" "8 January 2007" .SH NAME rancid \- Cisco configuration filter .SH SYNOPSIS @@ -80,6 +80,9 @@ Riverstone .B rrancid Redback .TP +.B srancid +SMC switch (some Dell OEMs) +.TP .B tntrancid Lucent TNT .TP diff --git a/man/router.db.5 b/man/router.db.5 index 612bca4..d688440 100644 --- a/man/router.db.5 +++ b/man/router.db.5 @@ -1,6 +1,6 @@ .\" .hys 50 -.TH "router.db" "5" "23 November 2006" +.TH "router.db" "5" "8 January 2007" .SH NAME router.db \- rancid group configuration file .SH DESCRIPTION @@ -124,6 +124,10 @@ A Redback router, NAS, etc. A Riverstone NAS or Cabletron (starting with version ~9.0.3) router. .TP .ID 15n +.B smc +A SMC switch (some Dell OEMs) +.TP +.ID 15n .B tnt A lucent TNT. .TP -- cgit